Skip to content

Commit 0b6e013

Browse files
authored
Maintenance: Update Zammad and Elasticsearch images (patch). (#429)
* Maintenance: Update Zammad and Elasticsearch images (patch). * Disable YAML_PRETTIER in GitHub actions workflow
1 parent cc1ea4f commit 0b6e013

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.env.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -15,7 +15,7 @@
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

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
VALIDATE_ALL_CODEBASE: false
3434
VALIDATE_JSCPD: false
3535
VALIDATE_SHELL_SHFMT: false
36+
VALIDATE_YAML_PRETTIER: false

docker-compose.yml

Lines changed: 2 additions & 2 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-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

0 commit comments

Comments
 (0)