Skip to content

Commit

Permalink
Update tag to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloliveira079 committed May 15, 2024
1 parent 47508f2 commit 68a913f
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.9
RELEASE_TAG=0.3.0

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.9 # Latest release
- image: octops/gameserver-ingress-controller:0.3.0 # Latest release
name: controller
ports:
- containerPort: 30235
Expand Down

0 comments on commit 68a913f

Please sign in to comment.