From e5359df6cd4d6c00e4575f46788a901b08b5849e Mon Sep 17 00:00:00 2001 From: Aiden Keating Date: Tue, 6 Aug 2019 12:28:02 +0100 Subject: [PATCH] 0.0.24 --- Makefile | 2 +- deploy/operator.yaml | 2 +- version/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6545357..022b619 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL=/bin/bash REG=quay.io ORG=integreatly IMAGE=tutorial-web-app-operator -TAG=0.0.23 +TAG=0.0.24 KUBE_CMD=oc apply -f DEPLOY_DIR=deploy OUT_STATIC_DIR=tmp/_output diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 95ccf5b..641cfbb 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.23 + image: quay.io/integreatly/tutorial-web-app-operator:v0.0.24 ports: - containerPort: 60000 name: metrics diff --git a/version/version.go b/version/version.go index 00c07c1..3947a09 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "0.0.23" + Version = "0.0.24" )