Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Use a fixed Zammad version rather than the default. If you do so,
# you are responsible to update this to newer patch level versions yourself.
# VERSION=6.5.0-75
# VERSION=6.5.0-101
# You can also use floating versions that will give you automatic updates:
# VERSION=6.2 # all patchlevel updates
# VERSION=6 # including minor updates
Expand All @@ -23,7 +23,7 @@
# MEMCACHE_SERVERS=zammad-memcached:11211
# MEMCACHE_VERSION=1.6.38-alpine
# REDIS_URL=redis://zammad-redis:6379
# REDIS_VERSION=7.4.3-alpine
# REDIS_VERSION=7.4.4-alpine
# POSTGRES_VERSION=17.5-alpine

# RAILS_TRUSTED_PROXIES=
Expand Down
4 changes: 2 additions & 2 deletions .github/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sources:
architecture: "linux/amd64"
# tagfilter: "^6\\.5\\.0$"
# tagfilter: "^6\\.5\\.0-\\d{1}"
tagfilter: "^6\\.5\\.0-\\d{2}"
# tagfilter: "^6\\.5\.0-\\d{3}"
# tagfilter: "^6\\.5\\.0-\\d{2}"
tagfilter: "^6\\.5\\.0-\\d{3}"
elasticsearch:
kind: dockerimage
spec:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ x-shared:
LETSENCRYPT_HOST:
LETSENCRYPT_EMAIL:

image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0-75}
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0-101}
restart: ${RESTART:-always}
volumes:
- zammad-storage:/opt/zammad/storage
Expand Down Expand Up @@ -122,7 +122,7 @@ services:
command: ["zammad-railsserver"]

zammad-redis:
image: redis:${REDIS_VERSION:-7.4.3-alpine}
image: redis:${REDIS_VERSION:-7.4.4-alpine}
restart: ${RESTART:-always}
volumes:
- redis-data:/data
Expand Down
Loading