Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/pipelines-v2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }},
Expand Down