diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index 94cad6c1..744996b6 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v2.11.3 description: A Helm chart for Argo Workflows name: argo -version: 0.13.1 +version: 0.13.2 icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm maintainers: diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 8ece66d5..a6cceec0 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -24,7 +24,7 @@ createAggregateRoles: true singleNamespace: false workflow: - namespace: "" # Speficy namespace if workflows run in another namespace than argo. This controls where the service account and RBAC resources will be created. + namespace: "" # Specify namespace if workflows run in another namespace than argo. This controls where the service account and RBAC resources will be created. serviceAccount: create: false # Specifies whether a service account should be created annotations: {}