Skip to content

Commit 64614c3

Browse files
chore(deps): update alpine/helm docker tag to v4
| datasource | package | from | to | | ---------- | ----------- | ------ | ----- | | docker | alpine/helm | 3.19.0 | 4.0.4 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent f11d76e commit 64614c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/doc-generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM jnorwood/helm-docs:v1.14.2@sha256:7e562b49ab6b1dbc50c3da8f2dd6ffa8a5c6bba327b1c6335cc15ce29267979c AS helm-docs
2-
FROM alpine/helm:3.19.0@sha256:aef9b56f64e866207d9591d0abd8f6d767b36aadd12edf68f8a719716d9d29c9
2+
FROM alpine/helm:4.0.4@sha256:adb87b125214fd356ecc1a24a1e86e4afed0ee03de5d4391de4925777de7fd42
33

44
LABEL org.opencontainers.image.source=https://github.com/grafana/helm-chart-toolbox
55
LABEL org.opencontainers.image.description="Helm Chart Toolbox - Documentation Generator"

tools/schema-generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine/helm:3.19.0@sha256:aef9b56f64e866207d9591d0abd8f6d767b36aadd12edf68f8a719716d9d29c9
1+
FROM alpine/helm:4.0.4@sha256:adb87b125214fd356ecc1a24a1e86e4afed0ee03de5d4391de4925777de7fd42
22

33
LABEL org.opencontainers.image.source=https://github.com/grafana/helm-chart-toolbox
44
LABEL org.opencontainers.image.description="Helm Chart Toolbox - Schema Generator"

0 commit comments

Comments
 (0)