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:
parent
84d4bb4998
commit
d96499462e
3 changed files with 11 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue