From 57ce6822197129df485fee88f1a63d81206e7b67 Mon Sep 17 00:00:00 2001 From: Xing Du <95306979+xdu-opendoor@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:28:43 -0700 Subject: [PATCH] upgrade helm to 3.14.4 (#129) * upgrade helm to 3.14.4 * upgrade kubectl version too --- Dockerfile | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c965aaa..19374d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -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) " # 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 diff --git a/VERSION b/VERSION index 9cf86ad..bbb542a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.37.1 +1.37.2