Skip to content

Commit

Permalink
k8s.gcr.io: k8s-staging-csi -> k8s-staging-sig-storage
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pohly committed Jun 12, 2020
1 parent 0a95894 commit 45c1aea
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 51 deletions.
9 changes: 0 additions & 9 deletions k8s.gcr.io/images/k8s-staging-csi/OWNERS

This file was deleted.

29 changes: 0 additions & 29 deletions k8s.gcr.io/images/k8s-staging-csi/images.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh

# List of repos under https://console.cloud.google.com/gcr/images/k8s-staging-csi/GLOBAL
# List of repos under https://console.cloud.google.com/gcr/images/k8s-staging-sig-storage/GLOBAL
repos="
csi-attacher
csi-node-driver-registrar
Expand All @@ -16,6 +16,6 @@ snapshot-controller
for repo in $repos; do
echo "- name: $repo"
echo " dmap:"
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' |
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' |
sed -e 's/\([^ ]*\)\t\(.*\)/ "\1": [ "\2" ]/'
done
33 changes: 32 additions & 1 deletion k8s.gcr.io/images/k8s-staging-sig-storage/images.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
# No images yet
- name: csi-attacher
dmap:
"sha256:2ffa647e8107cfd39e5f464e738dce014c9f5e51b108da36c3ab621048d0bbab": [ "v2.2.0" ]
- name: csi-node-driver-registrar
dmap:
"sha256:9622c6a6dac7499a055a382930f4de82905a3c5735c0753f7094115c9c871309": [ "v1.3.0" ]
"sha256:273175c272162d480d06849e09e6e3cdb0245239e3a82df6630df3bc059c6571": [ "v1.2.0" ]
- name: csi-provisioner
dmap:
"sha256:78e3393f5fd5ff6c1e5dada2478cfa456fb7164929e573cf9a87bf6532730679": [ "v1.6.0" ]
"sha256:6fe39f4682c8677af7761948b196f27c45de566fb5f1612bb8114cd68bfe535e": [ "v1.5.0" ]
"sha256:438c04395d03fa671f8656d6f951332516754e330d1ac4f9588df1ba2870a366": [ "v1.4.0" ]
- name: csi-resizer
dmap:
"sha256:6c6a0332693a7c456378f6abd2bb40611826c1e1a733cadbdae2daab3125b71c": [ "v0.5.0" ]
"sha256:43195976fb9f94d943f5dd9d58b8afa543be22d09a1165e8a489b7dfe22c657a": [ "v0.4.0" ]
- name: csi-snapshotter
dmap:
"sha256:35ead85dd09aa8cc612fdb598d4e0e2f048bef816f1b74df5eeab67cd21b10aa": [ "v2.1.0" ]
"sha256:1530db9fd380ecee86b48a7b3540568c46adb5a64b7fe718c51d9260c4834fd8": [ "v2.0.1" ]
"sha256:4e78bb0116555a10ef59c1cdf0648b06b483903a1919def5e3c7ba68b9fa08cb": [ "v1.2.0" ]
- name: hostpathplugin
dmap:
- name: livenessprobe
dmap:
"sha256:f8cec70adc74897ddde5da4f1da0209a497370eaf657566e2b36bc5f0f3ccbd7": [ "v1.1.0" ]
- name: mock-driver
dmap:
"sha256:5290491dc39ef261b3ef17de2a78cfa1186148b4af10d5b99328258111d3a340": [ "v3.1.1" ]
"sha256:0b4273abac4c241fa3d70aaf52b0d79a133d2737081f4a5c5dea4949f6c45dc3": [ "v3.1.0" ]
- name: snapshot-controller
dmap:
10 changes: 0 additions & 10 deletions k8s.gcr.io/manifests/k8s-staging-csi/promoter-manifest.yaml

This file was deleted.

0 comments on commit 45c1aea

Please sign in to comment.