Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Prepare for v0.5.1 release (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakjan authored Jan 6, 2022
1 parent c4f6bb2 commit 0732556
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions deploy/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion deploy/chart/values.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion deploy/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0732556

Please sign in to comment.