Skip to content

Commit 59e5739

Browse files
authored
[pipelines-v2] Fix argo deployment (#1126)
1 parent 55887f1 commit 59e5739

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

stable/pipelines-v2/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
appVersion: ">=2.5.0"
3-
version: 0.12.2
3+
version: 0.12.3
44
name: pipelines-v2
55
description: Kubeflow pipelines framework for machine learning
66
home: https://www.kubeflow.org/

stable/pipelines-v2/templates/argo/workflow-controller-configmap.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ metadata:
77
component: workflow-controller
88
{{ include "pipelines.commonLabels" . | indent 4 }}
99
{{- if eq .Values.storageMode.kind "minio" }}
10-
data: # "config: |" key is optional in 2.7+!
11-
instanceID: my-ci-controller
10+
data:
1211
metricsConfig: |
1312
enabled: false
1413
path: /metrics
@@ -29,9 +28,6 @@ data: # "config: |" key is optional in 2.7+!
2928
3029
{{- else if eq .Values.storageMode.kind "v3io" }}
3130
data:
32-
# emissary executor is a more portable default, see https://github.com/kubeflow/kfp/issues/1654.
33-
# containerRuntimeExecutor: emissary
34-
3531
config: |
3632
{
3733
namespace: {{ .Release.Namespace }},

0 commit comments

Comments
 (0)