Skip to content

Commit

Permalink
Switch to Zammad 6.2 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner authored Dec 7, 2023
1 parent 6039393 commit 88118db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ even continue reviewing your changes.
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

- [ ] Chart Version bumped
- [ ] Upgrading instructions are documented in the README.md
- [ ] Upgrading instructions are documented in the zammad/README.md
4 changes: 2 additions & 2 deletions zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: zammad
version: 10.1.2
appVersion: 6.1.0-24
version: 10.2.0
appVersion: 6.2.0-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 Down
9 changes: 8 additions & 1 deletion zammad/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
image:
repository: ghcr.io/zammad/zammad
# if not set appVersion field from Chart.yaml is used as default
# If not set, appVersion field from Chart.yaml is used as default.
# appVersion points to a fixed version. You are responsible to update this to newer patch level versions yourself.
# Alternatively, you can also use floating versions that will give you automatic updates:
# tag: "6.2" # all patchlevel updates
# tag: "6" # including minor updates
# tag: "latest" # all updates of stable versions, including major
# tag: "develop" # bleeding-edge development version
# If you want to use a floating version, you should also set pullPolicy: Always
tag: ""
pullPolicy: IfNotPresent
imagePullSecrets: []
Expand Down

0 comments on commit 88118db

Please sign in to comment.