From 694b5a517339110ebb7bbe4cc076f350f5586cc4 Mon Sep 17 00:00:00 2001 From: Rich Braun Date: Fri, 3 Jul 2026 16:37:56 -0700 Subject: [PATCH] SYS-694 update images for alpine 3.24 release --- ansible/roles/docker_node/defaults/main.yml | 2 +- ansible/roles/network/defaults/main.yml | 11 +++++++++-- images/data-sync/Dockerfile | 8 ++++---- images/data-sync/helm/Chart.yaml | 4 ++-- images/ddclient/Dockerfile | 4 ++-- images/ddclient/helm/Chart.yaml | 4 ++-- images/dhcpd-dns-pxe/Dockerfile | 4 ++-- images/dhcpd-dns-pxe/helm/Chart.yaml | 4 ++-- images/git-dump/Dockerfile | 4 ++-- images/git-dump/helm/Chart.yaml | 4 ++-- images/git-pull/Dockerfile | 4 ++-- images/git-pull/helm/Chart.yaml | 4 ++-- images/mysqldump/Dockerfile | 4 ++-- images/mysqldump/helm/Chart.yaml | 4 ++-- images/mythtv-backend/Dockerfile | 2 +- images/mythtv-backend/helm/Chart.yaml | 4 ++-- images/mythtv-backend/helm/values.yaml | 2 +- images/nagios/Dockerfile | 6 +++--- images/openldap/Dockerfile | 2 +- images/postfix-python/Dockerfile | 2 +- images/postfix-python/helm/Chart.yaml | 4 ++-- images/postfix/Dockerfile | 4 ++-- images/proftpd/Dockerfile | 4 ++-- images/proftpd/helm/Chart.yaml | 4 ++-- images/rsyslogd/Dockerfile | 4 ++-- images/rsyslogd/helm/Chart.yaml | 4 ++-- images/samba-dc/Dockerfile | 4 ++-- images/samba-dc/helm/Chart.yaml | 4 ++-- images/samba/Dockerfile | 4 ++-- images/samba/helm/Chart.yaml | 4 ++-- k8s/Makefile.versions | 2 +- k8s/helm/gitea/Chart.yaml | 4 ++-- k8s/helm/grafana/Chart.yaml | 8 ++++---- k8s/helm/grafana/subcharts/alertmanager/Chart.yaml | 4 ++-- k8s/helm/grafana/subcharts/prometheus/Chart.yaml | 4 ++-- k8s/helm/grafana/subcharts/prometheus/values.yaml | 6 ++++++ k8s/helm/nexus/Chart.yaml | 4 ++-- k8s/helm/owntone/Chart.yaml | 4 ++-- k8s/helm/owntone/values.yaml | 2 ++ k8s/helm/splunk/Chart.yaml | 4 ++-- k8s/helm/wordpress/Chart.yaml | 4 ++-- 41 files changed, 92 insertions(+), 77 deletions(-) diff --git a/ansible/roles/docker_node/defaults/main.yml b/ansible/roles/docker_node/defaults/main.yml index 78f7b3b3..3c7b1f88 100644 --- a/ansible/roles/docker_node/defaults/main.yml +++ b/ansible/roles/docker_node/defaults/main.yml @@ -5,7 +5,7 @@ docker_defaults: apt_repo: key: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88 package_name: docker-ce - package_ver: 5:29.4.1-1~ubuntu.26.04~resolute + package_ver: 5:29.6.1-1~ubuntu.26.04~resolute repo: deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable url: https://download.docker.com/linux/ubuntu/gpg certs: diff --git a/ansible/roles/network/defaults/main.yml b/ansible/roles/network/defaults/main.yml index 98cccaf0..c6e29f0b 100644 --- a/ansible/roles/network/defaults/main.yml +++ b/ansible/roles/network/defaults/main.yml @@ -29,18 +29,25 @@ network: "{{ network_defaults | combine(network_override) }}" network_sysctl: net.ipv4.ip_nonlocal_bind: 1 -sshd_opts: +sshd_opts_defaults: ciphers: - aes128-cbc - aes128-ctr - aes192-ctr - aes256-ctr kexalgorithms: - - diffie-hellman-group-exchange-sha256 + - sntrup761x25519-sha512@openssh.com + - mlkem768x25519-sha256 + - curve25519-sha256 + - curve25519-sha256@libssh.org + - ecdh-sha2-nistp256 + - ecdh-sha2-nistp521 macs: - hmac-sha2-256 - hmac-sha2-512 - umac-64@openssh.com +sshd_opts_override: {} +sshd_opts: "{{ sshd_opts_defaults | combine(sshd_opts_override) }}" ubuntu_packages: - bridge-utils diff --git a/images/data-sync/Dockerfile b/images/data-sync/Dockerfile index 9484990c..b5177901 100644 --- a/images/data-sync/Dockerfile +++ b/images/data-sync/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -15,9 +15,9 @@ ENV PEERNAME= \ SSHKEY1=data-sync-sshkey1 \ SSHKEY2=data-sync-sshkey2 -ARG UNISON_VERSION=2.53.8 -ARG OCAML_VERSION=4.14.2-r2 -ARG UNISON_SHA=d0d30ea63e09fc8edf10bd8cbab238fffc8ed510d27741d06b5caa816abd58b6 +ARG UNISON_VERSION=2.54.0 +ARG OCAML_VERSION=4.14.3-r0 +ARG UNISON_SHA=0f14154611a2dfebb8c229be85ceda29a750eace4fb75d06e0d43fe5b58a6e87 ARG RRSYNC_SHA=b745a37909fc10087cc9c901ad7dfda8ad8b6b493097b156b68ba33db4a5a52f COPY src/ /root/src/ diff --git a/images/data-sync/helm/Chart.yaml b/images/data-sync/helm/Chart.yaml index a4ecc100..4ac7b18d 100644 --- a/images/data-sync/helm/Chart.yaml +++ b/images/data-sync/helm/Chart.yaml @@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools sources: - https://github.com/instantlinux/docker-tools type: application -version: 0.1.16 -appVersion: "2.53.8-4.14.2-r2" +version: 0.1.17 +appVersion: "2.54.0-4.14.3-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/ddclient/Dockerfile b/images/ddclient/Dockerfile index 766196d0..8a664a51 100644 --- a/images/ddclient/Dockerfile +++ b/images/ddclient/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -8,7 +8,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 DDCLIENT_VERSION=4.0.0-r1 +ARG DDCLIENT_VERSION=4.0.0-r2 ENV HOST= \ INTERVAL=3600 \ IPLOOKUP_URI=http://ipinfo.io/ip \ diff --git a/images/ddclient/helm/Chart.yaml b/images/ddclient/helm/Chart.yaml index c9648a17..be6d64cf 100644 --- a/images/ddclient/helm/Chart.yaml +++ b/images/ddclient/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/ddclient/ddclient/ type: application -version: 0.1.4 -appVersion: "4.0.0-r1" +version: 0.1.5 +appVersion: "4.0.0-r2" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/dhcpd-dns-pxe/Dockerfile b/images/dhcpd-dns-pxe/Dockerfile index daa29bfc..bb741d33 100644 --- a/images/dhcpd-dns-pxe/Dockerfile +++ b/images/dhcpd-dns-pxe/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -8,7 +8,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 KEA_VERSION=3.0.3-r0 -ARG DNSMASQ_VERSION=2.91-r1 +ARG DNSMASQ_VERSION=2.92_p2-r0 ENV DB_HOST=db00 \ DB_NAME=kea \ diff --git a/images/dhcpd-dns-pxe/helm/Chart.yaml b/images/dhcpd-dns-pxe/helm/Chart.yaml index e15e479d..ee2129c6 100644 --- a/images/dhcpd-dns-pxe/helm/Chart.yaml +++ b/images/dhcpd-dns-pxe/helm/Chart.yaml @@ -7,8 +7,8 @@ sources: - https://source.isc.org/git/dhcp.git - http://thekelleys.org.uk/gitweb/?p=dnsmasq.git type: application -version: 0.2.2 -appVersion: "3.0.3-r0-2.91-r1" +version: 0.2.3 +appVersion: "3.0.3-r0-2.92_p2-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/git-dump/Dockerfile b/images/git-dump/Dockerfile index 533d8c12..0b80cd36 100644 --- a/images/git-dump/Dockerfile +++ b/images/git-dump/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -21,7 +21,7 @@ ENV API_TOKEN_SECRETNAME= \ USERNAME=git-dump \ TZ=UTC -ARG GIT_VERSION=2.52.0-r0 +ARG GIT_VERSION=2.54.0-r0 ARG GID=505 ARG UID=212 diff --git a/images/git-dump/helm/Chart.yaml b/images/git-dump/helm/Chart.yaml index 28804c45..0d79fa27 100644 --- a/images/git-dump/helm/Chart.yaml +++ b/images/git-dump/helm/Chart.yaml @@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools sources: - https://github.com/instantlinux/docker-tools type: application -version: 0.1.19 -appVersion: "2.52.0-r0" +version: 0.1.20 +appVersion: "2.54.0-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/git-pull/Dockerfile b/images/git-pull/Dockerfile index c4407813..5df07c3f 100644 --- a/images/git-pull/Dockerfile +++ b/images/git-pull/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -8,7 +8,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 GIT_VERSION=2.52.0-r0 +ARG GIT_VERSION=2.54.0-r0 ENV DEST=. \ GIT_COMMIT=master \ GIT_HOST=github.com \ diff --git a/images/git-pull/helm/Chart.yaml b/images/git-pull/helm/Chart.yaml index 9cae4675..5eebf9c2 100644 --- a/images/git-pull/helm/Chart.yaml +++ b/images/git-pull/helm/Chart.yaml @@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools sources: - https://github.com/instantlinux/docker-tools type: application -version: 0.1.17 -appVersion: "2.52.0-r0" +version: 0.1.18 +appVersion: "2.54.0-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/mysqldump/Dockerfile b/images/mysqldump/Dockerfile index 8dcb11b3..ed50ba98 100644 --- a/images/mysqldump/Dockerfile +++ b/images/mysqldump/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -18,7 +18,7 @@ ENV HOUR=3 MINUTE=30 \ TZ=UTC ARG UID=210 ARG BACKUP_GID=34 -ARG CLIENT_VERSION=11.4.11-r0 +ARG CLIENT_VERSION=11.8.8-r0 RUN RMGROUP=$(grep :$BACKUP_GID: /etc/group | cut -d: -f 1) && \ [ -z "$RMGROUP" ] || delgroup $RMGROUP && \ diff --git a/images/mysqldump/helm/Chart.yaml b/images/mysqldump/helm/Chart.yaml index 50bc41ef..8ba3d8c8 100644 --- a/images/mysqldump/helm/Chart.yaml +++ b/images/mysqldump/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/mariadb/server/tree/10.5/client type: application -version: 0.1.17 -appVersion: "11.4.11-r0" +version: 0.1.18 +appVersion: "11.8.8-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/mythtv-backend/Dockerfile b/images/mythtv-backend/Dockerfile index c0a90c45..b3702f82 100644 --- a/images/mythtv-backend/Dockerfile +++ b/images/mythtv-backend/Dockerfile @@ -19,7 +19,7 @@ ENV DBNAME=mythtv \ ARG MYTHTV_GID=100 ARG MYTHTV_UID=2021 ARG MYTHTV_PPA=ppa:mythbuntu/36 -ARG MYTHTV_VERSION=2:36.0+fixes.202604171138.4a9097b492~ubuntu26.04.1 +ARG MYTHTV_VERSION=2:36.0+fixes.202607020123.7153bb6e34~ubuntu26.04.1 ARG MYTHLINK_SHA=459cb8b60adae4b631a95a9cfb1b41dcb959cc4a0b9053582a711d58b8d8a0d2 RUN \ diff --git a/images/mythtv-backend/helm/Chart.yaml b/images/mythtv-backend/helm/Chart.yaml index 56c405d8..58512d64 100644 --- a/images/mythtv-backend/helm/Chart.yaml +++ b/images/mythtv-backend/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/mythtv/mythtv type: application -version: 0.1.20 -appVersion: "36.0-fixes.202604171138.4a9097b492" +version: 0.1.21 +appVersion: "36.0-fixes.202607020123.7153bb6e34" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/mythtv-backend/helm/values.yaml b/images/mythtv-backend/helm/values.yaml index 05cfa1a5..3644dbd8 100644 --- a/images/mythtv-backend/helm/values.yaml +++ b/images/mythtv-backend/helm/values.yaml @@ -18,7 +18,7 @@ deployment: service.mythtv-backend: allow resources: limits: - memory: 2048Mi + memory: 2560Mi requests: cpu: 500m memory: 512Mi diff --git a/images/nagios/Dockerfile b/images/nagios/Dockerfile index 0b46486e..dfb52279 100644 --- a/images/nagios/Dockerfile +++ b/images/nagios/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -7,10 +7,10 @@ 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 NAGIOS_VERSION=4.5.10-r0 +ARG NAGIOS_VERSION=4.5.13-r0 ARG NAGIOS_GID=1000 ARG NAGIOS_UID=999 -ARG PLUGINS_VERSION=2.4.12-r0 +ARG PLUGINS_VERSION=2.5-r0 ARG WWW_UID=33 ENV AUTHORIZED_USERS=nagiosadmin \ CONFIG_CHECK=yes \ diff --git a/images/openldap/Dockerfile b/images/openldap/Dockerfile index 70580c27..7b99a9cf 100644 --- a/images/openldap/Dockerfile +++ b/images/openldap/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ diff --git a/images/postfix-python/Dockerfile b/images/postfix-python/Dockerfile index 738a5227..cfcdb5c6 100644 --- a/images/postfix-python/Dockerfile +++ b/images/postfix-python/Dockerfile @@ -1,4 +1,4 @@ -ARG POSTFIX_VERSION=3.10.8-r0 +ARG POSTFIX_VERSION=3.11.4-r0 FROM instantlinux/postfix:$POSTFIX_VERSION ARG BUILD_DATE diff --git a/images/postfix-python/helm/Chart.yaml b/images/postfix-python/helm/Chart.yaml index da67cfea..bc98eefb 100644 --- a/images/postfix-python/helm/Chart.yaml +++ b/images/postfix-python/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/vdukhovni/postfix type: application -version: 0.1.22 -appVersion: "3.10.8-r0" +version: 0.1.23 +appVersion: "3.11.4-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/postfix/Dockerfile b/images/postfix/Dockerfile index 4f7ff31d..0943c8e7 100644 --- a/images/postfix/Dockerfile +++ b/images/postfix/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 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.name=postfix \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG POSTFIX_VERSION=3.10.8-r0 +ARG POSTFIX_VERSION=3.11.4-r0 ENV SASL_SECRETNAME=postfix-sasl-passwd \ TZ=UTC diff --git a/images/proftpd/Dockerfile b/images/proftpd/Dockerfile index fd012fce..d37a3842 100644 --- a/images/proftpd/Dockerfile +++ b/images/proftpd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -8,7 +8,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 PROFTPD_VERSION=1.3.9a-r1 +ARG PROFTPD_VERSION=1.3.9b-r1 ENV ALLOW_OVERWRITE=on \ ANONYMOUS_DISABLE=off \ diff --git a/images/proftpd/helm/Chart.yaml b/images/proftpd/helm/Chart.yaml index 061d2522..8f060b8c 100644 --- a/images/proftpd/helm/Chart.yaml +++ b/images/proftpd/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/proftpd/proftpd type: application -version: 0.1.13 -appVersion: "1.3.9a-r1" +version: 0.1.14 +appVersion: "1.3.9b-r1" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/rsyslogd/Dockerfile b/images/rsyslogd/Dockerfile index 0b7aa6b4..c3abd6ba 100644 --- a/images/rsyslogd/Dockerfile +++ b/images/rsyslogd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 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.2512.0-r1 +ARG RSYSLOG_VERSION=8.2604.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 ead2c1ab..e9610a62 100644 --- a/images/rsyslogd/helm/Chart.yaml +++ b/images/rsyslogd/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/rsyslog/rsyslog type: application -version: 0.1.15 -appVersion: "8.2512.0-r1" +version: 0.1.16 +appVersion: "8.2604.0-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/samba-dc/Dockerfile b/images/samba-dc/Dockerfile index dacc1c98..a768c3f0 100644 --- a/images/samba-dc/Dockerfile +++ b/images/samba-dc/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -24,7 +24,7 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \ WINBIND_USE_DEFAULT_DOMAIN=yes \ WORKGROUP=AD -ARG SAMBA_VERSION=4.22.10-r0 +ARG SAMBA_VERSION=4.23.8-r0 COPY *.conf.j2 /root/ COPY entrypoint.sh /usr/local/bin/ diff --git a/images/samba-dc/helm/Chart.yaml b/images/samba-dc/helm/Chart.yaml index f1b53812..9737808a 100644 --- a/images/samba-dc/helm/Chart.yaml +++ b/images/samba-dc/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - ttps://gitlab.com/samba-team/samba type: application -version: 0.1.18 -appVersion: "4.22.10-r0" +version: 0.1.19 +appVersion: "4.23.8-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/samba/Dockerfile b/images/samba/Dockerfile index e6804c60..f5c291fd 100644 --- a/images/samba/Dockerfile +++ b/images/samba/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 ARG BUILD_DATE ARG VCS_REF LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ @@ -8,7 +8,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 SAMBA_VERSION=4.22.10-r0 +ARG SAMBA_VERSION=4.23.8-r0 ENV LOGON_DRIVE=H \ NETBIOS_NAME=samba \ SERVER_STRING="Samba Server" \ diff --git a/images/samba/helm/Chart.yaml b/images/samba/helm/Chart.yaml index 06df3da8..20da3dd1 100644 --- a/images/samba/helm/Chart.yaml +++ b/images/samba/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://gitlab.com/samba-team/samba type: application -version: 0.1.18 -appVersion: "4.22.10-r0" +version: 0.1.19 +appVersion: "4.23.8-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/Makefile.versions b/k8s/Makefile.versions index fb9bdc0b..3e728d0b 100644 --- a/k8s/Makefile.versions +++ b/k8s/Makefile.versions @@ -3,7 +3,7 @@ export VERSION_CERT_MANAGER ?= 1.19.2 export VERSION_DEFAULTBACKEND ?= 1.5 export VERSION_FLANNEL ?= 0.28.4 export VERSION_HELM ?= 4.1.0 -export VERSION_INGRESS_NGINX ?= 1.14.1 +export VERSION_INGRESS_NGINX ?= 1.15.1 export VERSION_METRICS ?= 2.18.0 export VERSION_NODE_LOCAL_DNS ?= 1.35.4 VERSION_SOPS ?= 3.13.0 diff --git a/k8s/helm/gitea/Chart.yaml b/k8s/helm/gitea/Chart.yaml index 8442d002..f2067514 100644 --- a/k8s/helm/gitea/Chart.yaml +++ b/k8s/helm/gitea/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/go-gitea/gitea type: application -version: 0.1.9 -appVersion: 1.26.2-rootless +version: 0.1.10 +appVersion: 1.26.4-rootless dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/grafana/Chart.yaml b/k8s/helm/grafana/Chart.yaml index 3e9a3b4c..43a36e54 100644 --- a/k8s/helm/grafana/Chart.yaml +++ b/k8s/helm/grafana/Chart.yaml @@ -6,17 +6,17 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/grafana/grafana type: application -version: 0.1.3 -appVersion: 12.3.1 +version: 0.1.4 +appVersion: 13.0.3 dependencies: - name: chartlib version: 0.1.8 repository: https://instantlinux.github.io/docker-tools - name: prometheus - version: 0.1.3 + version: 0.1.4 repository: file://subcharts/prometheus condition: prometheus.enabled - name: alertmanager - version: 0.1.1 + version: 0.1.2 repository: file://subcharts/alertmanager condition: alertmanager.enabled diff --git a/k8s/helm/grafana/subcharts/alertmanager/Chart.yaml b/k8s/helm/grafana/subcharts/alertmanager/Chart.yaml index 4146a8bf..4540fff2 100644 --- a/k8s/helm/grafana/subcharts/alertmanager/Chart.yaml +++ b/k8s/helm/grafana/subcharts/alertmanager/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://hub.docker.com/r/prom/alertmanager type: application -version: 0.1.1 -appVersion: "v0.30.1" +version: 0.1.2 +appVersion: "v0.33.0" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/grafana/subcharts/prometheus/Chart.yaml b/k8s/helm/grafana/subcharts/prometheus/Chart.yaml index e0b454a9..94776f9a 100644 --- a/k8s/helm/grafana/subcharts/prometheus/Chart.yaml +++ b/k8s/helm/grafana/subcharts/prometheus/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://hub.docker.com/r/prom/prometheus type: application -version: 0.1.3 -appVersion: "v3.9.1" +version: 0.1.4 +appVersion: "v3.13.0" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/grafana/subcharts/prometheus/values.yaml b/k8s/helm/grafana/subcharts/prometheus/values.yaml index 0f6b7f7c..bdddb7ae 100644 --- a/k8s/helm/grafana/subcharts/prometheus/values.yaml +++ b/k8s/helm/grafana/subcharts/prometheus/values.yaml @@ -9,6 +9,12 @@ deployment: containerPorts: [ containerPort: 9090 ] nodeSelector: service.prometheus: allow + resources: + limits: + memory: 512Mi + requests: + cpu: 50m + memory: 128Mi volumeMounts: - mountPath: /etc/prometheus name: config diff --git a/k8s/helm/nexus/Chart.yaml b/k8s/helm/nexus/Chart.yaml index 78af1a30..452ed805 100644 --- a/k8s/helm/nexus/Chart.yaml +++ b/k8s/helm/nexus/Chart.yaml @@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools sources: - https://github.com/instantlinux/docker-tools type: application -version: 0.1.13 -appVersion: "3.92.3" +version: 0.1.14 +appVersion: "3.93.2" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/owntone/Chart.yaml b/k8s/helm/owntone/Chart.yaml index ef0f515b..a796589c 100644 --- a/k8s/helm/owntone/Chart.yaml +++ b/k8s/helm/owntone/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/owntone/owntone-server type: application -version: 0.1.0 -appVersion: "29.0" +version: 0.1.1 +appVersion: "29.2" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/owntone/values.yaml b/k8s/helm/owntone/values.yaml index fe8bcda3..5ae29873 100644 --- a/k8s/helm/owntone/values.yaml +++ b/k8s/helm/owntone/values.yaml @@ -21,6 +21,8 @@ deployment: replicas: 2 securityContext: fsGroup: 1000 + strategy: + type: Recreate volumeMounts: - name: cache mountPath: /var/cache/owntone diff --git a/k8s/helm/splunk/Chart.yaml b/k8s/helm/splunk/Chart.yaml index 01e0005b..83e8d5e9 100644 --- a/k8s/helm/splunk/Chart.yaml +++ b/k8s/helm/splunk/Chart.yaml @@ -15,8 +15,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://hub.docker.com/r/splunk/splunk type: application -version: 0.1.17 -appVersion: "10.2.1" +version: 0.1.18 +appVersion: "10.4.1" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/wordpress/Chart.yaml b/k8s/helm/wordpress/Chart.yaml index e198466f..ec335898 100644 --- a/k8s/helm/wordpress/Chart.yaml +++ b/k8s/helm/wordpress/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://build.trac.wordpress.org/browser type: application -version: 0.1.5 -appVersion: "6.9.1-php8.4-apache" +version: 0.1.6 +appVersion: "7.0.0-php8.5-apache" dependencies: - name: chartlib version: 0.1.8