File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # ELASTICSEARCH_VERSION=8.15.0
1+ # ELASTICSEARCH_VERSION=8.15.1
22# IMAGE_REPO=ghcr.io/zammad/zammad
33# MEMCACHE_SERVERS=zammad-memcached:11211
44# MEMCACHE_VERSION=1.6.29-alpine
1515# 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-121
18+ # VERSION=6.3.1-151
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
Original file line number Diff line number Diff line change 3333 VALIDATE_ALL_CODEBASE : false
3434 VALIDATE_JSCPD : false
3535 VALIDATE_SHELL_SHFMT : false
36+ VALIDATE_YAML_PRETTIER : false
Original file line number Diff line number Diff 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-121 }
39+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.3.1-151 }
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.15.0 }
59+ image : bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.15.1 }
6060 restart : ${RESTART:-always}
6161 volumes :
6262 - elasticsearch-data:/bitnami/elasticsearch/data
You can’t perform that action at this time.
0 commit comments