upd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-21 20:54:41 +03:00
parent 06bf1b863c
commit 9ce383cf2c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -20,3 +20,4 @@
.secrets
build/*
**/.DS_Store

View File

@@ -11,7 +11,7 @@ COPY --link . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /go/bin/drone-helm ./cmd/drone-helm
# --- Copy the cli to an image with helm already installed ---
FROM alpine/helm:3.14.1
FROM alpine/helm:3.16.3
COPY --link --from=builder /go/bin/drone-helm /bin/drone-helm
COPY --link ./assets/kubeconfig.tpl /root/.kube/config.tpl