Skip to content

Commit 810a268

Browse files
authored
Upversion dashboard (#6619)
* Upversion dashboard * Update tekton file * Add mlflow to params.env
1 parent e3b8114 commit 810a268

11 files changed

Lines changed: 15 additions & 13 deletions

.tekton/mod-arch-maas-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/mod-arch-maas:v3.3.1-odh
28+
value: quay.io/opendatahub/mod-arch-maas:v3.4.1-odh
2929
- name: dockerfile
3030
value: packages/maas/Dockerfile.workspace
3131
- 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.3.1-odh
26+
value: quay.io/opendatahub/odh-dashboard:v3.4.1-odh
2727
- name: dockerfile
2828
value: Dockerfile
2929
- name: path-context

.tekton/odh-mod-arch-automl-ci-on-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- name: revision
2727
value: '{{revision}}'
2828
- name: output-image
29-
value: quay.io/opendatahub/odh-mod-arch-automl:odh-stable
29+
value: quay.io/opendatahub/odh-mod-arch-automl:v3.4.1-odh
3030
- name: dockerfile
3131
value: packages/automl/Dockerfile.workspace
3232
- name: path-context

.tekton/odh-mod-arch-autorag-ci-on-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- name: revision
2828
value: '{{revision}}'
2929
- name: output-image
30-
value: quay.io/opendatahub/odh-mod-arch-autorag:odh-stable
30+
value: quay.io/opendatahub/odh-mod-arch-autorag:v3.4.1-odh
3131
- name: dockerfile
3232
value: packages/autorag/Dockerfile.workspace
3333
- name: path-context

.tekton/odh-mod-arch-eval-hub-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-eval-hub:odh-stable
28+
value: quay.io/opendatahub/odh-mod-arch-eval-hub:v3.4.1-odh
2929
- name: dockerfile
3030
value: packages/eval-hub/Dockerfile.workspace
3131
- 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.3.1-odh
28+
value: quay.io/opendatahub/odh-mod-arch-gen-ai:v3.4.1-odh
2929
- name: dockerfile
3030
value: packages/gen-ai/Dockerfile.workspace
3131
- name: path-context

.tekton/odh-mod-arch-mlflow-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-mlflow:odh-stable
28+
value: quay.io/opendatahub/odh-mod-arch-mlflow:v3.4.1-odh
2929
- name: dockerfile
3030
value: packages/mlflow/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.3.1-odh
28+
value: quay.io/opendatahub/odh-mod-arch-modular-architecture:v3.4.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.3.1
12+
INTERNAL_DASHBOARD_VERSION=v3.4.1
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Injected variables from the Operator
2-
model-registry-ui-image=quay.io/opendatahub/odh-mod-arch-modular-architecture:v3.3.1-odh
2+
model-registry-ui-image=quay.io/opendatahub/odh-mod-arch-modular-architecture:v3.4.1-odh
33

4-
gen-ai-ui-image=quay.io/opendatahub/odh-mod-arch-gen-ai:v3.3.1-odh
4+
gen-ai-ui-image=quay.io/opendatahub/odh-mod-arch-gen-ai:v3.4.1-odh
55

6-
maas-ui-image=quay.io/opendatahub/mod-arch-maas:v3.3.1-odh
6+
maas-ui-image=quay.io/opendatahub/mod-arch-maas:v3.4.1-odh
7+
8+
mlflow-ui-image=quay.io/opendatahub/odh-mod-arch-mlflow:v3.4.1-odh

0 commit comments

Comments
 (0)