Skip to content

Commit 7cde96a

Browse files
committed
prefer k8s.gcr.io/sig-storage registry
1 parent 0a3cd0f commit 7cde96a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1724
Helm updates:
1825

1926
- **Action required**: As the helm-chart structure changed the already running

helm/provisioner/values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
#

0 commit comments

Comments
 (0)