Skip to content

Commit ea02285

Browse files
authored
Update to Zammad 6.4.1 (#445)
1 parent c80a8d5 commit ea02285

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.env.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# REDIS_VERSION=7.4.1-alpine
1616
# RESTART=always
1717
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
18-
# VERSION=6.4.0-34
18+
# VERSION=6.4.1
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ sources:
66
spec:
77
image: "zammad/zammad-docker-compose"
88
architecture: "linux/amd64"
9-
# tagfilter: "^6\\.4\\.0$"
10-
# tagfilter: "^6\\.4\\.0-\\d{1}"
11-
tagfilter: "^6\\.4\\.0-\\d{2}"
12-
# tagfilter: "^6\\.4\\.0-\\d{3}"
9+
tagfilter: "^6\\.4\\.1$"
10+
# tagfilter: "^6\\.4\\.1-\\d{1}"
11+
# tagfilter: "^6\\.4\\.1-\\d{2}"
12+
# tagfilter: "^6\\.4\\.1-\\d{3}"
1313
elasticsearch:
1414
kind: dockerimage
1515
spec:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ x-shared:
3737
ZAMMAD_SESSION_JOBS:
3838
ZAMMAD_PROCESS_SCHEDULED:
3939
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS:
40-
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.0-34}
40+
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1}
4141
restart: ${RESTART:-always}
4242
volumes:
4343
- zammad-storage:/opt/zammad/storage

0 commit comments

Comments
 (0)