diff --git a/bundle/manifests/ibm-storage-odf-operator.clusterserviceversion.yaml b/bundle/manifests/ibm-storage-odf-operator.clusterserviceversion.yaml index 9286935f..6490d85c 100644 --- a/bundle/manifests/ibm-storage-odf-operator.clusterserviceversion.yaml +++ b/bundle/manifests/ibm-storage-odf-operator.clusterserviceversion.yaml @@ -319,7 +319,7 @@ spec: - /manager env: - name: EXPORTER_IMAGE - value: quay.io/ibmodffs/ibm-storage-odf-block-driver:1.4.0 + value: quay.io/ibmodffs/ibm-storage-odf-block-driver:1.4.1 - name: RESOURCES_NAMESPACE valueFrom: fieldRef: @@ -376,7 +376,7 @@ spec: app: ibm-odf-console spec: containers: - - image: quay.io/ibmodffs/ibm-storage-odf-plugin:1.4.0 + - image: quay.io/ibmodffs/ibm-storage-odf-plugin:1.4.1 name: ibm-odf-console ports: - containerPort: 9003 diff --git a/config/console/kustomization.yaml b/config/console/kustomization.yaml index 14daf688..d1adcb40 100644 --- a/config/console/kustomization.yaml +++ b/config/console/kustomization.yaml @@ -12,4 +12,4 @@ kind: Kustomization images: - name: ibm-console newName: quay.io/ibmodffs/ibm-storage-odf-plugin - newTag: 1.4.0 + newTag: 1.4.1 diff --git a/config/default/manager_config_patch.yaml b/config/default/manager_config_patch.yaml index 5399817d..dc4fbd2f 100644 --- a/config/default/manager_config_patch.yaml +++ b/config/default/manager_config_patch.yaml @@ -10,4 +10,4 @@ spec: - name: manager env: - name: EXPORTER_IMAGE - value: quay.io/ibmodffs/ibm-storage-odf-block-driver:1.4.0 + value: quay.io/ibmodffs/ibm-storage-odf-block-driver:1.4.1 diff --git a/hack/Jenkinsfile b/hack/Jenkinsfile index 425c5a53..13485550 100644 --- a/hack/Jenkinsfile +++ b/hack/Jenkinsfile @@ -9,8 +9,8 @@ pipeline { } parameters { string(name: 'DOCKER_REGISTRY', defaultValue: "stg-artifactory.xiv.ibm.com:5030") - string(name: 'DRIVER_GIT_BRANCH', defaultValue: "release-1.4.0") - string(name: 'CONSOLE_GIT_BRANCH', defaultValue: "release-1.4.0") + string(name: 'DRIVER_GIT_BRANCH', defaultValue: "release-1.4.1") + string(name: 'CONSOLE_GIT_BRANCH', defaultValue: "release-1.4.1") string(name: 'OPERATOR_GIT_BRANCH', defaultValue: "release-1.4.1") string(name: 'PLATFORM', defaultValue: "linux/amd64") string(name: 'ENABLE_UPGRADE', defaultValue: "False")