Skip to content

Commit

Permalink
Preparring for 0.4.0 release next week.
Browse files Browse the repository at this point in the history
Just moving all the things to 0.4.0
  • Loading branch information
markmandel committed Aug 29, 2018
1 parent eb26a9d commit 3144bfc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions install/helm/agones/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# Declare variables to be passed into your templates.

apiVersion: v1
appVersion: "0.4.0.rc"
version: 0.4.0.rc
appVersion: "0.4.0"
version: 0.4.0
name: agones
description: a library for hosting, running and scaling dedicated game servers on Kubernetes.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion install/helm/agones/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ agones:
timeoutSeconds: 1
image:
registry: gcr.io/agones-images
tag: 0.4.0.rc
tag: 0.4.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down
32 changes: 16 additions & 16 deletions install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -32,7 +32,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
rules:
Expand Down Expand Up @@ -62,7 +62,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -96,7 +96,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -107,7 +107,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -125,7 +125,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -160,7 +160,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -341,7 +341,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -390,7 +390,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -555,7 +555,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -732,7 +732,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -765,7 +765,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -789,7 +789,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:0.4.0.rc"
image: "gcr.io/agones-images/agones-controller:0.4.0"
imagePullPolicy: IfNotPresent
env:
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
Expand All @@ -801,7 +801,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.4.0.rc"
value: "gcr.io/agones-images/agones-sdk:0.4.0"
livenessProbe:
httpGet:
path: /live
Expand Down Expand Up @@ -875,7 +875,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.4.0.rc
chart: agones-0.4.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -906,7 +906,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.4.0.rc"
chart: "agones-0.4.0"
release: "agones-manual"
heritage: "Tiller"
type: Opaque
Expand Down

0 comments on commit 3144bfc

Please sign in to comment.