From 00bc419ed8daaee9276b247dae2e0e8a0fcc0857 Mon Sep 17 00:00:00 2001 From: Rich Braun Date: Tue, 20 Jan 2026 12:53:21 -0800 Subject: [PATCH] SYS-666 update rsyslogd image and rest helm chart --- images/rsyslogd/Dockerfile | 4 ++-- images/rsyslogd/helm/Chart.yaml | 3 +-- k8s/helm/restic/Chart.yaml | 4 ++-- k8s/helm/restic/values.yaml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/images/rsyslogd/Dockerfile b/images/rsyslogd/Dockerfile index c35c82d4..6b8cdba9 100644 --- a/images/rsyslogd/Dockerfile +++ b/images/rsyslogd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG RSYSLOG_VERSION=8.2410.0-r1 +ARG RSYSLOG_VERSION=8.2512.0-r0 ENV TZ=UTC RUN apk add --update gzip logrotate rsyslog=$RSYSLOG_VERSION \ rsyslog-mysql=$RSYSLOG_VERSION tar xz && \ diff --git a/images/rsyslogd/helm/Chart.yaml b/images/rsyslogd/helm/Chart.yaml index 5e4a7ac7..5c842438 100644 --- a/images/rsyslogd/helm/Chart.yaml +++ b/images/rsyslogd/helm/Chart.yaml @@ -7,8 +7,7 @@ sources: - https://github.com/rsyslog/rsyslog type: application version: 0.1.14 - # appVersion: "8.2506.0-r0" -appVersion: "8.2410.0-r1" +appVersion: "8.2512.0-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/restic/Chart.yaml b/k8s/helm/restic/Chart.yaml index 21c86ce7..e3228aa4 100644 --- a/k8s/helm/restic/Chart.yaml +++ b/k8s/helm/restic/Chart.yaml @@ -6,10 +6,10 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/restic/restic type: application -version: 0.1.21 +version: 0.1.22 # Remember to update restic== in values.yaml as releases are published; # the values.yaml file is not able to reference .Chart.appVersion -appVersion: "0.18.1-r2" +appVersion: "0.18.1-r3" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/restic/values.yaml b/k8s/helm/restic/values.yaml index f630e3ed..cfde143e 100644 --- a/k8s/helm/restic/values.yaml +++ b/k8s/helm/restic/values.yaml @@ -17,7 +17,7 @@ deployment: mkdir -p /var/log/week && tail -f -n 0 /var/log/restic.log env: # Edit the version in Chart.yaml to keep consistent - app_version: 0.18.1-r2 + app_version: 0.18.1-r3 env: /etc/profile tz: UTC nodeSelector: