Skip to content

Commit

Permalink
Bump image tag to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloliveira079 committed Sep 18, 2023
1 parent 8c5fe1e commit 109d294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion deploy/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 109d294

Please sign in to comment.