From 4d3467bbf90e1405c164213a83e3f3e774e8e5c3 Mon Sep 17 00:00:00 2001 From: Daniel Oliveira Date: Wed, 18 May 2022 22:50:13 +0200 Subject: [PATCH] Bump release tag to 0.2.1 --- Makefile | 2 +- deploy/install.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cd9b055..85dd8c8 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ OCTOPS_BIN := bin/octops-controller IMAGE_REPO=octops/gameserver-ingress-controller DOCKER_IMAGE_TAG ?= octops/gameserver-ingress-controller:${VERSION} -RELEASE_TAG=0.2.0 +RELEASE_TAG=0.2.1 default: clean build diff --git a/deploy/install.yaml b/deploy/install.yaml index fc00ac4..207af6a 100644 --- a/deploy/install.yaml +++ b/deploy/install.yaml @@ -69,7 +69,7 @@ spec: spec: serviceAccountName: octops containers: - - image: octops/gameserver-ingress-controller:0.2.0 # Latest release + - image: octops/gameserver-ingress-controller:0.2.1 # Latest release name: controller ports: - containerPort: 30235