Bump to 0.13.0-rc2

This will ensure that we deploy the current development version of
Submariner and that our artifacts are considered the latest (currently
our latest is 0.11.2!).

Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
Stephen Kitt
2022-07-14 11:43:42 -04:00
committed by Thomas Pantelis
parent 9e5b80abda
commit e6c1600270
5 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ submariner:
coreDNSCustomConfig: {}
images:
repository: quay.io/submariner
tag: "0.10.1"
tag: "0.13.0-rc2"
broker:
server: example.k8s.apiserver
token: test
@@ -37,7 +37,7 @@ leadership:
operator:
image:
repository: quay.io/submariner/submariner-operator
tag: "0.10.1"
tag: "0.13.0-rc2"
pullPolicy: IfNotPresent
resources: {}
tolerations: []
@@ -45,7 +45,7 @@ operator:
gateway:
image:
repository: quay.io/submariner/submariner-gateway
tag: "0.10.1"
tag: "0.13.0-rc2"
serviceAccounts:
operator:
create: true