Skip to content

Commit

Permalink
Bump release tag to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloliveira079 committed May 18, 2022
1 parent ef89a9e commit 4d3467b
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.0
RELEASE_TAG=0.2.1

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
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
Expand Down

0 comments on commit 4d3467b

Please sign in to comment.