From 4738213eceb05d27ccba6e5969ee76be999a7a9e Mon Sep 17 00:00:00 2001 From: naumso Date: Thu, 13 Aug 2026 19:03:15 +0300 Subject: [PATCH] upd --- .drone.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6cd0d2e..582ce95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: tags: - git-${DRONE_COMMIT_SHA:0:7} - latest - - 4.2.4 + - 4.2.3 username: from_secret: harbor-username password: @@ -32,6 +32,6 @@ steps: --- kind: signature -hmac: effeee9a3c487ef54b09028d316dc4f81b12a4e28fc845fc6bb4d10f2762169e +hmac: 1712d86941d5494cee19bfeb87ed7574d6258b1a6050d0d99cdcb5dc5397ebf0 ... diff --git a/Dockerfile b/Dockerfile index 654abda..40383c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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:4.2.4 +FROM alpine/helm:4.2.3 COPY --link --from=builder /go/bin/drone-helm /bin/drone-helm COPY --link ./assets/kubeconfig.tpl /root/.kube/config.tpl