File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ RUN mkdir -p /opt/bin
23
23
# Common builder
24
24
FROM builder AS common
25
25
26
- ARG KUBECTL_VERSION=v1.17.2
26
+ ARG KUBECTL_VERSION=v1.18.1
27
27
ARG KUSTOMIZE_VERSION=v3.5.4
28
- ARG TERRAFORM_VERSION=0.12.20
28
+ ARG TERRAFORM_VERSION=0.12.24
29
29
ARG TERRAFORM_PROVIDER_KUSTOMIZE_VERSION=v0.1.0-beta.3
30
30
31
31
RUN echo "KUBECTL_VERSION: ${KUBECTL_VERSION}" \
@@ -79,7 +79,7 @@ RUN echo "AWS_CLI_VERSION: N/A" \
79
79
# Google builder
80
80
FROM builder AS google
81
81
82
- ARG GOOGLE_CLOUD_SDK_VERSION=279 .0.0
82
+ ARG GOOGLE_CLOUD_SDK_VERSION=289 .0.0
83
83
84
84
RUN echo "GOOGLE_CLOUD_SDK_VERSION: ${GOOGLE_CLOUD_SDK_VERSION}" \
85
85
&& curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${GOOGLE_CLOUD_SDK_VERSION}-linux-x86_64.tar.gz \
@@ -93,7 +93,7 @@ RUN echo "GOOGLE_CLOUD_SDK_VERSION: ${GOOGLE_CLOUD_SDK_VERSION}" \
93
93
# Azure builder
94
94
FROM builder AS azure
95
95
96
- ARG AZURE_CLI_VERSION=2.0.81
96
+ ARG AZURE_CLI_VERSION=2.3.1
97
97
98
98
RUN apt-get update && apt-get install -y \
99
99
libffi-dev
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ clusters = {
18
18
base_domain = " "
19
19
20
20
# Initial desired K8s version, will be upgraded automatically
21
- cluster_min_master_version = " 1.13.6 "
21
+ cluster_min_master_version = " 1.15 "
22
22
23
23
# Initial number of desired nodes per zone
24
24
cluster_initial_node_count = 1
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ clusters = {
24
24
project_id = " terraform-kubestack-testing"
25
25
name_prefix = " kbstacctest"
26
26
base_domain = " infra.serverwolken.de"
27
- cluster_min_master_version = " 1.13 "
27
+ cluster_min_master_version = " 1.15 "
28
28
cluster_min_node_count = 1
29
29
cluster_max_node_count = 1
30
30
region = " europe-west1"
You can’t perform that action at this time.
0 commit comments