From e57ca6c62167a5ab26695a238063864c47ad8aa7 Mon Sep 17 00:00:00 2001 From: Xing Du Date: Wed, 9 Oct 2024 22:50:25 -0700 Subject: [PATCH 1/2] upgrade helm to 3.14.4 --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c965aaa..c3dec6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 alpine/helm:3.13.3 +FROM --platform=linux/amd64 alpine/helm:3.14.4 # Helm supported version along with K8 version: https://helm.sh/docs/topics/version_skew/ LABEL maintainer="Yann David (@Typositoire) " diff --git a/VERSION b/VERSION index 9cf86ad..bbb542a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.37.1 +1.37.2 From b551b6c2f9fcdc833994aa05fcce09e19d72b1ad Mon Sep 17 00:00:00 2001 From: Xing Du Date: Thu, 10 Oct 2024 11:54:09 -0700 Subject: [PATCH 2/2] upgrade kubectl version too --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3dec6f..19374d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="Yann David (@Typositoire) " # Versions for gcloud, kubectl, doctl, awscli # K8 versions: https://kubernetes.io/releases/ -ARG KUBERNETES_VERSION=1.28.7 +ARG KUBERNETES_VERSION=1.29.8 ARG GCLOUD_VERSION=416.0.0 ARG DOCTL_VERSION=1.57.0 ARG AWSCLI_VERSION=2.15.14-r0