You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in kubernetes#943, we want
to consolidate all images produced by SIG-storage under
k8s-staging-sig-storage, which makes k8s-staging-csi obsolete.
Copy file name to clipboardExpand all lines: k8s.gcr.io/images/k8s-staging-sig-storage/generate.sh
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#! /bin/sh
2
2
3
-
# List of repos under https://console.cloud.google.com/gcr/images/k8s-staging-csi/GLOBAL
3
+
# List of repos under https://console.cloud.google.com/gcr/images/k8s-staging-sig-storage/GLOBAL
4
4
repos="
5
5
csi-attacher
6
6
csi-node-driver-registrar
@@ -16,6 +16,6 @@ snapshot-controller
16
16
forrepoin$repos;do
17
17
echo"- name: $repo"
18
18
echo" dmap:"
19
-
gcloud container images list-tags gcr.io/k8s-staging-csi/$repo --format='get(digest, tags)' --filter='tags~^v AND NOT tags~v2020 AND NOT tags~-rc'|
19
+
gcloud container images list-tags gcr.io/k8s-staging-sig-storage/$repo --format='get(digest, tags)' --filter='tags~^v AND NOT tags~v2020 AND NOT tags~-rc'|
0 commit comments