Skip to content

Commit b05184e

Browse files
committed
issue-11979 - Reverted changes to manifests
Signed-off-by: Helber Belmiro <[email protected]>
1 parent 24f1958 commit b05184e

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

manifests/kustomize/base/pipeline/ml-pipeline-apiserver-deployment.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,10 @@ spec:
119119
name: mlpipeline-minio-artifact
120120
key: secretkey
121121
- name: V2_DRIVER_IMAGE
122-
value: quay.io/hbelmiro/dsp-driver:latest
123-
# value: ghcr.io/kubeflow/kfp-driver:2.14.0
122+
value: ghcr.io/kubeflow/kfp-driver:2.14.0
124123
- name: V2_LAUNCHER_IMAGE
125-
value: quay.io/hbelmiro/dsp-launcher:latest
126-
# value: ghcr.io/kubeflow/kfp-launcher:2.14.0
127-
image: quay.io/hbelmiro/dsp-api-server:latest
128-
# image: ghcr.io/kubeflow/kfp-api-server:dummy
124+
value: ghcr.io/kubeflow/kfp-launcher:2.14.0
125+
image: ghcr.io/kubeflow/kfp-api-server:dummy
129126
imagePullPolicy: IfNotPresent
130127
name: ml-pipeline-api-server
131128
ports:

manifests/kustomize/base/pipeline/ml-pipeline-persistenceagent-deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ spec:
3030
value: "2"
3131
- name: LOG_LEVEL
3232
value: "info"
33-
image: quay.io/hbelmiro/dsp-persistence-agent:latest
34-
# image: ghcr.io/kubeflow/kfp-persistence-agent:dummy
33+
image: ghcr.io/kubeflow/kfp-persistence-agent:dummy
3534
imagePullPolicy: IfNotPresent
3635
name: ml-pipeline-persistenceagent
3736
resources:

manifests/kustomize/base/pipeline/ml-pipeline-scheduledworkflow-deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ spec:
1919
seccompProfile:
2020
type: RuntimeDefault
2121
containers:
22-
- image: quay.io/hbelmiro/dsp-scheduled-workflow:latest
23-
# - image: ghcr.io/kubeflow/kfp-scheduled-workflow-controller:dummy
22+
- image: ghcr.io/kubeflow/kfp-scheduled-workflow-controller:dummy
2423
imagePullPolicy: IfNotPresent
2524
name: ml-pipeline-scheduledworkflow
2625
env:

0 commit comments

Comments
 (0)