Update helm to 3.12.2

Change-Id: I913f93d695e4068199e193a5839bf27e257a535e
This commit is contained in:
SPEARS, DUSTIN (ds443n) 2023-08-01 15:10:35 -04:00
parent 812546c875
commit bf088d9ebb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TA
UBUNTU_BASE_IMAGE ?=
# Helm binary download url
HELM_ARTIFACT_URL ?= https://get.helm.sh/helm-v3.11.1-linux-amd64.tar.gz
HELM_ARTIFACT_URL ?= https://get.helm.sh/helm-v3.12.2-linux-amd64.tar.gz
# VERSION INFO
GIT_COMMIT = $(shell git rev-parse HEAD)