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
+1 -1
View File
@@ -20,7 +20,7 @@ override DEPLOY_ARGS += $(CLUSTER_SETTINGS_FLAG) --deploytool helm
export DEPLOY_ARGS
GH_URL=https://submariner-io.github.io/submariner-charts/charts
CHARTS_DIR=charts
CHARTS_VERSION=0.10.1
CHARTS_VERSION=0.13.0-rc2
HELM_DOCS_VERSION=0.15.0
REPO_URL=$(shell git config remote.origin.url)