File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ Image updates:
1414- handle DeletedFinalStateUnknown object when receiving PV delete event
1515 ([ 222] ( https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/pull/222 ) )
1616
17+ - We start to push multi-arch images to Kubernetes main image-serving system,
18+ our repository is hosted at k8s.gcr.io/sig-storage/local-volume-provisioner.
19+ Our legacy repository quay.io/external_storage/local-volume-provisioner is
20+ deprecated but still maintained. Note that only amd64 images will be pushed
21+ to this repository.
22+ ([ 206] ( https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/pull/206 ) )
23+
1724Helm updates:
1825
1926- ** Action required** : As the helm-chart structure changed the already running
Original file line number Diff line number Diff line change @@ -106,10 +106,7 @@ daemonset:
106106 #
107107 # Defines Provisioner's image name including container registry.
108108 #
109- # Since 2.4.0 we push multi-arch image to gcr.io/k8s-staging-sig-storage/local-volume-provisioner.
110- # Use it when you deploy in non-amd64 environment.
111- #
112- image : quay.io/external_storage/local-volume-provisioner:v2.4.0
109+ image : k8s.gcr.io/sig-storage/local-volume-provisioner:v2.4.0
113110 #
114111 # Defines Image download policy, see kubernetes documentation for available values.
115112 #
You can’t perform that action at this time.
0 commit comments