Skip to content

Commit

Permalink
update helm to 3.16.2 and unittest to 0.6.3 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafalzetti authored Oct 16, 2024
1 parent d427214 commit a310006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-compose.helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: '3.7'

services:
helm3.14.4:
image: okteto/helm:3.14.4
image: okteto/helm:3.16.2
build:
context: .
dockerfile: helm/Dockerfile
args:
VERSION: "3.14.4"
PLUGIN_UNITTEST_VERSION: "0.3.0"
VERSION: "3.16.2"
PLUGIN_UNITTEST_VERSION: "0.6.3"
4 changes: 2 additions & 2 deletions helm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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 && \
Expand Down

0 comments on commit a310006

Please sign in to comment.