apps/support/zammad: update chart version
This commit is contained in:
parent
e3817a200f
commit
29932618c7
3 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: zammad
|
||||
version: 10.3.4 # 12.5.1 # 14.0.1 requires db upgrade
|
||||
version: 12.5.1 # 14.0.1 requires db upgrade
|
||||
# Migration: https://github.com/zammad/zammad-helm/tree/main/zammad#upgrading
|
||||
# Versions: https://github.com/zammad/zammad-helm/blob/main/zammad/Chart.yaml
|
||||
# History: https://github.com/zammad/zammad-helm/releases
|
||||
|
|
|
@ -40,6 +40,8 @@ data:
|
|||
|
||||
postgresql:
|
||||
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml
|
||||
commonLabels:
|
||||
stackspin.net/backupSet: "zammad"
|
||||
auth:
|
||||
username: "zammad"
|
||||
database: "zammad"
|
||||
|
|
|
@ -37,7 +37,7 @@ data:
|
|||
url: "https://flow.${domain}"
|
||||
zammad: |
|
||||
name: "Zammad Customer Support"
|
||||
version: "6.2.0"
|
||||
version: "6.3.1"
|
||||
url: "https://support.${domain}"
|
||||
handbook: |
|
||||
name: "FTT Handbook"
|
||||
|
|
Loading…
Add table
Reference in a new issue