From c82add54d588c3dd0a9240b7d053d9f5b1a26b74 Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Fri, 26 Jul 2019 18:37:16 -0700 Subject: [PATCH] Update the container image version for the simple unity sdk. (#952) --- examples/unity-simple/Makefile | 2 +- examples/unity-simple/gameserver.yaml | 70 +++++++++++++-------------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/examples/unity-simple/Makefile b/examples/unity-simple/Makefile index 4d0a98148c..be8971e3b5 100644 --- a/examples/unity-simple/Makefile +++ b/examples/unity-simple/Makefile @@ -28,7 +28,7 @@ REPOSITORY = gcr.io/agones-images mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) project_path := $(dir $(mkfile_path)) -server_tag = $(REPOSITORY)/unity-simple-server:0.1 +server_tag = $(REPOSITORY)/unity-simple-server:0.2 # _____ _ # |_ _|_ _ _ __ __ _ ___| |_ ___ diff --git a/examples/unity-simple/gameserver.yaml b/examples/unity-simple/gameserver.yaml index 6355985348..07dc3e74ca 100644 --- a/examples/unity-simple/gameserver.yaml +++ b/examples/unity-simple/gameserver.yaml @@ -1,36 +1,36 @@ -# Copyright 2019 Google LLC -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -apiVersion: "stable.agones.dev/v1alpha1" -kind: GameServer -metadata: - generateName: "unity-simple-server-" -spec: - ports: - - name: default - portPolicy: Dynamic - containerPort: 7777 - template: - spec: - containers: - - name: unity-simple-server - image: gcr.io/agones-images/unity-simple-server:0.1 - resources: - requests: - memory: "128Mi" - cpu: "128m" - limits: - memory: "128Mi" +# Copyright 2019 Google LLC +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +apiVersion: "agones.dev/v1" +kind: GameServer +metadata: + generateName: "unity-simple-server-" +spec: + ports: + - name: default + portPolicy: Dynamic + containerPort: 7777 + template: + spec: + containers: + - name: unity-simple-server + image: gcr.io/agones-images/unity-simple-server:0.2 + resources: + requests: + memory: "128Mi" + cpu: "128m" + limits: + memory: "128Mi" cpu: "128m" \ No newline at end of file