Skip to content

Commit

Permalink
Moved vsphere cloud-pv registry to k8s
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <[email protected]>
  • Loading branch information
rbrtbnfgl committed Sep 24, 2024
1 parent 6b3efd9 commit 28f58e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions images-list
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,8 @@ registry.k8s.io/cpa/cluster-proportional-autoscaler rancher/mirrored-cluster-pro
registry.k8s.io/cpa/cluster-proportional-autoscaler rancher/mirrored-cluster-proportional-autoscaler 1.8.5
registry.k8s.io/cpa/cluster-proportional-autoscaler rancher/mirrored-cluster-proportional-autoscaler 1.8.6
registry.k8s.io/cpa/cluster-proportional-autoscaler rancher/mirrored-cluster-proportional-autoscaler v1.8.9
registry.k8s.io/csi-vsphere/driver rancher/mirrored-cloud-provider-vsphere-csi-release-driver v3.3.1
registry.k8s.io/csi-vsphere/syncer rancher/mirrored-cloud-provider-vsphere-csi-release-syncer v3.3.1
registry.k8s.io/dns/k8s-dns-dnsmasq-nanny rancher/mirrored-k8s-dns-dnsmasq-nanny 1.17.3
registry.k8s.io/dns/k8s-dns-dnsmasq-nanny rancher/mirrored-k8s-dns-dnsmasq-nanny 1.17.4
registry.k8s.io/dns/k8s-dns-dnsmasq-nanny rancher/mirrored-k8s-dns-dnsmasq-nanny 1.21.1
Expand Down
8 changes: 4 additions & 4 deletions retrieve-image-tags/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"vsphere-csi": {
"images": [
"gcr.io/cloud-provider-vsphere/csi/release/driver",
"gcr.io/cloud-provider-vsphere/csi/release/syncer"
"registry.k8s.io/csi-vsphere/driver",
"registry.k8s.io/csi-vsphere/syncer"
],
"versionSource": "github-latest-release:kubernetes-sigs/vsphere-csi-driver"
},
Expand Down Expand Up @@ -95,10 +95,10 @@
},
"cpi-release-manager": {
"images": [
"gcr.io/cloud-provider-vsphere/cpi/release/manager"
"registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere"
],
"versionSource": "registry",
"versionFilter": "^v1\\.(2[4-9]|[3-9][0-9])\\.[0-9]+$"
"versionFilter": "^v1\\.([3-9][0-9])\\.[0-9]+$"
},
"cilium": {
"versionSource": "helm-latest:https://helm.cilium.io",
Expand Down

0 comments on commit 28f58e5

Please sign in to comment.