From e57ca6c62167a5ab26695a238063864c47ad8aa7 Mon Sep 17 00:00:00 2001 From: Xing Du Date: Wed, 9 Oct 2024 22:50:25 -0700 Subject: [PATCH] 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