From d31d06728345e061a09e005073d50462c3bad622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Ramalho?= Date: Thu, 1 Oct 2020 17:58:32 +0200 Subject: [PATCH] Fix notary images tag in values file The values file has `v2.1.0` while the correct tag is `2.1.0`. --- harbor-helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbor-helm/values.yaml b/harbor-helm/values.yaml index 54e73d23..9e125620 100644 --- a/harbor-helm/values.yaml +++ b/harbor-helm/values.yaml @@ -637,7 +637,7 @@ notary: serviceAccountName: "" image: repository: registry.suse.com/harbor/harbor-notary-server - tag: v2.1.0 + tag: 2.1.0 replicas: 1 # resources: # requests: @@ -648,7 +648,7 @@ notary: serviceAccountName: "" image: repository: registry.suse.com/harbor/harbor-notary-signer - tag: v2.1.0 + tag: 2.1.0 replicas: 1 # resources: # requests: