Skip to content

Commit 99f389d

Browse files
authored
Fix CVE-2025-9230 by updating the Zammad image (#372)
1 parent 1e77432 commit 99f389d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sources:
66
spec:
77
image: "zammad/zammad-docker-compose"
88
architecture: "linux/amd64"
9-
tagfilter: "^6\\.5\\.2$"
9+
# tagfilter: "^6\\.5\\.2$"
1010
# tagfilter: "^6\\.5\\.2-\\d{1}"
11-
# tagfilter: "^6\\.5\\.2-\\d{2}"
11+
tagfilter: "^6\\.5\\.2-\\d{2}"
1212
# tagfilter: "^6\\.5\\.2-\\d{3}"
1313
alpine:
1414
kind: dockerimage

zammad/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: zammad
3-
version: 15.2.4
4-
appVersion: 6.5.2
3+
version: 15.2.5
4+
appVersion: 6.5.2-22
55
description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails.
66
home: https://zammad.org
77
icon: https://raw.githubusercontent.com/zammad/zammad-documentation/main/images/zammad_logo_600x520.png

zammad/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ zammadConfig:
439439
enabled: true
440440
image:
441441
repository: alpine
442-
tag: "3.22.1"
442+
tag: "3.22.2"
443443
pullPolicy: IfNotPresent
444444
command:
445445
- /bin/sh

0 commit comments

Comments
 (0)