Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit b645884

Browse files
committed
Added helm-dashboard #3866
1 parent f531647 commit b645884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/helm-plugins/Dockerfile.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
#syntax=docker/dockerfile:1.5.2
22

33
ARG ref=main
4+
45
FROM ghcr.io/nicholasdille/docker-setup/helm:${ref} AS helm
5-
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
66

7+
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
78
ARG name
89
ARG version
9-
1010
COPY --link --from=helm / /
11-
1211
RUN <<EOF
1312
echo "export HELM_PLUGINS=${target}/share/helm/plugins" >${prefix}/etc/profile.d/helm-plugins.sh
1413

@@ -31,6 +30,7 @@ plugins=(
3130
https://github.com/jkroepke/helm-secrets
3231
https://github.com/sigstore/helm-sigstore
3332
https://github.com/quintush/helm-unittest
33+
https://github.com/komodorio/helm-dashboard
3434
)
3535
for url in "${plugins[@]}"; do
3636
name="$(basename "${url}")"

0 commit comments

Comments
 (0)