feat: update argocd to v2.8.1-cap-CR-not-setup-kustomize-ns version

This commit is contained in:
pashakostohrys 2023-10-04 13:29:50 +03:00
parent c12047feda
commit 3776b30e2a
2 changed files with 6 additions and 3 deletions

View file

@ -1,9 +1,9 @@
apiVersion: v2 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" kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd 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 home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources: sources:
@ -27,4 +27,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - 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

View file

@ -172,6 +172,9 @@ configs:
## Ref: https://argo-cd.readthedocs.io/en/latest/operator-manual/rbac/#exec-resource ## Ref: https://argo-cd.readthedocs.io/en/latest/operator-manual/rbac/#exec-resource
exec.enabled: false exec.enabled: false
# -- Enable set namespace during kustomize build
kustomize.setNamespace.enabled: false
# -- Enable local admin user # -- Enable local admin user
## Ref: https://argo-cd.readthedocs.io/en/latest/faq/#how-to-disable-admin-user ## Ref: https://argo-cd.readthedocs.io/en/latest/faq/#how-to-disable-admin-user
admin.enabled: true admin.enabled: true