Skip to content

Commit

Permalink
Update default GKE version to 1.17 (#431)
Browse files Browse the repository at this point in the history
* Bump default GKE version to 1.17 (current stable channel). (#429)

* Update `autoscaler` and `redis-janitor` for better GKE 1.17 compatibility. (#430)
  • Loading branch information
willgraf committed Jun 18, 2021
1 parent 2770f0e commit cdbbba1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down
2 changes: 1 addition & 1 deletion conf/helmfile.d/0210.autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ releases:

image:
repository: vanvalenlab/kiosk-autoscaler
tag: 0.5.0
tag: 0.6.0

resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion conf/helmfile.d/0220.redis-janitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ releases:

image:
repository: vanvalenlab/kiosk-redis-janitor
tag: 0.4.0
tag: 0.5.0

resources:
requests:
Expand Down

0 comments on commit cdbbba1

Please sign in to comment.