Skip to content

Commit cdbbba1

Browse files
authored
Update default GKE version to 1.17 (#431)
* Bump default GKE version to 1.17 (current stable channel). (#429) * Update `autoscaler` and `redis-janitor` for better GKE 1.17 compatibility. (#430)
1 parent 2770f0e commit cdbbba1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ENV GPU_NODE_MIN_SIZE="0"
3939
ENV GPU_PER_NODE="1"
4040

4141
# gcloud config
42-
ENV KUBERNETES_VERSION="1.16"
42+
ENV KUBERNETES_VERSION="1.17"
4343
ENV CLOUDSDK_CORE_PROJECT=""
4444
ENV CLOUDSDK_CONTAINER_CLUSTER=""
4545
ENV CLOUDSDK_BUCKET=""

conf/helmfile.d/0210.autoscaler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ releases:
2727

2828
image:
2929
repository: vanvalenlab/kiosk-autoscaler
30-
tag: 0.5.0
30+
tag: 0.6.0
3131

3232
resources:
3333
requests:

conf/helmfile.d/0220.redis-janitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ releases:
2727

2828
image:
2929
repository: vanvalenlab/kiosk-redis-janitor
30-
tag: 0.4.0
30+
tag: 0.5.0
3131

3232
resources:
3333
requests:

0 commit comments

Comments
 (0)