Skip to content

Commit 404f9b1

Browse files
author
RHRolun
committed
Correct workbench image
1 parent 60de0a9 commit 404f9b1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bootstrap/ic-user-projects/create-projects-and-resources-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
4848
# Define some variables
4949
WORKBENCH_NAME="my-workbench"
50-
WORKBENCH_IMAGE="ic-workbench:1.2"
50+
WORKBENCH_IMAGE="ic-workbench:3.0.4"
5151
PIPELINE_ENGINE="Argo"
5252
BRANCH_NAME="dev"
5353

bootstrap/ic-user-projects/create-projects-and-resources.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DASHBOARD_ROUTE=https://$(oc get route rhods-dashboard -n redhat-ods-application
2323

2424
# Define some variables
2525
WORKBENCH_NAME="my-workbench"
26-
WORKBENCH_IMAGE="ic-workbench:1.2"
26+
WORKBENCH_IMAGE="ic-workbench:3.0.4"
2727
PIPELINE_ENGINE="Argo"
2828
BRANCH_NAME="dev"
2929

bootstrap/ic-user-projects/tools/check-and-recreate-projects.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DASHBOARD_ROUTE=https://$(oc get route rhods-dashboard -n redhat-ods-application
88

99
# Define some variables
1010
WORKBENCH_NAME="my-workbench"
11-
WORKBENCH_IMAGE="ic-workbench:1.2"
11+
WORKBENCH_IMAGE="ic-workbench:3.0.4"
1212
PIPELINE_ENGINE="Tekton"
1313
projects_without_running_pods=()
1414
BRANCH_NAME="dev"

bootstrap/ic-user-projects/tools/create-single-user-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DASHBOARD_ROUTE=https://$(oc get route rhods-dashboard -n redhat-ods-application
2121

2222
# Define some variables
2323
WORKBENCH_NAME="my-workbench"
24-
WORKBENCH_IMAGE="ic-workbench:1.2"
24+
WORKBENCH_IMAGE="ic-workbench:3.0.4"
2525
PIPELINE_ENGINE="Tekton"
2626
BRANCH_NAME="dev"
2727

0 commit comments

Comments
 (0)