diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index f78be54a..5ced5155 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -3,7 +3,7 @@ appVersion: v3.6.4 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.45.9 +version: 0.45.10 icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png home: https://github.com/argoproj/argo-helm sources: @@ -16,5 +16,5 @@ annotations: fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252 url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - - kind: added - description: Support additional rules for service account that runs workflows + - kind: fixed + description: Clarify the purpose of the aggregate roles in the values.yaml diff --git a/charts/argo-workflows/README.md b/charts/argo-workflows/README.md index bc743f45..ac437149 100644 --- a/charts/argo-workflows/README.md +++ b/charts/argo-workflows/README.md @@ -116,7 +116,7 @@ Fields to note: | crds.annotations | object | `{}` | Annotations to be added to all CRDs | | crds.install | bool | `true` | Install and upgrade CRDs | | crds.keep | bool | `true` | Keep CRDs on chart uninstall | -| createAggregateRoles | bool | `true` | Create clusterroles that extend existing clusterroles to interact with argo-cd crds | +| createAggregateRoles | bool | `true` | Create ClusterRoles that extend existing ClusterRoles to interact with Argo Workflows CRDs. | | emissary.images | list | `[]` | The command/args for each image on workflow, needed when the command is not specified and the emissary executor is used. | | extraObjects | list | `[]` | Array of extra K8s manifests to deploy | | fullnameOverride | string | `nil` | String to fully override "argo-workflows.fullname" template | diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 104ed6bb..bf849dbc 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -16,7 +16,7 @@ crds: # -- Annotations to be added to all CRDs annotations: {} -# -- Create clusterroles that extend existing clusterroles to interact with argo-cd crds +# -- Create ClusterRoles that extend existing ClusterRoles to interact with Argo Workflows CRDs. ## Ref: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#aggregated-clusterroles createAggregateRoles: true