We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d427214 commit a310006Copy full SHA for a310006
docker-compose.helm.yml
@@ -2,10 +2,10 @@ version: '3.7'
2
3
services:
4
helm3.14.4:
5
- image: okteto/helm:3.14.4
+ image: okteto/helm:3.16.2
6
build:
7
context: .
8
dockerfile: helm/Dockerfile
9
args:
10
- VERSION: "3.14.4"
11
- PLUGIN_UNITTEST_VERSION: "0.3.0"
+ VERSION: "3.16.2"
+ PLUGIN_UNITTEST_VERSION: "0.6.3"
helm/Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:1.22-bookworm
-ARG VERSION=3.14.4
-ARG PLUGIN_UNITTEST_VERSION=0.3.0
+ARG VERSION=3.16.2
+ARG PLUGIN_UNITTEST_VERSION=0.6.3
RUN curl -sLf --retry 3 -o helm.tar.gz https://get.helm.sh/helm-v${VERSION}-linux-amd64.tar.gz && \
mkdir -p helm && tar -C helm -xf helm.tar.gz && \
0 commit comments