Skip to content

Commit

Permalink
require csi release 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomitn committed May 21, 2024
1 parent 092c347 commit 0003a57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundle/manifests/flashsystem-csi-cr_v1_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
app.kubernetes.io/name: ibm-block-csi
app.kubernetes.io/instance: ibm-block-csi
app.kubernetes.io/managed-by: ibm-block-csi-operator
release: v1.11.1
release: v1.11.3
spec:
# controller is a statefulSet with ibm-block-csi-controller container
# and csi-provisioner, csi-attacher, csi-snapshotter and livenessprobe sidecars.
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ dependencies:
- type: olm.package
value:
packageName: ibm-block-csi-operator
version: ">=1.11.1"
version: ">=1.11.3"
2 changes: 1 addition & 1 deletion config/manager/csi.ibm.com_v1_ibmblockcsi_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: ibm-block-csi
app.kubernetes.io/instance: ibm-block-csi
app.kubernetes.io/managed-by: ibm-block-csi-operator
release: v1.11.1
release: v1.11.3
spec:
# controller is a statefulSet with ibm-block-csi-controller container
# and csi-provisioner, csi-attacher, csi-snapshotter and livenessprobe sidecars.
Expand Down
2 changes: 1 addition & 1 deletion config/samples/csi.ibm.com_v1_ibmblockcsi_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: ibm-block-csi
app.kubernetes.io/instance: ibm-block-csi
app.kubernetes.io/managed-by: ibm-block-csi-operator
release: v1.11.1
release: v1.11.3
spec:
# controller is a statefulSet with ibm-block-csi-controller container
# and csi-provisioner, csi-attacher, csi-snapshotter and livenessprobe sidecars.
Expand Down
2 changes: 1 addition & 1 deletion hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DEFAULT_KUSTOMIZE_VERSION="v3.8.7"
# Check IBM block storage CSI driver versions on https://www.ibm.com/docs/en/blockstg-csi-driver
# shellcheck disable=SC2034
CSI_CR_FILE="csi.ibm.com_v1_ibmblockcsi_cr.yaml"
CSI_RELEASE="v1.11.1"
CSI_RELEASE="v1.11.3"
CSI_RELEASE_NUMBER="${CSI_RELEASE:1}"
CSI_DEVELOP_REGISTRY="stg-artifactory.xiv.ibm.com:5030"
CSI_LATEST_TAG="latest"
Expand Down

0 comments on commit 0003a57

Please sign in to comment.