diff --git a/scripts/labs/argocd/7-kyverno.sh b/scripts/labs/argocd/7-kyverno.sh index 144092b631..67657c496b 100755 --- a/scripts/labs/argocd/7-kyverno.sh +++ b/scripts/labs/argocd/7-kyverno.sh @@ -18,7 +18,7 @@ spec: source: chart: kyverno repoURL: https://kyverno.github.io/kyverno - targetRevision: 2.6.1 + targetRevision: 2.6.2 helm: values: | serviceMonitor: diff --git a/scripts/labs/argocd/8-kyverno-policies.sh b/scripts/labs/argocd/8-kyverno-policies.sh index d960c2ff10..49d24e3758 100755 --- a/scripts/labs/argocd/8-kyverno-policies.sh +++ b/scripts/labs/argocd/8-kyverno-policies.sh @@ -18,7 +18,7 @@ spec: source: chart: kyverno-policies repoURL: https://kyverno.github.io/kyverno - targetRevision: 2.6.1 + targetRevision: 2.6.2 syncPolicy: automated: prune: true