Skip to content

Commit 5bf16f2

Browse files
package(deps): update container dependencies
1 parent 0b19abb commit 5bf16f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/uptime-kuma/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 1.5.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.23.16"
24+
appVersion: "1.23.17"

charts/uptime-kuma/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
repository: "k3rnel-pan1c/uptime-kuma"
88
pullPolicy: IfNotPresent
99
# Overrides the image tag whose default is the Chart's appVersion.
10-
tag: ""
10+
tag: "@sha256:600aefa19dd7ce16feb3cf5098a2efba68db1c49003de0b11564379b789a7878"
1111

1212
imagePullSecrets: []
1313
nameOverride: ""
@@ -142,7 +142,7 @@ serviceMonitor:
142142
existingSecretPasswordKey: token
143143

144144
testPod:
145-
image: docker.io/busybox@sha256:37f7b378a29ceb4c551b1b5582e27747b855bbfaa73fa11914fe0df028dc581f
145+
image: docker.io/busybox@sha256:e3652a00a2fabd16ce889f0aa32c38eec347b997e73bd09e69c962ec7f8732ee
146146
annotations: {}
147147

148148
extraCertificates:

container/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM docker.io/louislam/uptime-kuma:1.23.16-debian@sha256:431fee3be822b04861cf0e35daf4beef6b7cb37391c5f26c3ad6e12ce280fe18 AS app-donor
1+
FROM docker.io/louislam/uptime-kuma:1.23.17-debian@sha256:3d632903e6af34139a37f18055c4f1bfd9b7205ae1138f1e5e8940ddc1d176f9 AS app-donor
22

3-
FROM docker.io/library/node:20.19.1-bookworm-slim@sha256:9513b8d4c59c7c35e76934765add45efb89102d639f945341d7948b168237633
3+
FROM docker.io/library/node:20.19.6-bookworm-slim@sha256:fbb357f69d05c97333855b0846e4ef65462409728312df3c9ff12c941741c0a5
44

55
ARG UID=3310
66
ARG GID=3310

0 commit comments

Comments
 (0)