From 11524bf591d035b22f6f44c3d366f029bcfbf5dc Mon Sep 17 00:00:00 2001 From: wangyuan249 <35907099+wangyuan249@users.noreply.github.com> Date: Fri, 13 Aug 2021 08:23:48 +0800 Subject: [PATCH] update cert image (#2083) --- charts/vela-core/values.yaml | 4 ++-- docs/examples/vela-app.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: