Skip to content

Commit

Permalink
Patch level updates including Zammad 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Dec 5, 2024
1 parent ec611e0 commit b48880b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ sources:
spec:
image: "zammad/zammad-docker-compose"
architecture: "linux/amd64"
# tagfilter: "^6\\.4\\.0$"
# tagfilter: "^6\\.4\\.0-\\d{1}"
tagfilter: "^6\\.4\\.0-\\d{2}"
# tagfilter: "^6\\.4\\.0-\\d{3}"
tagfilter: "^6\\.4\\.1$"
# tagfilter: "^6\\.4\\.1-\\d{1}"
# tagfilter: "^6\\.4\\.1-\\d{2}"
# tagfilter: "^6\\.4\\.1-\\d{3}"
alpine:
kind: dockerimage
spec:
Expand Down
8 changes: 4 additions & 4 deletions zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: zammad
version: 13.0.4
appVersion: 6.4.0-41
version: 13.0.5
appVersion: 6.4.1
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 All @@ -19,15 +19,15 @@ dependencies:
version: 21.3.26
condition: zammadConfig.elasticsearch.enabled
- name: minio
version: 14.8.5
version: 14.8.6
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.minio.enabled
- name: memcached
version: 7.5.3
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.memcached.enabled
- name: postgresql
version: 16.2.3
version: 16.2.5
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.postgresql.enabled
- name: redis
Expand Down

0 comments on commit b48880b

Please sign in to comment.