diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 9bb1c64a..f3a562ba 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.8.1-cap-CR-player-and-vuln-fix +appVersion: v2.8.1-cap-CR-not-setup-kustomize-ns kubeVersion: ">=1.23.0-0" description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 5.46.2-2-cap-CR-player-and-vuln-fix +version: 5.46.2-3-cap-CR-not-setup-kustomize-ns home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png sources: @@ -27,4 +27,4 @@ annotations: url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - kind: changed - description: Update ArgoCD version to v2.8.1-cap-CR-player-and-vuln-fix + description: Update ArgoCD version to v2.8.1-cap-CR-not-setup-kustomize-ns diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 982ee13d..7c35ff9d 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -436,6 +436,7 @@ NAME: my-release | configs.cm."admin.enabled" | bool | `true` | Enable local admin user | | configs.cm."application.instanceLabelKey" | string | Defaults to app.kubernetes.io/instance | The name of tracking label used by Argo CD for resource pruning | | configs.cm."exec.enabled" | bool | `false` | Enable exec feature in Argo UI | +| configs.cm."kustomize.setNamespace.enabled" | bool | `false` | Enable set namespace during kustomize build | | configs.cm."server.rbac.log.enforce.enable" | bool | `false` | Enable logs RBAC enforcement | | configs.cm."timeout.hard.reconciliation" | string | `"0s"` | Timeout to refresh application data as well as target manifests cache | | configs.cm."timeout.reconciliation" | string | `"180s"` | Timeout to discover if a new manifests version got published to the repository | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index f54e6889..50a4ee6e 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -172,6 +172,9 @@ configs: ## Ref: https://argo-cd.readthedocs.io/en/latest/operator-manual/rbac/#exec-resource exec.enabled: false + # -- Enable set namespace during kustomize build + kustomize.setNamespace.enabled: false + # -- Enable local admin user ## Ref: https://argo-cd.readthedocs.io/en/latest/faq/#how-to-disable-admin-user admin.enabled: true