Skip to content

Commit a310006

Browse files
update helm to 3.16.2 and unittest to 0.6.3 (#116)
1 parent d427214 commit a310006

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker-compose.helm.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ version: '3.7'
22

33
services:
44
helm3.14.4:
5-
image: okteto/helm:3.14.4
5+
image: okteto/helm:3.16.2
66
build:
77
context: .
88
dockerfile: helm/Dockerfile
99
args:
10-
VERSION: "3.14.4"
11-
PLUGIN_UNITTEST_VERSION: "0.3.0"
10+
VERSION: "3.16.2"
11+
PLUGIN_UNITTEST_VERSION: "0.6.3"

helm/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.22-bookworm
22

3-
ARG VERSION=3.14.4
4-
ARG PLUGIN_UNITTEST_VERSION=0.3.0
3+
ARG VERSION=3.16.2
4+
ARG PLUGIN_UNITTEST_VERSION=0.6.3
55

66
RUN curl -sLf --retry 3 -o helm.tar.gz https://get.helm.sh/helm-v${VERSION}-linux-amd64.tar.gz && \
77
mkdir -p helm && tar -C helm -xf helm.tar.gz && \

0 commit comments

Comments
 (0)