File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
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.
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ ODH_FAVICON=odh-favicon.svg
99ODH_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
Original file line number Diff line number Diff line change 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
33oauth-proxy-image = registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca21e218e26c46e3c63d926241846f8f307fd4a586cc4b04147da49af6018ef5
44dashboard-url = https://www.redhat.com
55section-title = Open Data Hub
You can’t perform that action at this time.
0 commit comments