From 0aaebf15e1bfcc949f8bcd1048be3ea520dfa2d5 Mon Sep 17 00:00:00 2001 From: Daniel Oliveira Date: Sat, 20 Nov 2021 17:31:19 +0100 Subject: [PATCH 1/2] Update Role to create events --- deploy/install.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/install.yaml b/deploy/install.yaml index 9fffdd5..8d3855d 100644 --- a/deploy/install.yaml +++ b/deploy/install.yaml @@ -19,6 +19,9 @@ metadata: labels: app: octops rules: + - apiGroups: [ "" ] + resources: [ "events" ] + verbs: [ "create" ] - apiGroups: [""] resources: ["pods"] verbs: ["list", "get", "watch"] From 83bcb8d9d02dead7c40f3b4f527aeaf37e13b9b2 Mon Sep 17 00:00:00 2001 From: Daniel Oliveira Date: Sat, 20 Nov 2021 17:31:44 +0100 Subject: [PATCH 2/2] Bump release tag to 0.1.3 --- Makefile | 2 +- deploy/install.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b9a5269..b4720d5 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.1.2 +RELEASE_TAG=0.1.3 default: clean build diff --git a/deploy/install.yaml b/deploy/install.yaml index 8d3855d..50b22f9 100644 --- a/deploy/install.yaml +++ b/deploy/install.yaml @@ -69,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