From 6ea6683b9f7ca5a5a4200d06d255d90c8aff1e1b Mon Sep 17 00:00:00 2001 From: Rich Braun Date: Thu, 23 Dec 2021 18:30:11 -0800 Subject: [PATCH] SYS-572 version updates for several images --- images/data-sync/helm/Chart.yaml | 2 +- images/data-sync/helm/values.yaml | 1 + images/dovecot/Dockerfile | 4 ++-- images/dovecot/helm/Chart.yaml | 4 ++-- images/haproxy-keepalived/Dockerfile | 4 ++-- images/haproxy-keepalived/helm/Chart.yaml | 4 ++-- images/postfix-python/Dockerfile | 2 +- images/postfix-python/helm/Chart.yaml | 4 ++-- images/proftpd/helm/Chart.yaml | 2 +- images/weewx/helm-nginx/Chart.yaml | 4 ++-- k8s/helm/jira/Chart.yaml | 2 +- k8s/helm/nextcloud/Chart.yaml | 4 ++-- k8s/helm/nexus/Chart.yaml | 2 +- k8s/helm/restic/Chart.yaml | 4 ++-- k8s/helm/restic/values.yaml | 2 +- k8s/helm/splunk/Chart.yaml | 4 ++-- k8s/helm/wordpress/Chart.yaml | 4 ++-- 17 files changed, 27 insertions(+), 26 deletions(-) diff --git a/images/data-sync/helm/Chart.yaml b/images/data-sync/helm/Chart.yaml index 590922ca..0176b5fd 100644 --- a/images/data-sync/helm/Chart.yaml +++ b/images/data-sync/helm/Chart.yaml @@ -5,7 +5,7 @@ home: https://github.com/instantlinux/docker-tools sources: - https://github.com/instantlinux/docker-tools type: application -version: 0.1.3 +version: 0.1.4 appVersion: "2.51.4-4.12.0-r0" dependencies: - name: chartlib diff --git a/images/data-sync/helm/values.yaml b/images/data-sync/helm/values.yaml index 6c371359..d8f0641d 100644 --- a/images/data-sync/helm/values.yaml +++ b/images/data-sync/helm/values.yaml @@ -123,6 +123,7 @@ configmap: ignore = Path data-sync/gitlab/logs/sshd/current ignore = Path data-sync/jira/home/analytics-logs ignore = Path data-sync/jira/home/log/atlassian-jira.log + ignore = Path data-sync/jira/home/log/atlassian-jira-outgoing-mail.log ignore = Path data-sync/jira/home/log/atlassian-jira-perf.log ignore = Path data-sync/jira/home/monitor/ConnectionPoolGraph.rrd4j ignore = Path data-sync/jira/home/monitor/DatabaseReadWritesGraph.rrd4j diff --git a/images/dovecot/Dockerfile b/images/dovecot/Dockerfile index 86976abd..fd786c70 100644 --- a/images/dovecot/Dockerfile +++ b/images/dovecot/Dockerfile @@ -1,4 +1,4 @@ -FROM instantlinux/postfix:3.6.1-r0 +FROM instantlinux/postfix:3.6.3-r0 MAINTAINER Rich Braun "docker@instantlinux.net" ARG BUILD_DATE @@ -9,7 +9,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 DOVECOT_VERSION=2.3.15-r0 +ARG DOVECOT_VERSION=2.3.17-r0 ARG MKCERT_SHA=24b6988d1709e71c24dcf94ffce5db93bd2e89dc5cbec1ac3c173de5274b68dd ENV LDAP_PASSWD_SECRET=ldap-ro-password \ diff --git a/images/dovecot/helm/Chart.yaml b/images/dovecot/helm/Chart.yaml index 1cfd768e..a9ee7c25 100644 --- a/images/dovecot/helm/Chart.yaml +++ b/images/dovecot/helm/Chart.yaml @@ -6,8 +6,8 @@ sources: - https://github.com/instantlinux/docker-tools - https://github.com/vdukhovni/dovecot type: application -version: 0.1.1 -appVersion: "2.3.15-r0" +version: 0.1.2 +appVersion: "2.3.17-r0" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/haproxy-keepalived/Dockerfile b/images/haproxy-keepalived/Dockerfile index 5bd5b0c8..887b19e5 100644 --- a/images/haproxy-keepalived/Dockerfile +++ b/images/haproxy-keepalived/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.4.1-alpine +FROM haproxy:2.4.10-alpine 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 KEEPALIVED_VERSION=2.2.1-r0 +ARG KEEPALIVED_VERSION=2.2.4-r2 ENV KEEPALIVE_CONFIG_ID=main \ PORT_HAPROXY_STATS=8080 \ STATS_ENABLE=yes \ diff --git a/images/haproxy-keepalived/helm/Chart.yaml b/images/haproxy-keepalived/helm/Chart.yaml index 0261267a..157c88c3 100644 --- a/images/haproxy-keepalived/helm/Chart.yaml +++ b/images/haproxy-keepalived/helm/Chart.yaml @@ -7,8 +7,8 @@ sources: - https://github.com/haproxy/haproxy - https://github.com/acassen/keepalived type: application -version: 0.1.2 -appVersion: "2.4.1-alpine-2.2.1-r0" +version: 0.1.3 +appVersion: "2.4.10-alpine-2.2.4-r2" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/postfix-python/Dockerfile b/images/postfix-python/Dockerfile index a80c651d..b79de144 100644 --- a/images/postfix-python/Dockerfile +++ b/images/postfix-python/Dockerfile @@ -1,4 +1,4 @@ -ARG POSTFIX_VERSION=3.6.1-r0 +ARG POSTFIX_VERSION=3.6.3-r1 FROM instantlinux/postfix:$POSTFIX_VERSION MAINTAINER Rich Braun "docker@instantlinux.net" diff --git a/images/postfix-python/helm/Chart.yaml b/images/postfix-python/helm/Chart.yaml index 17f07a55..d4c741d6 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.2 -appVersion: "3.6.1-r0" +version: 0.1.3 +appVersion: "3.6.3-r1" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/proftpd/helm/Chart.yaml b/images/proftpd/helm/Chart.yaml index 1758d217..8951ba76 100644 --- a/images/proftpd/helm/Chart.yaml +++ b/images/proftpd/helm/Chart.yaml @@ -7,7 +7,7 @@ sources: - https://github.com/proftpd/proftpd type: application version: 0.1.1 -appVersion: "1.3.7a-r0" +appVersion: "1.3.7c-r2" dependencies: - name: chartlib version: 0.1.8 diff --git a/images/weewx/helm-nginx/Chart.yaml b/images/weewx/helm-nginx/Chart.yaml index 89ddaa60..9b60536e 100644 --- a/images/weewx/helm-nginx/Chart.yaml +++ b/images/weewx/helm-nginx/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.0 -appVersion: "1.20.0-alpine" +version: 0.1.1 +appVersion: "1.21.4-alpine" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/jira/Chart.yaml b/k8s/helm/jira/Chart.yaml index 34ba2a71..b1e35cb4 100644 --- a/k8s/helm/jira/Chart.yaml +++ b/k8s/helm/jira/Chart.yaml @@ -7,7 +7,7 @@ sources: - https://hub.docker.com/r/atlassian/jira-core type: application version: 0.1.0 -appVersion: "8.13.4" +appVersion: "8.20.2" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/nextcloud/Chart.yaml b/k8s/helm/nextcloud/Chart.yaml index 95f79f70..50e2e28e 100644 --- a/k8s/helm/nextcloud/Chart.yaml +++ b/k8s/helm/nextcloud/Chart.yaml @@ -5,9 +5,9 @@ home: https://github.com/instantlinux/docker-tools sources: - https://github.com/instantlinux/docker-tools type: application -version: 0.1.2 +version: 0.1.3 # Upon changes: requires manual update in admin UI after restarting image -appVersion: "21.0.5" +appVersion: "23.0.0" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/nexus/Chart.yaml b/k8s/helm/nexus/Chart.yaml index be791963..ac410661 100644 --- a/k8s/helm/nexus/Chart.yaml +++ b/k8s/helm/nexus/Chart.yaml @@ -6,7 +6,7 @@ sources: - https://github.com/instantlinux/docker-tools type: application version: 0.1.2 -appVersion: "3.34.0" +appVersion: "3.37.1" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/restic/Chart.yaml b/k8s/helm/restic/Chart.yaml index 051b4e2a..0bd8f4fc 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.0 +version: 0.1.1 # Remember to update restic== in values.yaml as releases are published; # the values.yaml file is not able to reference .Chart.appVersion -appVersion: "0.12.0-r3" +appVersion: "0.12.1-r3" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/restic/values.yaml b/k8s/helm/restic/values.yaml index 5ebd59a6..da2ffec0 100644 --- a/k8s/helm/restic/values.yaml +++ b/k8s/helm/restic/values.yaml @@ -7,7 +7,7 @@ deployment: args: - -c - > - apk add --update restic==0.12.0-r3 tzdata && + apk add --update restic==0.12.1-r3 tzdata && ln -s /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && echo "if [ -r $HOME/.resticrc ]; then . $HOME/.resticrc; fi" \ diff --git a/k8s/helm/splunk/Chart.yaml b/k8s/helm/splunk/Chart.yaml index 9de4b1b6..df3cc374 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.1 -appVersion: "8.2.3" +version: 0.1.2 +appVersion: "8.2.4" dependencies: - name: chartlib version: 0.1.8 diff --git a/k8s/helm/wordpress/Chart.yaml b/k8s/helm/wordpress/Chart.yaml index 8d15dc8d..42f78894 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.0 -appVersion: "5.7.1-php7.4-apache" +version: 0.1.1 +appVersion: "5.8.2-php7.4-apache" dependencies: - name: chartlib version: 0.1.8