Skip to content

Commit

Permalink
Merge pull request #87 from FutureMatt/registry.k8s.io
Browse files Browse the repository at this point in the history
Switch image registry from gcr.io to registry.k8s.io.
  • Loading branch information
MaxRink authored Sep 26, 2024
2 parents da55d6e + a764ec0 commit f64afd5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions charts/vsphere-cpi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
category: cpi
apiVersion: v2
appVersion: v1.25.1
appVersion: v1.28.0
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand All @@ -21,4 +21,4 @@ maintainers:
email: [email protected]
name: vsphere-cpi
sources:
version: 1.5.1
version: 1.6.0
6 changes: 3 additions & 3 deletions charts/vsphere-cpi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ vSphereCPI:
## @param vSphereCPI.image.debug Enable image debug mode
##
image:
registry: gcr.io
repository: cloud-provider-vsphere/cpi/release/manager
tag: v1.25.1
registry: registry.k8s.io
repository: cloud-pv-vsphere/cloud-provider-vsphere
tag: v1.28.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
4 changes: 2 additions & 2 deletions charts/vsphere-csi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

apiVersion: v2
appVersion: 3.3.0
appVersion: 3.3.1
dependencies:
- condition: snapshot.controller.enabled
name: snapshot-controller
Expand Down Expand Up @@ -35,4 +35,4 @@ maintainers:
name: vsphere-csi
sources:
- https://github.com/kubernetes-sigs/vsphere-csi-driver
version: 3.6.0
version: 3.7.0
30 changes: 15 additions & 15 deletions charts/vsphere-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ controller:
## @param controller.image.debug Enable image debug mode
##
image:
registry: gcr.io
repository: cloud-provider-vsphere/csi/release/driver
tag: v3.3.0
registry: registry.k8s.io
repository: csi-vsphere/driver
tag: v3.3.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -610,9 +610,9 @@ controller:
## @param controller.syncer.image.debug Enable image debug mode
##
image:
registry: gcr.io
repository: cloud-provider-vsphere/csi/release/syncer
tag: v3.3.0
registry: registry.k8s.io
repository: csi-vsphere/syncer
tag: v3.3.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -1460,9 +1460,9 @@ node:
##

image:
registry: gcr.io
repository: cloud-provider-vsphere/csi/release/driver
tag: v3.3.0
registry: registry.k8s.io
repository: csi-vsphere/driver
tag: v3.3.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -1952,9 +1952,9 @@ winnode:
##

image:
registry: gcr.io
repository: cloud-provider-vsphere/csi/release/driver
tag: v3.3.0
registry: registry.k8s.io
repository: csi-vsphere/driver
tag: v3.3.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -2451,9 +2451,9 @@ webhook:
##

image:
registry: gcr.io
repository: cloud-provider-vsphere/csi/release/syncer
tag: v3.3.0
registry: registry.k8s.io
repository: csi-vsphere/syncer
tag: v3.3.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit f64afd5

Please sign in to comment.