Skip to content

Commit

Permalink
package(deps): update container dependencies (#186)
Browse files Browse the repository at this point in the history
* package(deps): update container dependencies

* chore: bump chart version and update readme

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: K3rnelPan1c <[email protected]>
  • Loading branch information
renovate[bot] and k3rnelpan1c-dev authored Jan 1, 2025
1 parent 23503dd commit 21892c0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/uptime-kuma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.4.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.23.13"
appVersion: "1.23.16"
2 changes: 1 addition & 1 deletion charts/uptime-kuma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ serviceMonitor:
existingSecretPasswordKey: token

testPod:
image: docker.io/busybox@sha256:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41
image: docker.io/busybox@sha256:2919d0172f7524b2d8df9e50066a682669e6d170ac0f6a49676d54358fe970b5
annotations: {}

extraCertificates:
Expand Down
4 changes: 2 additions & 2 deletions container/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/louislam/uptime-kuma:1.23.13-debian@sha256:96510915e6be539b76bcba2e6873591c67aca8a6075ff09f5b4723ae47f333fc AS app-donor
FROM docker.io/louislam/uptime-kuma:1.23.16-debian@sha256:431fee3be822b04861cf0e35daf4beef6b7cb37391c5f26c3ad6e12ce280fe18 AS app-donor

FROM docker.io/library/node:20.17.0-bookworm-slim@sha256:ee799af8710c0c414361d0c71f53a501cfc7bd6081336ae4fdcc223688a1e213
FROM docker.io/library/node:20.18.1-bookworm-slim@sha256:aa15259095f820fc15499d36c2daaa17316b3146b3d2516bb418708cb3831f75

ARG UID=3310
ARG GID=3310
Expand Down
11 changes: 10 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@
= Uptime Kuma Helm Chart

image:https://github.com/k3rnelpan1c-dev/uptime-kuma-helm/actions/workflows/container-build.yaml/badge.svg[🏗️ Container Image Build, link="https://github.com/k3rnelpan1c-dev/uptime-kuma-helm/actions/workflows/container-build.yaml"]
image:https://img.shields.io/maintenance/yes/2025[Maintenance]
image:https://img.shields.io/maintenance/yes/2024[Maintenance]
image:https://img.shields.io/github/license/k3rnelpan1c-dev/uptime-kuma-helm[GitHub]

[IMPORTANT]
====
Due to IRL stress, limited time and lack of current validation/test environment, I must, with a heavy heart, pause maintenance of this repo.
I sincerely apologize to everyone who was waiting on updates for the past half year, who has likely seen this coming.
What does that mean, exactly? I will try and update the rootless image as time permits and keep up with any feature PRs contributed, but I cannot with a straight face call this JIT/active maintenance, nor will I be migrating to uptime-kuma 2.y.z anytime soon.
Thank you everyone who has helped out and who is interested in this project, I hope to return as I find more time this year for OSS (I am planing to do a better job scheduling).
====

This repo contains the automation to repackage link:https://github.com/louislam/uptime-kuma[uptime-kuma] into a non-root OCI container image as well as a simple Helm 3 Chart to deploy on OpenShift, but also on Kubernetes.

The Helm Chart will deploy a single Pod as part of a `StatefulSet`, you can configure persistence and optionally deploy a OpenShift `Route` or regular K8s `Ingress` alongside.
Expand Down

0 comments on commit 21892c0

Please sign in to comment.