Skip to content

Commit

Permalink
Update chart dependencies. (#279)
Browse files Browse the repository at this point in the history
* Update chart dependencies (non-breaking).
  • Loading branch information
mgruner authored Jul 23, 2024
1 parent 97fb84b commit 6e7a1af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
check-version-increment: true
debug: true
upgrade: true
target-branch: main
namespace: zammad
release-label: zammad
10 changes: 5 additions & 5 deletions zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: zammad
version: 12.2.2
appVersion: 6.3.1-76
version: 12.2.3
appVersion: 6.3.1-78
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 @@ -16,14 +16,14 @@ maintainers:
dependencies:
- name: elasticsearch
repository: https://charts.bitnami.com/bitnami
version: 19.17.0
version: 19.17.6
condition: zammadConfig.elasticsearch.enabled
- name: minio
version: 13.2.0
version: 13.8.4
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.minio.enabled
- name: memcached
version: 6.9.0
version: 6.14.0
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.memcached.enabled
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ zammadConfig:
enabled: true
image:
repository: alpine
tag: "3.18.4"
tag: "3.20.1"
pullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down

0 comments on commit 6e7a1af

Please sign in to comment.