Skip to content

Commit

Permalink
csi: use specific tag instead of latest image
Browse files Browse the repository at this point in the history
when I was pusing the new changes in older pr I missed
updating the latest tag to v0.1.0 in csi-operator.yaml
file. Updating now.

Signed-off-by: subhamkrai <srai@redhat.com>
(cherry picked from commit 838f583)
  • Loading branch information
subhamkrai authored and mergify[bot] committed Aug 21, 2024
1 parent 5b3fa88 commit 1d5977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/examples/csi-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15802,7 +15802,7 @@ spec:
fieldPath: metadata.namespace
- name: CSI_SERVICE_ACCOUNT_PREFIX
value: ceph-csi-
image: quay.io/cephcsi/ceph-csi-operator:latest
image: quay.io/cephcsi/ceph-csi-operator:v0.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 1d5977b

Please sign in to comment.