Skip to content

Commit 280c63b

Browse files
authored
Upversion dashboard (#6204)
* Upversion Dashboard * Add version change to .tekton files
1 parent 80621f7 commit 280c63b

7 files changed

Lines changed: 10 additions & 8 deletions

File tree

.tekton/mod-arch-maas-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- name: revision
2424
value: '{{revision}}'
2525
- name: output-image
26-
value: quay.io/opendatahub/mod-arch-maas:{{revision}}
26+
value: quay.io/opendatahub/mod-arch-maas:v3.3.1-odh
2727
- name: dockerfile
2828
value: packages/maas/Dockerfile.workspace
2929
- name: path-context

.tekton/odh-dashboard-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- name: revision
2424
value: '{{revision}}'
2525
- name: output-image
26-
value: quay.io/opendatahub/odh-dashboard:v3.2.1-odh
26+
value: quay.io/opendatahub/odh-dashboard:v3.3.1-odh
2727
- name: dockerfile
2828
value: Dockerfile
2929
- name: path-context

.tekton/odh-mod-arch-gen-ai-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- name: revision
2626
value: '{{revision}}'
2727
- name: output-image
28-
value: quay.io/opendatahub/odh-mod-arch-gen-ai:v3.2.1-odh
28+
value: quay.io/opendatahub/odh-mod-arch-gen-ai:v3.3.1-odh
2929
- name: dockerfile
3030
value: packages/gen-ai/Dockerfile.workspace
3131
- name: path-context

.tekton/odh-mod-arch-modular-architecture-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- name: revision
2626
value: '{{revision}}'
2727
- name: output-image
28-
value: quay.io/opendatahub/odh-mod-arch-modular-architecture:v3.2.1-odh
28+
value: quay.io/opendatahub/odh-mod-arch-modular-architecture:v3.3.1-odh
2929
- name: dockerfile
3030
value: packages/model-registry/Dockerfile.workspace
3131
- name: path-context

frontend/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ODH_FAVICON=odh-favicon.svg
99
ODH_NOTEBOOK_REPO=opendatahub
1010

1111
########## Change this version with each dashboard release ###########
12-
INTERNAL_DASHBOARD_VERSION=v3.2.1
12+
INTERNAL_DASHBOARD_VERSION=v3.3.1
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Injected variables from the Operator
2-
model-registry-ui-image=quay.io/opendatahub/odh-mod-arch-modular-architecture:v3.2.1-odh
2+
model-registry-ui-image=quay.io/opendatahub/odh-mod-arch-modular-architecture:v3.3.1-odh
33

4-
gen-ai-ui-image=quay.io/opendatahub/odh-mod-arch-gen-ai:v3.2.1-odh
4+
gen-ai-ui-image=quay.io/opendatahub/odh-mod-arch-gen-ai:v3.3.1-odh
5+
6+
maas-ui-image=quay.io/opendatahub/mod-arch-maas:v3.3.1-odh

manifests/odh/params.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Injected variables from the Operator
2-
odh-dashboard-image=quay.io/opendatahub/odh-dashboard:v3.2.1-odh
2+
odh-dashboard-image=quay.io/opendatahub/odh-dashboard:v3.3.1-odh
33
kube-rbac-proxy=quay.io/opendatahub/odh-kube-auth-proxy@sha256:dcb09fbabd8811f0956ef612a0c9ddd5236804b9bd6548a0647d2b531c9d01b3
44
gateway-name=data-science-gateway
55
dashboard-url=https://www.redhat.com

0 commit comments

Comments
 (0)