diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index df7abbc4..4e172e45 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.14.2 +version: 0.14.3 appVersion: v3.3.2 icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm @@ -15,4 +15,4 @@ maintainers: - name: benjaminws annotations: artifacthub.io/changes: | - - "[Fixed]: Fix typos and add missing words in README" + - "[Fixed]: Setting default ContainerRuntimeExecutor to emissary" diff --git a/charts/argo-workflows/README.md b/charts/argo-workflows/README.md index ac032034..db550341 100644 --- a/charts/argo-workflows/README.md +++ b/charts/argo-workflows/README.md @@ -65,7 +65,7 @@ Fields to note: |-----|------|---------|-------------| | controller.affinity | object | `{}` | Assign custom [affinity] rules | | controller.clusterWorkflowTemplates.enabled | bool | `true` | Create a ClusterRole and CRB for the controller to access ClusterWorkflowTemplates. | -| controller.containerRuntimeExecutor | string | `"docker"` | Specifies the container runtime interface to use (one of: `docker`, `kubelet`, `k8sapi`, `pns`, `emissary`) | +| controller.containerRuntimeExecutor | string | `"emissary"` | Specifies the container runtime interface to use (one of: `docker`, `kubelet`, `k8sapi`, `pns`, `emissary`) | | controller.containerRuntimeExecutors | list | `[]` | Specifies the executor to use. This has precedence over `controller.containerRuntimeExecutor`. | | controller.extraArgs | list | `[]` | Extra arguments to be added to the controller | | controller.extraContainers | list | `[]` | Extra containers to be added to the controller deployment | diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 765d5924..1fae66e5 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -170,7 +170,7 @@ controller: # -- Specifies the container runtime interface to use (one of: `docker`, `kubelet`, `k8sapi`, `pns`, `emissary`) ## Ref: https://argoproj.github.io/argo-workflows/workflow-executors/ - containerRuntimeExecutor: docker + containerRuntimeExecutor: emissary # -- Specifies the executor to use. This has precedence over `controller.containerRuntimeExecutor`. containerRuntimeExecutors: [] # - name: emissary