Skip to content

Commit

Permalink
also driver, console and plugin must be bumped to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasserater committed Dec 6, 2023
1 parent 23cf24f commit 3195087
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/console/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/default/manager_config_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions hack/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3195087

Please sign in to comment.