Skip to content

Commit

Permalink
Merge pull request #8699 from subhamkrai/update-script
Browse files Browse the repository at this point in the history
build: use pkg/operator/ceph/csi/spec.go for csi images
  • Loading branch information
travisn committed Sep 13, 2021
2 parents 661ed66 + 284dbc0 commit ac6a6d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cluster/examples/kubernetes/ceph/images.txt
Expand Up @@ -2,8 +2,8 @@
quay.io/ceph/ceph:v16.2.5
quay.io/cephcsi/cephcsi:v3.4.0
k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0
k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2
k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1
k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1
k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
quay.io/csiaddons/volumereplication-operator:v0.1.0
4 changes: 2 additions & 2 deletions images/ceph/Makefile
Expand Up @@ -133,6 +133,6 @@ list-image:
awk '/image:/ {print $2}' $(MANIFESTS_DIR)/operator.yaml $(MANIFESTS_DIR)/cluster.yaml | \
cut -d: -f2- |\
tee -a $(MANIFESTS_DIR)/images.txt && \
awk '/quay.io/ || /k8s.gcr.io/ {print $3}' $(MANIFESTS_DIR)/operator.yaml | \
cut -d: -f2- |\
awk '/quay.io/ || /k8s.gcr.io/ {print $3}' ../../pkg/operator/ceph/csi/spec.go | \
cut -d= -f2- |\
tr -d '"' | tee -a $(MANIFESTS_DIR)/images.txt

0 comments on commit ac6a6d6

Please sign in to comment.