Skip to content

Commit

Permalink
Merge branch 'release-v0.1.3' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloliveira079 committed Nov 20, 2021
2 parents 167d161 + 83bcb8d commit 92bdffc
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1.2
RELEASE_TAG=0.1.3

default: clean build

Expand Down
5 changes: 4 additions & 1 deletion deploy/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ metadata:
labels:
app: octops
rules:
- apiGroups: [ "" ]
resources: [ "events" ]
verbs: [ "create" ]
- apiGroups: [""]
resources: ["pods"]
verbs: ["list", "get", "watch"]
Expand Down Expand Up @@ -66,7 +69,7 @@ spec:
spec:
serviceAccountName: octops
containers:
- image: octops/gameserver-ingress-controller:0.1.2
- image: octops/gameserver-ingress-controller:0.1.3
name: controller
args:
- --sync-period=15s
Expand Down

0 comments on commit 92bdffc

Please sign in to comment.