diff --git a/Makefile b/Makefile index 540ec4e..0f8ee9d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL=/bin/bash REG=quay.io ORG=integreatly IMAGE=tutorial-web-app-operator -TAG=v0.0.57 +TAG=v0.0.58 KUBE_CMD=oc apply -f DEPLOY_DIR=deploy OUT_STATIC_DIR=tmp/_output diff --git a/deploy/operator.yaml b/deploy/operator.yaml index d53a3b1..946531c 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: tutorial-web-app-operator containers: - name: tutorial-web-app-operator - image: quay.io/integreatly/tutorial-web-app-operator:v0.0.57 + image: quay.io/integreatly/tutorial-web-app-operator:v0.0.58 ports: - containerPort: 60000 name: metrics diff --git a/version/version.go b/version/version.go index 5544692..834dd22 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "0.0.57" + Version = "0.0.58" )