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:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: zammad
|
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
|
# Migration: https://github.com/zammad/zammad-helm/tree/main/zammad#upgrading
|
||||||
# Versions: https://github.com/zammad/zammad-helm/blob/main/zammad/Chart.yaml
|
# Versions: https://github.com/zammad/zammad-helm/blob/main/zammad/Chart.yaml
|
||||||
# History: https://github.com/zammad/zammad-helm/releases
|
# History: https://github.com/zammad/zammad-helm/releases
|
||||||
|
|
|
@ -40,6 +40,8 @@ data:
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml
|
||||||
|
commonLabels:
|
||||||
|
stackspin.net/backupSet: "zammad"
|
||||||
auth:
|
auth:
|
||||||
username: "zammad"
|
username: "zammad"
|
||||||
database: "zammad"
|
database: "zammad"
|
||||||
|
|
|
@ -37,7 +37,7 @@ data:
|
||||||
url: "https://flow.${domain}"
|
url: "https://flow.${domain}"
|
||||||
zammad: |
|
zammad: |
|
||||||
name: "Zammad Customer Support"
|
name: "Zammad Customer Support"
|
||||||
version: "6.2.0"
|
version: "6.3.1"
|
||||||
url: "https://support.${domain}"
|
url: "https://support.${domain}"
|
||||||
handbook: |
|
handbook: |
|
||||||
name: "FTT Handbook"
|
name: "FTT Handbook"
|
||||||
|
|
Loading…
Add table
Reference in a new issue