Skip to content

Commit f490789

Browse files
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
2 parents c12047f + 61b50b1 commit f490789

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v2.8.1-cap-CR-player-and-vuln-fix
2+
appVersion: v2.8.1-cap-CR-not-setup-kustomize-ns
33
kubeVersion: ">=1.23.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 5.46.2-2-cap-CR-player-and-vuln-fix
6+
version: 5.46.2-3-cap-CR-not-setup-kustomize-ns
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -27,4 +27,4 @@ annotations:
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
2929
- kind: changed
30-
description: Update ArgoCD version to v2.8.1-cap-CR-player-and-vuln-fix
30+
description: Update ArgoCD version to v2.8.1-cap-CR-not-setup-kustomize-ns

charts/argo-cd/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ NAME: my-release
436436
| configs.cm."admin.enabled" | bool | `true` | Enable local admin user |
437437
| configs.cm."application.instanceLabelKey" | string | Defaults to app.kubernetes.io/instance | The name of tracking label used by Argo CD for resource pruning |
438438
| configs.cm."exec.enabled" | bool | `false` | Enable exec feature in Argo UI |
439+
| configs.cm."kustomize.setNamespace.enabled" | bool | `false` | Enable set namespace during kustomize build |
439440
| configs.cm."server.rbac.log.enforce.enable" | bool | `false` | Enable logs RBAC enforcement |
440441
| configs.cm."timeout.hard.reconciliation" | string | `"0s"` | Timeout to refresh application data as well as target manifests cache |
441442
| configs.cm."timeout.reconciliation" | string | `"180s"` | Timeout to discover if a new manifests version got published to the repository |

charts/argo-cd/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ configs:
172172
## Ref: https://argo-cd.readthedocs.io/en/latest/operator-manual/rbac/#exec-resource
173173
exec.enabled: false
174174

175+
# -- Enable set namespace during kustomize build
176+
kustomize.setNamespace.enabled: false
177+
175178
# -- Enable local admin user
176179
## Ref: https://argo-cd.readthedocs.io/en/latest/faq/#how-to-disable-admin-user
177180
admin.enabled: true

0 commit comments

Comments
 (0)