Skip to content

Commit 9d969ab

Browse files
authored
Update tekton file for mod-arch (#5041)
1 parent f222d72 commit 9d969ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "odh-release" && ( "./frontend/packages/model-registry/***".pathChanged()
11+
== "odh-release" && ( "./packages/model-registry/***".pathChanged()
1212
|| ".tekton/odh-mod-arch-modular-architecture-push.yaml".pathChanged() || "Dockerfile".pathChanged()
1313
)
1414
creationTimestamp: null
@@ -29,7 +29,7 @@ spec:
2929
- name: dockerfile
3030
value: packages/model-registry/Dockerfile.workspace
3131
- name: path-context
32-
value: ./frontend
32+
value: .
3333
pipelineSpec:
3434
description: |
3535
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

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=v2.38.0
12+
INTERNAL_DASHBOARD_VERSION=v2.38.1

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:main
2+
odh-dashboard-image=quay.io/opendatahub/odh-dashboard:v2.38.1-odh
33
oauth-proxy-image=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca21e218e26c46e3c63d926241846f8f307fd4a586cc4b04147da49af6018ef5
44
dashboard-url=https://www.redhat.com
55
section-title=Open Data Hub

0 commit comments

Comments
 (0)