Skip to content

Commit 045f774

Browse files
committed
Revert back to 0.2.0
Now we're in feature freeze, move install back to 0.2.0
1 parent 521f396 commit 045f774

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

install/helm/agones/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ agones:
3232
timeoutSeconds: 1
3333
image:
3434
registry: gcr.io/agones-images
35-
tag: 0.2.0.rc
35+
tag: 0.2.0
3636
controller:
3737
name: agones-controller
3838
pullPolicy: IfNotPresent

install/yaml/install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ spec:
698698
serviceAccountName: agones-controller
699699
containers:
700700
- name: agones-controller
701-
image: "gcr.io/agones-images/agones-controller:0.2.0.rc"
701+
image: "gcr.io/agones-images/agones-controller:0.2.0"
702702
imagePullPolicy: IfNotPresent
703703
env:
704704
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
@@ -710,7 +710,7 @@ spec:
710710
- name: MAX_PORT
711711
value: "8000"
712712
- name: SIDECAR # overwrite the GameServer sidecar image that is used
713-
value: "gcr.io/agones-images/agones-sdk:0.2.0.rc"
713+
value: "gcr.io/agones-images/agones-sdk:0.2.0"
714714
livenessProbe:
715715
httpGet:
716716
path: /live

0 commit comments

Comments
 (0)