1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-15 20:20:22 +00:00

chore: update argocd lab (#6698)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2023-03-27 16:35:46 +02:00 committed by GitHub
parent 84d4bb4998
commit d96499462e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View file

@ -8,7 +8,7 @@ kind delete cluster --name ${KIND_NAME:-argo} || true
# CREATE CLUSTER # CREATE CLUSTER
kind create cluster --name ${KIND_NAME:-argo} --image ${KIND_IMAGE:-kindest/node:v1.24.4} --config - <<EOF kind create cluster --name ${KIND_NAME:-argo} --image ${KIND_IMAGE:-kindest/node:v1.26.2} --config - <<EOF
kind: Cluster kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4 apiVersion: kind.x-k8s.io/v1alpha4
kubeadmConfigPatches: kubeadmConfigPatches:

View file

@ -18,7 +18,7 @@ spec:
source: source:
chart: kyverno chart: kyverno
repoURL: https://kyverno.github.io/kyverno repoURL: https://kyverno.github.io/kyverno
targetRevision: 2.6.2 targetRevision: 2.7.2
helm: helm:
values: | values: |
serviceMonitor: serviceMonitor:
@ -27,7 +27,15 @@ spec:
extraArgs: extraArgs:
- --loggingFormat=json - --loggingFormat=json
extraArgs: extraArgs:
- --enableTracing
- --tracingAddress=tempo.monitoring
- --tracingPort=4317
- --loggingFormat=json - --loggingFormat=json
cleanupController:
tracing:
enabled: true
address: tempo.monitoring
port: 4317
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true

View file

@ -18,7 +18,7 @@ spec:
source: source:
chart: kyverno-policies chart: kyverno-policies
repoURL: https://kyverno.github.io/kyverno repoURL: https://kyverno.github.io/kyverno
targetRevision: 2.6.2 targetRevision: 2.7.2
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true