File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
charts/node-exporter-textfiles Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM debian:bullseye -slim
1
+ FROM debian:bookworm -slim
2
2
3
3
ARG BUILD_DATE="N/A"
4
4
ARG REVISION="N/A"
@@ -15,6 +15,7 @@ LABEL org.opencontainers.image.authors="Alexander Trost <
[email protected] >
15
15
org.opencontainers.image.version="N/A"
16
16
17
17
RUN apt-get -q update && \
18
+ apt-get -q upgrade -y && \
18
19
apt-get install -y --no-install-recommends \
19
20
ca-certificates \
20
21
git \
Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ replicaCount: 1
7
7
image :
8
8
repository : quay.io/galexrt/node-exporter-textfiles
9
9
pullPolicy : IfNotPresent
10
- # Overrides the image tag whose default is the chart appVersion.
11
- tag : " "
10
+ # By default `main` is a moving image tag, I would recommend to use a
11
+ # specific tag from here:
12
+ # https://quay.io/repository/galexrt/node-exporter-textfiles?tab=tags
13
+ tag : " main"
12
14
13
15
imagePullSecrets : []
14
16
nameOverride : " "
You can’t perform that action at this time.
0 commit comments