File tree Expand file tree Collapse file tree 17 files changed +27
-26
lines changed Expand file tree Collapse file tree 17 files changed +27
-26
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ home: https://github.com/instantlinux/docker-tools
5
5
sources :
6
6
- https://github.com/instantlinux/docker-tools
7
7
type : application
8
- version : 0.1.3
8
+ version : 0.1.4
9
9
appVersion : " 2.51.4-4.12.0-r0"
10
10
dependencies :
11
11
- name : chartlib
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ configmap:
123
123
ignore = Path data-sync/gitlab/logs/sshd/current
124
124
ignore = Path data-sync/jira/home/analytics-logs
125
125
ignore = Path data-sync/jira/home/log/atlassian-jira.log
126
+ ignore = Path data-sync/jira/home/log/atlassian-jira-outgoing-mail.log
126
127
ignore = Path data-sync/jira/home/log/atlassian-jira-perf.log
127
128
ignore = Path data-sync/jira/home/monitor/ConnectionPoolGraph.rrd4j
128
129
ignore = Path data-sync/jira/home/monitor/DatabaseReadWritesGraph.rrd4j
Original file line number Diff line number Diff line change 1
- FROM instantlinux/postfix:3.6.1 -r0
1
+ FROM instantlinux/postfix:3.6.3 -r0
2
2
3
3
MAINTAINER Rich Braun "docker@instantlinux.net"
4
4
ARG BUILD_DATE
@@ -9,7 +9,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
9
9
org.label-schema.vcs-ref=$VCS_REF \
10
10
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
11
11
12
- ARG DOVECOT_VERSION=2.3.15 -r0
12
+ ARG DOVECOT_VERSION=2.3.17 -r0
13
13
ARG MKCERT_SHA=24b6988d1709e71c24dcf94ffce5db93bd2e89dc5cbec1ac3c173de5274b68dd
14
14
15
15
ENV LDAP_PASSWD_SECRET=ldap-ro-password \
Original file line number Diff line number Diff line change 6
6
- https://github.com/instantlinux/docker-tools
7
7
- https://github.com/vdukhovni/dovecot
8
8
type : application
9
- version : 0.1.1
10
- appVersion : " 2.3.15 -r0"
9
+ version : 0.1.2
10
+ appVersion : " 2.3.17 -r0"
11
11
dependencies :
12
12
- name : chartlib
13
13
version : 0.1.8
Original file line number Diff line number Diff line change 1
- FROM haproxy:2.4.1 -alpine
1
+ FROM haproxy:2.4.10 -alpine
2
2
MAINTAINER Rich Braun "docker@instantlinux.net"
3
3
ARG BUILD_DATE
4
4
ARG VCS_REF
@@ -8,7 +8,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
8
8
org.label-schema.vcs-ref=$VCS_REF \
9
9
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
10
10
11
- ARG KEEPALIVED_VERSION=2.2.1-r0
11
+ ARG KEEPALIVED_VERSION=2.2.4-r2
12
12
ENV KEEPALIVE_CONFIG_ID=main \
13
13
PORT_HAPROXY_STATS=8080 \
14
14
STATS_ENABLE=yes \
Original file line number Diff line number Diff line change 7
7
- https://github.com/haproxy/haproxy
8
8
- https://github.com/acassen/keepalived
9
9
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 "
12
12
dependencies :
13
13
- name : chartlib
14
14
version : 0.1.8
Original file line number Diff line number Diff line change 1
- ARG POSTFIX_VERSION=3.6.1-r0
1
+ ARG POSTFIX_VERSION=3.6.3-r1
2
2
3
3
FROM instantlinux/postfix:$POSTFIX_VERSION
4
4
MAINTAINER Rich Braun "docker@instantlinux.net"
Original file line number Diff line number Diff line change 6
6
- https://github.com/instantlinux/docker-tools
7
7
- https://github.com/vdukhovni/postfix
8
8
type : application
9
- version : 0.1.2
10
- appVersion : " 3.6.1-r0 "
9
+ version : 0.1.3
10
+ appVersion : " 3.6.3-r1 "
11
11
dependencies :
12
12
- name : chartlib
13
13
version : 0.1.8
Original file line number Diff line number Diff line change 7
7
- https://github.com/proftpd/proftpd
8
8
type : application
9
9
version : 0.1.1
10
- appVersion : " 1.3.7a-r0 "
10
+ appVersion : " 1.3.7c-r2 "
11
11
dependencies :
12
12
- name : chartlib
13
13
version : 0.1.8
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools
5
5
sources :
6
6
- https://github.com/instantlinux/docker-tools
7
7
type : application
8
- version : 0.1.0
9
- appVersion : " 1.20.0 -alpine"
8
+ version : 0.1.1
9
+ appVersion : " 1.21.4 -alpine"
10
10
dependencies :
11
11
- name : chartlib
12
12
version : 0.1.8
Original file line number Diff line number Diff line change 7
7
- https://hub.docker.com/r/atlassian/jira-core
8
8
type : application
9
9
version : 0.1.0
10
- appVersion : " 8.13.4 "
10
+ appVersion : " 8.20.2 "
11
11
dependencies :
12
12
- name : chartlib
13
13
version : 0.1.8
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ home: https://github.com/instantlinux/docker-tools
5
5
sources :
6
6
- https://github.com/instantlinux/docker-tools
7
7
type : application
8
- version : 0.1.2
8
+ version : 0.1.3
9
9
# Upon changes: requires manual update in admin UI after restarting image
10
- appVersion : " 21 .0.5 "
10
+ appVersion : " 23 .0.0 "
11
11
dependencies :
12
12
- name : chartlib
13
13
version : 0.1.8
Original file line number Diff line number Diff line change 6
6
- https://github.com/instantlinux/docker-tools
7
7
type : application
8
8
version : 0.1.2
9
- appVersion : " 3.34.0 "
9
+ appVersion : " 3.37.1 "
10
10
dependencies :
11
11
- name : chartlib
12
12
version : 0.1.8
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ sources:
6
6
- https://github.com/instantlinux/docker-tools
7
7
- https://github.com/restic/restic
8
8
type : application
9
- version : 0.1.0
9
+ version : 0.1.1
10
10
# Remember to update restic==<ver> in values.yaml as releases are published;
11
11
# the values.yaml file is not able to reference .Chart.appVersion
12
- appVersion : " 0.12.0 -r3"
12
+ appVersion : " 0.12.1 -r3"
13
13
dependencies :
14
14
- name : chartlib
15
15
version : 0.1.8
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ deployment:
7
7
args :
8
8
- -c
9
9
- >
10
- apk add --update restic==0.12.0 -r3 tzdata &&
10
+ apk add --update restic==0.12.1 -r3 tzdata &&
11
11
ln -s /usr/share/zoneinfo/$TZ /etc/localtime &&
12
12
echo $TZ > /etc/timezone &&
13
13
echo "if [ -r $HOME/.resticrc ]; then . $HOME/.resticrc; fi" \
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ sources:
15
15
- https://github.com/instantlinux/docker-tools
16
16
- https://hub.docker.com/r/splunk/splunk
17
17
type : application
18
- version : 0.1.1
19
- appVersion : " 8.2.3 "
18
+ version : 0.1.2
19
+ appVersion : " 8.2.4 "
20
20
dependencies :
21
21
- name : chartlib
22
22
version : 0.1.8
Original file line number Diff line number Diff line change 6
6
- https://github.com/instantlinux/docker-tools
7
7
- https://build.trac.wordpress.org/browser
8
8
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"
11
11
dependencies :
12
12
- name : chartlib
13
13
version : 0.1.8
You can’t perform that action at this time.
0 commit comments