Merge pull request #27 from codefresh-io/feat/not-setup-kustomize-ns
feat: update argocd to v2.8.1-cap-CR-not-setup-kustomize-ns version
This commit is contained in:
commit
f490789967
3 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue