diff --git a/Makefile b/Makefile index e7874a1..f289c07 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -IMG ?= eu.gcr.io/sap-se-cx-gopher/sap-btp-service-operator-migration:v0.5.0 +IMG ?= eu.gcr.io/sap-se-cx-gopher/sap-btp-service-operator-migration:v0.5.1 .PHONY: build-image build-image: diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index d4bd88b..a2c8c41 100644 --- a/deploy/chart/Chart.yaml +++ b/deploy/chart/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: sap-btp-operator-migration description: A helm chart for SAP BTP Service operator migration tool -appVersion: v0.1.1 -version: v0.0.2 +appVersion: v0.5.1 +version: v0.5.1 diff --git a/deploy/chart/values.yaml b/deploy/chart/values.yaml index 1f4734a..6379210 100644 --- a/deploy/chart/values.yaml +++ b/deploy/chart/values.yaml @@ -1,3 +1,3 @@ image: repository: eu.gcr.io/sap-se-cx-gopher/sap-btp-service-operator-migration - tag: v0.5.0 + tag: v0.5.1 diff --git a/deploy/run.sh b/deploy/run.sh index 08a247e..a42a280 100644 --- a/deploy/run.sh +++ b/deploy/run.sh @@ -5,6 +5,6 @@ set -e cleaner sbu-prepare -sap-btp-service-operator-migration -namespace ${POD_NAMESPACE} run +sap-btp-service-operator-migration --namespace=${POD_NAMESPACE} run cleaner final-clean