Skip to content

Commit 1c39773

Browse files
authored
Merge pull request #98 from kbst/updateversions
Updateversions
2 parents cb610a3 + 7f11581 commit 1c39773

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

quickstart/src/ci-cd/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ RUN mkdir -p /opt/bin
2323
# Common builder
2424
FROM builder AS common
2525

26-
ARG KUBECTL_VERSION=v1.17.2
26+
ARG KUBECTL_VERSION=v1.18.1
2727
ARG KUSTOMIZE_VERSION=v3.5.4
28-
ARG TERRAFORM_VERSION=0.12.20
28+
ARG TERRAFORM_VERSION=0.12.24
2929
ARG TERRAFORM_PROVIDER_KUSTOMIZE_VERSION=v0.1.0-beta.3
3030

3131
RUN echo "KUBECTL_VERSION: ${KUBECTL_VERSION}" \
@@ -79,7 +79,7 @@ RUN echo "AWS_CLI_VERSION: N/A" \
7979
# Google builder
8080
FROM builder AS google
8181

82-
ARG GOOGLE_CLOUD_SDK_VERSION=279.0.0
82+
ARG GOOGLE_CLOUD_SDK_VERSION=289.0.0
8383

8484
RUN echo "GOOGLE_CLOUD_SDK_VERSION: ${GOOGLE_CLOUD_SDK_VERSION}" \
8585
&& 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}" \
9393
# Azure builder
9494
FROM builder AS azure
9595

96-
ARG AZURE_CLI_VERSION=2.0.81
96+
ARG AZURE_CLI_VERSION=2.3.1
9797

9898
RUN apt-get update && apt-get install -y \
9999
libffi-dev

quickstart/src/configurations/gke/config.auto.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ clusters = {
1818
base_domain = ""
1919

2020
# Initial desired K8s version, will be upgraded automatically
21-
cluster_min_master_version = "1.13.6"
21+
cluster_min_master_version = "1.15"
2222

2323
# Initial number of desired nodes per zone
2424
cluster_initial_node_count = 1

tests/config.auto.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ clusters = {
2424
project_id = "terraform-kubestack-testing"
2525
name_prefix = "kbstacctest"
2626
base_domain = "infra.serverwolken.de"
27-
cluster_min_master_version = "1.13"
27+
cluster_min_master_version = "1.15"
2828
cluster_min_node_count = 1
2929
cluster_max_node_count = 1
3030
region = "europe-west1"

0 commit comments

Comments
 (0)