diff --git a/ansible/requirements.txt b/ansible/requirements.txt index f0111ae3..a47a54cf 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -1,3 +1,3 @@ -ansible==12.0.0 +ansible==12.2.0 ansible-lint==25.9.1 pip==25.3 diff --git a/images/data-sync/Dockerfile b/images/data-sync/Dockerfile index 3e9d0e4d..9484990c 100644 --- a/images/data-sync/Dockerfile +++ b/images/data-sync/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" \ @@ -15,9 +15,9 @@ ENV PEERNAME= \ SSHKEY1=data-sync-sshkey1 \ SSHKEY2=data-sync-sshkey2 -ARG UNISON_VERSION=2.53.7 -ARG OCAML_VERSION=4.14.2-r1 -ARG UNISON_SHA=a259537cef465c4806d6c1638c382620db2dd395ae42a0dd2efa3ba92712bed5 +ARG UNISON_VERSION=2.53.8 +ARG OCAML_VERSION=4.14.2-r2 +ARG UNISON_SHA=d0d30ea63e09fc8edf10bd8cbab238fffc8ed510d27741d06b5caa816abd58b6 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 257aea3a..d2197e43 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.14 -appVersion: "2.53.7-4.14.2-r1" +version: 0.1.15 +appVersion: "2.53.8-4.14.2-r2" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/ddclient/Dockerfile b/images/ddclient/Dockerfile index 30084504..766196d0 100644 --- a/images/ddclient/Dockerfile +++ b/images/ddclient/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" \ diff --git a/images/ez-ipupdate/Dockerfile b/images/ez-ipupdate/Dockerfile index 7e5f97ac..288b06aa 100644 --- a/images/ez-ipupdate/Dockerfile +++ b/images/ez-ipupdate/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" \ diff --git a/images/git-dump/Dockerfile b/images/git-dump/Dockerfile index 181156e0..533d8c12 100644 --- a/images/git-dump/Dockerfile +++ b/images/git-dump/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" \ @@ -21,7 +21,7 @@ ENV API_TOKEN_SECRETNAME= \ USERNAME=git-dump \ TZ=UTC -ARG GIT_VERSION=2.49.1-r0 +ARG GIT_VERSION=2.52.0-r0 ARG GID=505 ARG UID=212 diff --git a/images/git-pull/Dockerfile b/images/git-pull/Dockerfile index 88871096..c4407813 100644 --- a/images/git-pull/Dockerfile +++ b/images/git-pull/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" \ @@ -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.49.1-r0 +ARG GIT_VERSION=2.52.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 37ab242c..9cae4675 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.16 -appVersion: "2.49.1-r0" +version: 0.1.17 +appVersion: "2.52.0-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/mysqldump/Dockerfile b/images/mysqldump/Dockerfile index b0217d1b..5be88771 100644 --- a/images/mysqldump/Dockerfile +++ b/images/mysqldump/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" \ @@ -18,7 +18,7 @@ ENV HOUR=3 MINUTE=30 \ TZ=UTC ARG UID=210 ARG BACKUP_GID=34 -ARG CLIENT_VERSION=11.4.8-r0 +ARG CLIENT_VERSION=11.4.9-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 e3cfbece..69f437f5 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.14 -appVersion: "11.4.8-r0" +version: 0.1.15 +appVersion: "11.4.9-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/mythtv-backend/Dockerfile b/images/mythtv-backend/Dockerfile index a2451fe5..8f5de127 100644 --- a/images/mythtv-backend/Dockerfile +++ b/images/mythtv-backend/Dockerfile @@ -21,7 +21,7 @@ ARG APT_SIG=13551B881504888C ARG MYTHTV_GID=100 ARG MYTHTV_UID=2021 ARG MYTHTV_PPA=http://ppa.launchpad.net/mythbuntu/35 -ARG MYTHTV_VERSION=2:35.0+fixes.202511050005.7e93f0d37b~ubuntu24.04.1 +ARG MYTHTV_VERSION=2:35.0+fixes.202512040136.187b4cc6ca~ubuntu24.04.1 ARG MYTHLINK_SHA=459cb8b60adae4b631a95a9cfb1b41dcb959cc4a0b9053582a711d58b8d8a0d2 RUN \ diff --git a/images/mythtv-backend/helm/Chart.yaml b/images/mythtv-backend/helm/Chart.yaml index ab8fbdfd..a51d4a99 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.16 -appVersion: "35.0-fixes.202511050005.7e93f0d37b" +version: 0.1.17 +appVersion: "35.0-fixes.202512040136.187b4cc6ca" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/nagios/Dockerfile b/images/nagios/Dockerfile index ccf96b6f..516b04c8 100644 --- a/images/nagios/Dockerfile +++ b/images/nagios/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 NAGIOS_VERSION=4.5.9-r0 +ARG NAGIOS_VERSION=4.5.10-r0 ARG NAGIOS_GID=1000 ARG NAGIOS_UID=999 ARG PLUGINS_VERSION=2.4.12-r0 diff --git a/images/nagiosql/Dockerfile b/images/nagiosql/Dockerfile index 2890ea2e..28c982ef 100644 --- a/images/nagiosql/Dockerfile +++ b/images/nagiosql/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" \ @@ -20,7 +20,7 @@ ENV APACHE_BIN=httpd \ ARG APACHE_UID=33 ARG NAGIOS_GID=1000 ARG NAGIOS_UID=999 -ARG NAGIOS_VERSION=4.5.9-r0 +ARG NAGIOS_VERSION=4.5.10-r0 ARG NAGIOSQL_VERSION=3.5.0 ARG NAGIOSQL_SHA=f777dfd8152768669ac73d96a6547fc5d8add80f50fb9fb4e255fc4f344d1222 ARG NAGIOSQL_DOWNLOAD=nagiosql-$NAGIOSQL_VERSION-git2023-06-18.tar.bz2 diff --git a/images/nut-upsd/Dockerfile b/images/nut-upsd/Dockerfile index 786a1f49..5cfed667 100644 --- a/images/nut-upsd/Dockerfile +++ b/images/nut-upsd/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.name=nut-upsd \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG NUT_VERSION=2.8.3-r2 +ARG NUT_VERSION=2.8.3-r3 ENV ACTIONS= \ API_USER=upsmon \ API_PASSWORD= \ diff --git a/images/nut-upsd/helm/Chart.yaml b/images/nut-upsd/helm/Chart.yaml index 78747142..efe7f45d 100644 --- a/images/nut-upsd/helm/Chart.yaml +++ b/images/nut-upsd/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/networkupstools/nut type: application -version: 0.1.10 -appVersion: "2.8.3-r2" +version: 0.1.11 +appVersion: "2.8.3-r3" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/openldap/Dockerfile b/images/openldap/Dockerfile index 89c97120..947c841e 100644 --- a/images/openldap/Dockerfile +++ b/images/openldap/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" \ @@ -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 OPENLDAP_VERSION=2.6.8-r0 +ARG OPENLDAP_VERSION=2.6.10-r0 ENV SLAPD_DN_ATTR=uid \ SLAPD_FQDN=example.com \ SLAPD_LOG_LEVEL=Config,Stats \ diff --git a/images/openldap/helm/Chart.yaml b/images/openldap/helm/Chart.yaml index 540dca7e..c0a6a04f 100644 --- a/images/openldap/helm/Chart.yaml +++ b/images/openldap/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://git.openldap.org/openldap/openldap type: application -version: 0.1.7 -appVersion: "2.6.8-r0" +version: 0.1.8 +appVersion: "2.6.10-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/postfix-python/Dockerfile b/images/postfix-python/Dockerfile index 2955a726..edbd2795 100644 --- a/images/postfix-python/Dockerfile +++ b/images/postfix-python/Dockerfile @@ -1,4 +1,4 @@ -ARG POSTFIX_VERSION=3.10.5-r0 +ARG POSTFIX_VERSION=3.10.7-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 1c40d007..34b865e1 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.19 -appVersion: "3.10.5-r0" +version: 0.1.20 +appVersion: "3.10.7-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/postfix/Dockerfile b/images/postfix/Dockerfile index 3232e8a8..67051b37 100644 --- a/images/postfix/Dockerfile +++ b/images/postfix/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.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.5-r0 +ARG POSTFIX_VERSION=3.10.7-r0 ENV SASL_SECRETNAME=postfix-sasl-passwd \ TZ=UTC diff --git a/images/proftpd/Dockerfile b/images/proftpd/Dockerfile index 792506c9..7dd0092f 100644 --- a/images/proftpd/Dockerfile +++ b/images/proftpd/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" \ diff --git a/images/rsyslogd/Dockerfile b/images/rsyslogd/Dockerfile index c35c82d4..40999e87 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.2506.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 5e097026..8c49cf3c 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.13 -appVersion: "8.2410.0-r1" +version: 0.1.14 +appVersion: "8.2506.0-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/samba-dc/Dockerfile b/images/samba-dc/Dockerfile index d533253a..9763d19b 100644 --- a/images/samba-dc/Dockerfile +++ b/images/samba-dc/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" \ @@ -24,7 +24,7 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \ WINBIND_USE_DEFAULT_DOMAIN=yes \ WORKGROUP=AD -ARG SAMBA_VERSION=4.21.4-r4 +ARG SAMBA_VERSION=4.22.6-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 68ece7f3..977b248e 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.15 -appVersion: "4.21.4-r4" +version: 0.1.16 +appVersion: "4.22.6-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/samba/Dockerfile b/images/samba/Dockerfile index fc421f87..97f6bc9a 100644 --- a/images/samba/Dockerfile +++ b/images/samba/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" \ @@ -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.21.4-r4 +ARG SAMBA_VERSION=4.22.6-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 3984bcb4..51aa3eef 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.15 -appVersion: "4.21.4-r4" +version: 0.1.16 +appVersion: "4.22.6-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/vsftpd/Dockerfile b/images/vsftpd/Dockerfile index f344ff34..37a9dee0 100644 --- a/images/vsftpd/Dockerfile +++ b/images/vsftpd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE ARG VCS_REF @@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools -ARG VSFTPD_VERSION=3.0.5-r2 +ARG VSFTPD_VERSION=3.0.5-r3 ENV ANONYMOUS_ENABLE=YES \ ANON_MKDIR_WRITE_ENABLE=NO \ ANON_UPLOAD_ENABLE=NO \ diff --git a/images/weewx/Dockerfile b/images/weewx/Dockerfile index eaa4b2e7..fef33a29 100644 --- a/images/weewx/Dockerfile +++ b/images/weewx/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" \ diff --git a/images/weewx/entrypoint.sh b/images/weewx/entrypoint.sh index 289f19c9..a8e3f739 100755 --- a/images/weewx/entrypoint.sh +++ b/images/weewx/entrypoint.sh @@ -79,8 +79,12 @@ if [ ! -e $WX_ROOT/weewx.conf.bak ]; then "/skin = Standard/,/enable = false/c skin = $SKIN\n enable = true" $WX_ROOT/weewx.conf fi - # Change the 5th "enable = false" which is Wunderground StdRESTful toggle - awk '/enable = false/{c++;if(c==5){sub("enable = false","enable = true");c=0}}1' \ + # Enable rsync + sed -i \ + "/user has write permissions/,/enable = false/c # enabled by entrypoint\n\tenable = true" $WX_ROOT/weewx.conf + + # Change the 6th "enable = false" which is Wunderground StdRESTful toggle + awk '/enable = false/{c++;if(c==6){sub("enable = false","enable = true");c=0}}1' \ $WX_ROOT/weewx.conf > $WX_ROOT/weewx.conf.new mv $WX_ROOT/weewx.conf $WX_ROOT/weewx.conf.awk mv $WX_ROOT/weewx.conf.new $WX_ROOT/weewx.conf diff --git a/k8s/Makefile.versions b/k8s/Makefile.versions index ec7577d5..274e22a7 100644 --- a/k8s/Makefile.versions +++ b/k8s/Makefile.versions @@ -1,13 +1,13 @@ # Third-party versions - dockerhub export VERSION_DASHBOARD ?= 7.10.0 export VERSION_LOGSPOUT ?= v3.2.14 -export VERSION_NGINX ?= 1.27.2-alpine +export VERSION_NGINX ?= 1.29.3-alpine # Third-party versions - other (quay.io, k8s.gcr.io, crunchydata.com) export VERSION_CERT_MANAGER ?= 1.16.5 export VERSION_DEFAULTBACKEND ?= 1.5 export VERSION_FLANNEL ?= 0.26.1 -export VERSION_HELM ?= 3.16.2 +export VERSION_HELM ?= 3.19.2 export VERSION_INGRESS_NGINX ?= 1.13.1 export VERSION_METRICS ?= 2.17.0 export VERSION_NODE_LOCAL_DNS ?= 1.34.1 diff --git a/k8s/helm/etcd/Chart.yaml b/k8s/helm/etcd/Chart.yaml index f9a05720..dce9f6fc 100644 --- a/k8s/helm/etcd/Chart.yaml +++ b/k8s/helm/etcd/Chart.yaml @@ -6,7 +6,7 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/etcd-io/etcd type: application -version: 0.1.5 +version: 0.1.6 appVersion: "v3.5.21" dependencies: - name: chartlib diff --git a/k8s/helm/etcd/values.yaml b/k8s/helm/etcd/values.yaml index 6c286888..ae3fdbb9 100644 --- a/k8s/helm/etcd/values.yaml +++ b/k8s/helm/etcd/values.yaml @@ -57,6 +57,12 @@ statefulset: values: [ etcd ] topologyKey: kubernetes.io/hostname replicas: 3 + resources: + limits: + memory: 768Mi + requests: + cpu: 100m + memory: 128Mi volumeMounts: - mountPath: /var/lib/etcd name: data diff --git a/k8s/helm/gitea/Chart.yaml b/k8s/helm/gitea/Chart.yaml index 016fb180..6cbeb03e 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.6 -appVersion: 1.24.2-rootless +version: 0.1.7 +appVersion: 1.25.2-rootless dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/grafana/Chart.yaml b/k8s/helm/grafana/Chart.yaml index a1284336..188b0e9c 100644 --- a/k8s/helm/grafana/Chart.yaml +++ b/k8s/helm/grafana/Chart.yaml @@ -6,14 +6,14 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/grafana/grafana type: application -version: 0.1.1 -appVersion: 12.0.2 +version: 0.1.2 +appVersion: 12.4.0 dependencies: - name: chartlib version: 0.1.8 repository: https://instantlinux.github.io/docker-tools - name: prometheus - version: 0.1.1 + version: 0.1.2 repository: file://subcharts/prometheus condition: prometheus.enabled - name: alertmanager diff --git a/k8s/helm/grafana/subcharts/prometheus/Chart.yaml b/k8s/helm/grafana/subcharts/prometheus/Chart.yaml index 31eb108f..14ad23f8 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.1 -appVersion: "v3.5.0" +version: 0.1.2 +appVersion: "v3.8.0" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/restic/Chart.yaml b/k8s/helm/restic/Chart.yaml index 2bc428b3..21c86ce7 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.19 +version: 0.1.21 # 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.0-r4" +appVersion: "0.18.1-r2" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/restic/values.yaml b/k8s/helm/restic/values.yaml index b398f132..f630e3ed 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.0-r4 + app_version: 0.18.1-r2 env: /etc/profile tz: UTC nodeSelector: @@ -98,7 +98,7 @@ volumes: image: repository: alpine pullPolicy: IfNotPresent - tag: 3.22 + tag: 3.23 nameOverride: "" fullnameOverride: "" diff --git a/k8s/helm/splunk/Chart.yaml b/k8s/helm/splunk/Chart.yaml index 189b0c5b..fa71dc61 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.14 -appVersion: "9.4.3" +version: 0.1.15 +appVersion: "9.4.7" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/vaultwarden/Chart.yaml b/k8s/helm/vaultwarden/Chart.yaml index 6f999512..22c23009 100644 --- a/k8s/helm/vaultwarden/Chart.yaml +++ b/k8s/helm/vaultwarden/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.8 -appVersion: "1.34.1-alpine" +version: 0.1.9 +appVersion: "1.34.3-alpine" dependencies: - name: chartlib version: 0.1.8