From 73f0870d8349e4805b8be813640d5b149524f2ca Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Mon, 24 Oct 2022 14:30:26 -0400 Subject: [PATCH] Remove hard-coded image version defaults in values.yaml ...since the templates use Chart.AppVersion as the default. Signed-off-by: Tom Pantelis --- submariner-operator/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submariner-operator/values.yaml b/submariner-operator/values.yaml index 39a0acd..df9f988 100644 --- a/submariner-operator/values.yaml +++ b/submariner-operator/values.yaml @@ -15,7 +15,7 @@ submariner: coreDNSCustomConfig: {} images: repository: quay.io/submariner - tag: "0.14.0-m1" + tag: "" broker: server: example.k8s.apiserver token: test @@ -39,7 +39,7 @@ leadership: operator: image: repository: quay.io/submariner/submariner-operator - tag: "0.14.0-m1" + tag: "" pullPolicy: IfNotPresent resources: {} tolerations: []