diff --git a/stable/pipelines-v2/Chart.yaml b/stable/pipelines-v2/Chart.yaml index 6af2ff636..36dea6af7 100644 --- a/stable/pipelines-v2/Chart.yaml +++ b/stable/pipelines-v2/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 appVersion: ">=2.5.0" -version: 0.12.2 +version: 0.12.3 name: pipelines-v2 description: Kubeflow pipelines framework for machine learning home: https://www.kubeflow.org/ diff --git a/stable/pipelines-v2/templates/argo/workflow-controller-configmap.yaml b/stable/pipelines-v2/templates/argo/workflow-controller-configmap.yaml index 5554f9b3c..9d140568a 100644 --- a/stable/pipelines-v2/templates/argo/workflow-controller-configmap.yaml +++ b/stable/pipelines-v2/templates/argo/workflow-controller-configmap.yaml @@ -7,8 +7,7 @@ metadata: component: workflow-controller {{ include "pipelines.commonLabels" . | indent 4 }} {{- if eq .Values.storageMode.kind "minio" }} -data: # "config: |" key is optional in 2.7+! - instanceID: my-ci-controller +data: metricsConfig: | enabled: false path: /metrics @@ -29,9 +28,6 @@ data: # "config: |" key is optional in 2.7+! {{- else if eq .Values.storageMode.kind "v3io" }} data: - # emissary executor is a more portable default, see https://github.com/kubeflow/kfp/issues/1654. - # containerRuntimeExecutor: emissary - config: | { namespace: {{ .Release.Namespace }},