Compare commits

...

1 commit

Author SHA1 Message Date
Anton Livaja
4911e815b4
chore: bump helm to 3.16.2 2024-10-16 10:20:36 -04:00

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