From cdbbba11f52febceabea7c9940b990f75886a06e Mon Sep 17 00:00:00 2001 From: willgraf <7930703+willgraf@users.noreply.github.com> Date: Fri, 18 Jun 2021 12:05:14 -0700 Subject: [PATCH] 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) --- Dockerfile | 2 +- conf/helmfile.d/0210.autoscaler.yaml | 2 +- conf/helmfile.d/0220.redis-janitor.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cab9a8d0..290cd26b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ ENV GPU_NODE_MIN_SIZE="0" ENV GPU_PER_NODE="1" # gcloud config -ENV KUBERNETES_VERSION="1.16" +ENV KUBERNETES_VERSION="1.17" ENV CLOUDSDK_CORE_PROJECT="" ENV CLOUDSDK_CONTAINER_CLUSTER="" ENV CLOUDSDK_BUCKET="" diff --git a/conf/helmfile.d/0210.autoscaler.yaml b/conf/helmfile.d/0210.autoscaler.yaml index ecfa6727..504bc80f 100644 --- a/conf/helmfile.d/0210.autoscaler.yaml +++ b/conf/helmfile.d/0210.autoscaler.yaml @@ -27,7 +27,7 @@ releases: image: repository: vanvalenlab/kiosk-autoscaler - tag: 0.5.0 + tag: 0.6.0 resources: requests: diff --git a/conf/helmfile.d/0220.redis-janitor.yaml b/conf/helmfile.d/0220.redis-janitor.yaml index d79aa79f..ded2bb0d 100644 --- a/conf/helmfile.d/0220.redis-janitor.yaml +++ b/conf/helmfile.d/0220.redis-janitor.yaml @@ -27,7 +27,7 @@ releases: image: repository: vanvalenlab/kiosk-redis-janitor - tag: 0.4.0 + tag: 0.5.0 resources: requests: