Skip to content

Commit 4c46e1a

Browse files
authored
SYS-666 update rsyslogd image and rest helm chart (#250)
1 parent 0d68775 commit 4c46e1a

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

images/rsyslogd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22
1+
FROM alpine:3.23
22
ARG BUILD_DATE
33
ARG VCS_REF
44
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
@@ -7,7 +7,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
77
org.label-schema.vcs-ref=$VCS_REF \
88
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
99

10-
ARG RSYSLOG_VERSION=8.2410.0-r1
10+
ARG RSYSLOG_VERSION=8.2512.0-r0
1111
ENV TZ=UTC
1212
RUN apk add --update gzip logrotate rsyslog=$RSYSLOG_VERSION \
1313
rsyslog-mysql=$RSYSLOG_VERSION tar xz && \

images/rsyslogd/helm/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ sources:
77
- https://github.com/rsyslog/rsyslog
88
type: application
99
version: 0.1.14
10-
# appVersion: "8.2506.0-r0"
11-
appVersion: "8.2410.0-r1"
10+
appVersion: "8.2512.0-r0"
1211
dependencies:
1312
- name: chartlib
1413
version: 0.1.8

k8s/helm/restic/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- https://github.com/restic/restic
88
type: application
9-
version: 0.1.21
9+
version: 0.1.22
1010
# Remember to update restic==<ver> in values.yaml as releases are published;
1111
# the values.yaml file is not able to reference .Chart.appVersion
12-
appVersion: "0.18.1-r2"
12+
appVersion: "0.18.1-r3"
1313
dependencies:
1414
- name: chartlib
1515
version: 0.1.8

k8s/helm/restic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deployment:
1717
mkdir -p /var/log/week && tail -f -n 0 /var/log/restic.log
1818
env:
1919
# Edit the version in Chart.yaml to keep consistent
20-
app_version: 0.18.1-r2
20+
app_version: 0.18.1-r3
2121
env: /etc/profile
2222
tz: UTC
2323
nodeSelector:

0 commit comments

Comments
 (0)