Skip to content

kubernetes-csi: promote first multi-arch mock-driver release #940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions k8s.gcr.io/images/k8s-staging-csi/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# See the OWNERS docs at https://go.k8s.io/owners

# Current set of people in sig-storage-leads from
# https://github.com/kubernetes/community/blob/master/OWNERS_ALIASES.
approvers:
- jsafrane
- msau42
- saad-ali
- xing-yang
2 changes: 1 addition & 1 deletion k8s.gcr.io/images/k8s-staging-csi/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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-csi/$repo --format='get(digest, tags)' --filter='tags~^v AND NOT tags~v2020 AND NOT tags~-rc' |
sed -e 's/\([^ ]*\)\t\(.*\)/ "\1": [ "\2" ]/'
done
1 change: 1 addition & 0 deletions k8s.gcr.io/images/k8s-staging-csi/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
- name: mock-driver
dmap:
"sha256:0b4273abac4c241fa3d70aaf52b0d79a133d2737081f4a5c5dea4949f6c45dc3": [ "v3.1.0" ]
"sha256:e7c5d268c1f83d423afc6e6d84aec6d3a93a864672ec441d6c66eb013e887972": [ "v3.1.1" ]
- name: snapshot-controller
dmap: