From 3acedcf6f9da492e7420410cdaea02f0526cb36c Mon Sep 17 00:00:00 2001 From: marekzan Date: Thu, 9 Nov 2023 00:17:18 +0000 Subject: [PATCH] Updated to latest Helm version v3.13.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a37f3f..feac5f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG ALPINE_VERSION=3.15.7 FROM alpine:${ALPINE_VERSION} as base FROM base as builder -ARG HELM_VERSION=3.13.1 +ARG HELM_VERSION=3.13.2 # Kubeval does not have tags, so we use a commit ARG HELM_KUBEVAL_VERSION=7476464 ARG HELM_VALUES_VERSION=1.2.0