Skip to content

Commit

Permalink
Update Zammad and alpine images (patch) (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner authored Aug 29, 2024
1 parent e8842aa commit 9160f0e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .github/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ sources:
image: "zammad/zammad-docker-compose"
architecture: "linux/amd64"
tagfilter: "6\\.3\\.1-\\d{3}"
alpine:
kind: dockerimage
spec:
image: "alpine"
architecture: "linux/amd64"
versionfilter:
pattern: '3.x.x'
kind: semver
elasticsearch:
kind: helmchart
spec:
Expand Down Expand Up @@ -54,6 +62,13 @@ targets:
file: "Chart.yaml"
key: "$.appVersion"
versionincrement: patch
alpine:
kind: file
sourceid: alpine
spec:
file: zammad/values.yaml
matchpattern: ' tag: "\d+\.\d+\.\d+"'
replacepattern: ' tag: "{{ source `alpine` }}"'
elasticsearch:
kind: helmchart
sourceid: elasticsearch
Expand Down
4 changes: 2 additions & 2 deletions zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: zammad
version: 12.3.3
appVersion: 6.3.1-121
version: 12.3.4
appVersion: 6.3.1-130
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.
home: https://zammad.org
icon: https://raw.githubusercontent.com/zammad/zammad-documentation/main/images/zammad_logo_600x520.png
Expand Down
2 changes: 1 addition & 1 deletion zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ zammadConfig:
enabled: true
image:
repository: alpine
tag: "3.20.1"
tag: "3.20.2"
pullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down

0 comments on commit 9160f0e

Please sign in to comment.