Skip to content

Commit

Permalink
update zammad & dependency charts (#181)
Browse files Browse the repository at this point in the history
* Bump alpine from 3.17.3 to 3.18.0 in /zammad

Bumps alpine from 3.17.3 to 3.18.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update zammad & dependencies

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: André Bauer <andre.bauer@staffbase.com>
  • Loading branch information
dependabot[bot] and monotek authored May 10, 2023
1 parent 4d406d1 commit f6dd02e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: zammad
version: 8.2.3
appVersion: 5.4.0-19
version: 8.3.0
appVersion: 5.4.1-28
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,17 +16,17 @@ maintainers:
dependencies:
- name: elasticsearch
repository: https://charts.bitnami.com/bitnami
version: 19.5.10
version: 19.8.1
condition: zammadConfig.elasticsearch.enabled
- name: memcached
version: 6.3.6
version: 6.4.2
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.memcached.enabled
- name: postgresql
version: 12.1.15
version: 12.4.3
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.postgresql.enabled
- name: redis
version: 17.7.4
version: 17.10.3
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.redis.enabled
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 @@ volumePermissions:
enabled: false
image:
repository: alpine
tag: "3.17.3"
tag: "3.18.0"
pullPolicy: IfNotPresent

# Configuration for persistence
Expand Down

0 comments on commit f6dd02e

Please sign in to comment.