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

0 commit comments

Comments
 (0)