Skip to content

Commit 1db7c4b

Browse files
Merge pull request #74 from HumairAK/odh-main
Remove unnecessary brackes for params patch.
2 parents f8a93c5 + e3c586e commit 1db7c4b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

config/base/params.env

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
IMAGES_APISERVER=quay.io/opendatahub/ds-pipelines-api-server:main
2-
IMAGES_ARTIFACT=quay.io/opendatahub/ds-pipelines-artifact-manager:main
3-
IMAGES_PERSISTENTAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent:main
4-
IMAGES_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow:main
5-
IMAGES_VIEWERCRD=quay.io/opendatahub/ds-pipelines-viewercontroller:main
1+
IMAGES_APISERVER=quay.io/opendatahub/ds-pipelines-api-server:main-766729f
2+
IMAGES_ARTIFACT=quay.io/opendatahub/ds-pipelines-artifact-manager:main-766729f
3+
IMAGES_PERSISTENTAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent:main-766729f
4+
IMAGES_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow:main-766729f
5+
IMAGES_VIEWERCRD=quay.io/opendatahub/ds-pipelines-viewercontroller:main-766729f
66
IMAGES_CACHE=registry.access.redhat.com/ubi8/ubi-minimal
77
IMAGES_MOVERESULTSIMAGE=registry.access.redhat.com/ubi8/ubi-micro
88
IMAGES_MARIADB=registry.redhat.io/rhel8/mariadb-103:1-188
9-
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator:main
9+
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator:v0.1.0

config/base/params.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
varReference:
22
- path: data
33
kind: ConfigMap
4-
- path: spec/template/spec/containers[]/env/value
4+
- path: spec/template/spec/containers/env/value
55
kind: Deployment
6-
- path: spec/template/spec/containers[]/image
6+
- path: spec/template/spec/containers/image
77
kind: Deployment

0 commit comments

Comments
 (0)