From b3c5a9c74165d573aab9928dd8ac1187e8d8fc3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 3 Nov 2022 11:16:07 +0000 Subject: [PATCH] chore: server side apply in argo lab (#5209) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché --- scripts/labs/argocd/kind-argo.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/labs/argocd/kind-argo.sh b/scripts/labs/argocd/kind-argo.sh index 00f9a45439..0933f212dc 100755 --- a/scripts/labs/argocd/kind-argo.sh +++ b/scripts/labs/argocd/kind-argo.sh @@ -122,7 +122,7 @@ spec: source: chart: metrics-server repoURL: https://charts.bitnami.com/bitnami - targetRevision: 6.2.1 + targetRevision: 6.2.2 helm: values: | extraArgs: @@ -151,7 +151,7 @@ spec: source: chart: kube-prometheus-stack repoURL: https://prometheus-community.github.io/helm-charts - targetRevision: 41.4.1 + targetRevision: 41.7.3 helm: values: | kubeEtcd: @@ -207,7 +207,7 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true - - Replace=true + - ServerSideApply=true EOF # CREATE KYVERNO APP @@ -226,7 +226,7 @@ spec: source: chart: kyverno repoURL: https://kyverno.github.io/kyverno - targetRevision: 2.6.0 + targetRevision: 2.6.1 helm: values: | serviceMonitor: @@ -237,7 +237,7 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true - - Replace=true + - ServerSideApply=true EOF # CREATE KYVERNO-POLICIES APP @@ -256,7 +256,7 @@ spec: source: chart: kyverno-policies repoURL: https://kyverno.github.io/kyverno - targetRevision: 2.6.0 + targetRevision: 2.6.1 syncPolicy: automated: prune: true @@ -281,7 +281,7 @@ spec: source: chart: policy-reporter repoURL: https://kyverno.github.io/policy-reporter - targetRevision: 2.13.1 + targetRevision: 2.13.4 helm: values: | ui: