Skip to content

Commit 6ea6683

Browse files
committed
SYS-572 version updates for several images
1 parent 1d1109b commit 6ea6683

File tree

17 files changed

+27
-26
lines changed

17 files changed

+27
-26
lines changed

images/data-sync/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ home: https://github.com/instantlinux/docker-tools
55
sources:
66
- https://github.com/instantlinux/docker-tools
77
type: application
8-
version: 0.1.3
8+
version: 0.1.4
99
appVersion: "2.51.4-4.12.0-r0"
1010
dependencies:
1111
- name: chartlib

images/data-sync/helm/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ configmap:
123123
ignore = Path data-sync/gitlab/logs/sshd/current
124124
ignore = Path data-sync/jira/home/analytics-logs
125125
ignore = Path data-sync/jira/home/log/atlassian-jira.log
126+
ignore = Path data-sync/jira/home/log/atlassian-jira-outgoing-mail.log
126127
ignore = Path data-sync/jira/home/log/atlassian-jira-perf.log
127128
ignore = Path data-sync/jira/home/monitor/ConnectionPoolGraph.rrd4j
128129
ignore = Path data-sync/jira/home/monitor/DatabaseReadWritesGraph.rrd4j

images/dovecot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM instantlinux/postfix:3.6.1-r0
1+
FROM instantlinux/postfix:3.6.3-r0
22

33
MAINTAINER Rich Braun "docker@instantlinux.net"
44
ARG BUILD_DATE
@@ -9,7 +9,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
99
org.label-schema.vcs-ref=$VCS_REF \
1010
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
1111

12-
ARG DOVECOT_VERSION=2.3.15-r0
12+
ARG DOVECOT_VERSION=2.3.17-r0
1313
ARG MKCERT_SHA=24b6988d1709e71c24dcf94ffce5db93bd2e89dc5cbec1ac3c173de5274b68dd
1414

1515
ENV LDAP_PASSWD_SECRET=ldap-ro-password \

images/dovecot/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- https://github.com/vdukhovni/dovecot
88
type: application
9-
version: 0.1.1
10-
appVersion: "2.3.15-r0"
9+
version: 0.1.2
10+
appVersion: "2.3.17-r0"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

images/haproxy-keepalived/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM haproxy:2.4.1-alpine
1+
FROM haproxy:2.4.10-alpine
22
MAINTAINER Rich Braun "docker@instantlinux.net"
33
ARG BUILD_DATE
44
ARG VCS_REF
@@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
88
org.label-schema.vcs-ref=$VCS_REF \
99
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
1010

11-
ARG KEEPALIVED_VERSION=2.2.1-r0
11+
ARG KEEPALIVED_VERSION=2.2.4-r2
1212
ENV KEEPALIVE_CONFIG_ID=main \
1313
PORT_HAPROXY_STATS=8080 \
1414
STATS_ENABLE=yes \

images/haproxy-keepalived/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sources:
77
- https://github.com/haproxy/haproxy
88
- https://github.com/acassen/keepalived
99
type: application
10-
version: 0.1.2
11-
appVersion: "2.4.1-alpine-2.2.1-r0"
10+
version: 0.1.3
11+
appVersion: "2.4.10-alpine-2.2.4-r2"
1212
dependencies:
1313
- name: chartlib
1414
version: 0.1.8

images/postfix-python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG POSTFIX_VERSION=3.6.1-r0
1+
ARG POSTFIX_VERSION=3.6.3-r1
22

33
FROM instantlinux/postfix:$POSTFIX_VERSION
44
MAINTAINER Rich Braun "docker@instantlinux.net"

images/postfix-python/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- https://github.com/vdukhovni/postfix
88
type: application
9-
version: 0.1.2
10-
appVersion: "3.6.1-r0"
9+
version: 0.1.3
10+
appVersion: "3.6.3-r1"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

images/proftpd/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sources:
77
- https://github.com/proftpd/proftpd
88
type: application
99
version: 0.1.1
10-
appVersion: "1.3.7a-r0"
10+
appVersion: "1.3.7c-r2"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

images/weewx/helm-nginx/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools
55
sources:
66
- https://github.com/instantlinux/docker-tools
77
type: application
8-
version: 0.1.0
9-
appVersion: "1.20.0-alpine"
8+
version: 0.1.1
9+
appVersion: "1.21.4-alpine"
1010
dependencies:
1111
- name: chartlib
1212
version: 0.1.8

k8s/helm/jira/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sources:
77
- https://hub.docker.com/r/atlassian/jira-core
88
type: application
99
version: 0.1.0
10-
appVersion: "8.13.4"
10+
appVersion: "8.20.2"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

k8s/helm/nextcloud/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ home: https://github.com/instantlinux/docker-tools
55
sources:
66
- https://github.com/instantlinux/docker-tools
77
type: application
8-
version: 0.1.2
8+
version: 0.1.3
99
# Upon changes: requires manual update in admin UI after restarting image
10-
appVersion: "21.0.5"
10+
appVersion: "23.0.0"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

k8s/helm/nexus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
type: application
88
version: 0.1.2
9-
appVersion: "3.34.0"
9+
appVersion: "3.37.1"
1010
dependencies:
1111
- name: chartlib
1212
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.0
9+
version: 0.1.1
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.12.0-r3"
12+
appVersion: "0.12.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
@@ -7,7 +7,7 @@ deployment:
77
args:
88
- -c
99
- >
10-
apk add --update restic==0.12.0-r3 tzdata &&
10+
apk add --update restic==0.12.1-r3 tzdata &&
1111
ln -s /usr/share/zoneinfo/$TZ /etc/localtime &&
1212
echo $TZ > /etc/timezone &&
1313
echo "if [ -r $HOME/.resticrc ]; then . $HOME/.resticrc; fi" \

k8s/helm/splunk/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ sources:
1515
- https://github.com/instantlinux/docker-tools
1616
- https://hub.docker.com/r/splunk/splunk
1717
type: application
18-
version: 0.1.1
19-
appVersion: "8.2.3"
18+
version: 0.1.2
19+
appVersion: "8.2.4"
2020
dependencies:
2121
- name: chartlib
2222
version: 0.1.8

k8s/helm/wordpress/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- https://build.trac.wordpress.org/browser
88
type: application
9-
version: 0.1.0
10-
appVersion: "5.7.1-php7.4-apache"
9+
version: 0.1.1
10+
appVersion: "5.8.2-php7.4-apache"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

0 commit comments

Comments
 (0)