Skip to content

Commit 7743084

Browse files
authored
Maintenance: Update Zammad image and dependencies (non-breaking). (#426)
1 parent 1b3611a commit 7743084

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.env.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ELASTICSEARCH_VERSION=8.14.3
1+
# ELASTICSEARCH_VERSION=8.15.0
22
# IMAGE_REPO=ghcr.io/zammad/zammad
33
# MEMCACHE_SERVERS=zammad-memcached:11211
44
# MEMCACHE_VERSION=1.6.29-alpine
@@ -9,13 +9,13 @@
99
# POSTGRES_USER=zammad
1010
# POSTGRES_HOST=zammad-postgresql
1111
# POSTGRES_PORT=5432
12-
# POSTGRES_VERSION=15.7-alpine
12+
# POSTGRES_VERSION=15.8-alpine
1313
# POSTGRESQL_OPTIONS=?pool=50
1414
# REDIS_URL=redis://zammad-redis:6379
15-
# REDIS_VERSION=7.2.5-alpine
15+
# REDIS_VERSION=7.4-alpine
1616
# RESTART=always
1717
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
18-
# VERSION=6.3.1-95
18+
# VERSION=6.3.1-121
1919
# You can also use floating versions that will give you automatic updates:
2020
# VERSION=6.2 # all patchlevel updates
2121
# VERSION=6 # including minor updates

.github/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sources:
66
spec:
77
image: "zammad/zammad-docker-compose"
88
architecture: "linux/amd64"
9-
tagfilter: "6\\.3.*"
9+
tagfilter: "6\\.3\\.1-\\d{3}"
1010
elasticsearch:
1111
kind: dockerimage
1212
spec:

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ x-shared:
3636
ZAMMAD_SESSION_JOBS:
3737
ZAMMAD_PROCESS_SCHEDULED:
3838
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS:
39-
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.3.1-95}
39+
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.3.1-121}
4040
restart: ${RESTART:-always}
4141
volumes:
4242
- zammad-storage:/opt/zammad/storage
@@ -56,7 +56,7 @@ services:
5656
user: 0:0
5757

5858
zammad-elasticsearch:
59-
image: bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.14.3}
59+
image: bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.15.0}
6060
restart: ${RESTART:-always}
6161
volumes:
6262
- elasticsearch-data:/bitnami/elasticsearch/data
@@ -89,7 +89,7 @@ services:
8989
POSTGRES_DB: ${POSTGRES_DB:-zammad_production}
9090
POSTGRES_USER: ${POSTGRES_USER:-zammad}
9191
POSTGRES_PASSWORD: ${POSTGRES_PASS:-zammad}
92-
image: postgres:${POSTGRES_VERSION:-15.7-alpine}
92+
image: postgres:${POSTGRES_VERSION:-15.8-alpine}
9393
restart: ${RESTART:-always}
9494
volumes:
9595
- postgresql-data:/var/lib/postgresql/data
@@ -99,7 +99,7 @@ services:
9999
command: ["zammad-railsserver"]
100100

101101
zammad-redis:
102-
image: redis:${REDIS_VERSION:-7.2.5-alpine}
102+
image: redis:${REDIS_VERSION:-7.4-alpine}
103103
restart: ${RESTART:-always}
104104
volumes:
105105
- redis-data:/data

0 commit comments

Comments
 (0)