Skip to content

Commit

Permalink
chore: Update default registry address to use registry.k8s.io
Browse files Browse the repository at this point in the history
k8s.gcr.io is deprecated and will be shutdown. Replace with the new registry.k8s.io.
  • Loading branch information
David-T-White committed Mar 8, 2023
1 parent f8b267f commit 2041882
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions helm/csi-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ image:
# AKA external-provisioner
csiProvisioner:
image:
repository: k8s.gcr.io/sig-storage/csi-provisioner
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: v3.0.0
# -- Timeout for gRPC calls from the csi-provisioner to the controller
timeout: 30s
Expand All @@ -30,7 +30,7 @@ csiProvisioner:
# -- Controller sidecar for attachment handling
csiAttacher:
image:
repository: k8s.gcr.io/sig-storage/csi-attacher
repository: registry.k8s.io/sig-storage/csi-attacher
tag: v3.3.0
# -- Timeout for gRPC calls from the csi-attacher to the controller
timeout: 30s
Expand All @@ -40,23 +40,23 @@ csiAttacher:
# -- Controller sidecar for volume expansion
csiResizer:
image:
repository: k8s.gcr.io/sig-storage/csi-resizer
repository: registry.k8s.io/sig-storage/csi-resizer
tag: v1.3.0
# -- Extra arguments for csi-resizer controller sidecar
extraArgs: []

# -- Controller sidecar for snapshots handling
csiSnapshotter:
image:
repository: k8s.gcr.io/sig-storage/csi-snapshotter
repository: registry.k8s.io/sig-storage/csi-snapshotter
tag: v4.2.1
# -- Extra arguments for csi-snapshotter controller sidecar
extraArgs: []

# -- Node sidecar for plugin registration
csiNodeRegistrar:
image:
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
tag: v2.3.0
# -- Extra arguments for csi-node-registrar node sidecar
extraArgs: []
Expand All @@ -76,7 +76,7 @@ multipathd:
# -- Container that convert CSI liveness probe to kubernetes liveness/readiness probe
nodeLivenessProbe:
image:
repository: k8s.gcr.io/sig-storage/livenessprobe
repository: registry.k8s.io/sig-storage/livenessprobe
tag: v2.4.0
# -- Extra arguments for the node's liveness probe containers
extraArgs: []
Expand Down

0 comments on commit 2041882

Please sign in to comment.