+2
-1
@@ -24,6 +24,7 @@ steps:
|
|||||||
tags:
|
tags:
|
||||||
- git-${DRONE_COMMIT_SHA:0:7}
|
- git-${DRONE_COMMIT_SHA:0:7}
|
||||||
- latest
|
- latest
|
||||||
|
- 4.2.3
|
||||||
username:
|
username:
|
||||||
from_secret: harbor-username
|
from_secret: harbor-username
|
||||||
password:
|
password:
|
||||||
@@ -31,6 +32,6 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: ab275b41f1621072152d6e85b5f94289be8dda38debd2a177e0f666960491c6e
|
hmac: 1712d86941d5494cee19bfeb87ed7574d6258b1a6050d0d99cdcb5dc5397ebf0
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ COPY --link . .
|
|||||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /go/bin/drone-helm ./cmd/drone-helm
|
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 ---
|
# --- Copy the cli to an image with helm already installed ---
|
||||||
FROM alpine/helm:4.1.3
|
FROM alpine/helm:4.2.3
|
||||||
|
|
||||||
COPY --link --from=builder /go/bin/drone-helm /bin/drone-helm
|
COPY --link --from=builder /go/bin/drone-helm /bin/drone-helm
|
||||||
COPY --link ./assets/kubeconfig.tpl /root/.kube/config.tpl
|
COPY --link ./assets/kubeconfig.tpl /root/.kube/config.tpl
|
||||||
|
|||||||
Reference in New Issue
Block a user