chore: bump helm to 3.16.2

This commit is contained in:
Anton Livaja 2024-10-16 10:20:36 -04:00
parent 0356639e9a
commit 4911e815b4
No known key found for this signature in database
GPG key ID: 44A86CFF1FDF0E85

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=3.14.3
ENV SRC_HASH=e0d46f69954002d27eaac3bd6543ee4f486cdd3795c5aac921e7f02791df8d8e
ENV VERSION=3.16.2
ENV SRC_HASH=c9d8360dcd720c47ca13ded8739d693f25e0f12234054c8ebbf027a5ceafe76d
ENV SRC_FILE=v${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/helm/helm/archive/refs/tags/${SRC_FILE}
ENV GOPATH=/cache/go