From 109d2949b7191a5090beaa061304a679cb2bfd46 Mon Sep 17 00:00:00 2001 From: Daniel Oliveira Date: Mon, 18 Sep 2023 19:31:31 +0200 Subject: [PATCH] Bump image tag to 0.2.8 --- Makefile | 2 +- deploy/install.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f997591..3e4e0d8 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.7 +RELEASE_TAG=0.2.8 default: clean build diff --git a/deploy/install.yaml b/deploy/install.yaml index dce35e9..e1ed36a 100644 --- a/deploy/install.yaml +++ b/deploy/install.yaml @@ -69,7 +69,7 @@ spec: spec: serviceAccountName: octops-ingress-controller containers: - - image: octops/gameserver-ingress-controller:0.2.7 # Latest release + - image: octops/gameserver-ingress-controller:0.2.8 # Latest release name: controller ports: - containerPort: 30235