Skip to content

Commit

Permalink
Update to Zammad 6.4.1 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner authored Dec 5, 2024
1 parent c80a8d5 commit ea02285
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# REDIS_VERSION=7.4.1-alpine
# RESTART=always
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
# VERSION=6.4.0-34
# VERSION=6.4.1
# You can also use floating versions that will give you automatic updates:
# VERSION=6.2 # all patchlevel updates
# VERSION=6 # including minor updates
Expand Down
8 changes: 4 additions & 4 deletions .github/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ sources:
spec:
image: "zammad/zammad-docker-compose"
architecture: "linux/amd64"
# tagfilter: "^6\\.4\\.0$"
# tagfilter: "^6\\.4\\.0-\\d{1}"
tagfilter: "^6\\.4\\.0-\\d{2}"
# tagfilter: "^6\\.4\\.0-\\d{3}"
tagfilter: "^6\\.4\\.1$"
# tagfilter: "^6\\.4\\.1-\\d{1}"
# tagfilter: "^6\\.4\\.1-\\d{2}"
# tagfilter: "^6\\.4\\.1-\\d{3}"
elasticsearch:
kind: dockerimage
spec:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ x-shared:
ZAMMAD_SESSION_JOBS:
ZAMMAD_PROCESS_SCHEDULED:
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS:
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.0-34}
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1}
restart: ${RESTART:-always}
volumes:
- zammad-storage:/opt/zammad/storage
Expand Down

0 comments on commit ea02285

Please sign in to comment.