1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +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
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
apiVersion: kind.x-k8s.io/v1alpha4
kubeadmConfigPatches:

View file

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

View file

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