From a189a5a81abe4ad41ded7b1f00f2eac08d245c76 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Wed, 30 May 2018 11:50:17 -0700 Subject: [PATCH] Revert back to 0.2.0 Now we're in feature freeze, move install back to 0.2.0 --- install/helm/agones/values.yaml | 2 +- install/yaml/install.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/helm/agones/values.yaml b/install/helm/agones/values.yaml index 34ab9a017d..4c07c1ca30 100644 --- a/install/helm/agones/values.yaml +++ b/install/helm/agones/values.yaml @@ -32,7 +32,7 @@ agones: timeoutSeconds: 1 image: registry: gcr.io/agones-images - tag: 0.2.0.rc + tag: 0.2.0 controller: name: agones-controller pullPolicy: IfNotPresent diff --git a/install/yaml/install.yaml b/install/yaml/install.yaml index d873b5ed09..b6df407c51 100644 --- a/install/yaml/install.yaml +++ b/install/yaml/install.yaml @@ -698,7 +698,7 @@ spec: serviceAccountName: agones-controller containers: - name: agones-controller - image: "gcr.io/agones-images/agones-controller:0.2.0.rc" + image: "gcr.io/agones-images/agones-controller:0.2.0" imagePullPolicy: IfNotPresent env: - name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always @@ -710,7 +710,7 @@ spec: - name: MAX_PORT value: "8000" - name: SIDECAR # overwrite the GameServer sidecar image that is used - value: "gcr.io/agones-images/agones-sdk:0.2.0.rc" + value: "gcr.io/agones-images/agones-sdk:0.2.0" livenessProbe: httpGet: path: /live