Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main

env:
helm-version: "v3.18.0"
helm-version: "v3.19.4"
kubeconform-version: "v0.7.0"

jobs:
Expand Down Expand Up @@ -65,9 +65,9 @@ jobs:
strategy:
matrix:
k8s:
- v1.31.9
- v1.32.5
- v1.33.1
- v1.33.7
- v1.34.3
- v1.35.0
steps:
- name: Checkout
uses: actions/checkout@v6
Expand All @@ -94,9 +94,9 @@ jobs:
matrix:
k8s:
# Versions of kindest/node
- v1.31.9
- v1.32.5
- v1.33.1
- v1.33.7
- v1.34.3
- v1.35.0
steps:
- name: Checkout
uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main

env:
helm-version: "v3.18.0"
helm-version: "v3.19.4"

jobs:
release:
Expand Down
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: 15.6.0
appVersion: 6.5.2-46
version: 15.6.1
appVersion: 6.5.2-67
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
2 changes: 1 addition & 1 deletion zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ zammadConfig:
enabled: true
image:
repository: alpine
tag: "3.22.2"
tag: "3.23.2"
pullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down
Loading