diff --git a/charts/vela-core/values.yaml b/charts/vela-core/values.yaml index 4cd3a0745..f4a09857a 100644 --- a/charts/vela-core/values.yaml +++ b/charts/vela-core/values.yaml @@ -68,8 +68,8 @@ admissionWebhooks: patch: enabled: true image: - repository: wonderflow/kube-webhook-certgen - tag: v2.1 + repository: oamdev/kube-webhook-certgen + tag: v2.2 pullPolicy: IfNotPresent affinity: {} tolerations: [] diff --git a/docs/examples/vela-app.yaml b/docs/examples/vela-app.yaml index 889487ba4..3529af848 100644 --- a/docs/examples/vela-app.yaml +++ b/docs/examples/vela-app.yaml @@ -10,7 +10,7 @@ spec: image: crccheck/hello-world port: 8000 traits: - - type: ingress + - type: ingress-1-20 properties: domain: testsvc.example.com http: