Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions: read-all
on:
pull_request:
env:
helm-version: v4.2.2
helm-version: v4.2.3
kubeconform-version: v0.8.0

jobs:
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: v4.2.2
helm-version: v4.2.3

jobs:
release:
Expand Down
8 changes: 4 additions & 4 deletions zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: zammad
version: 16.4.4
appVersion: 7.1.1-0009
version: 16.4.5
appVersion: 7.1.1-0026
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 @@ -23,14 +23,14 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.minio.enabled
- name: memcached
version: 0.13.3
version: 0.14.1
repository: oci://ghcr.io/cloudpirates-io/helm-charts
condition: zammadConfig.memcached.enabled
- name: postgresql
version: 16.7.21
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.postgresql.enabled
- name: redis
version: 0.30.6
version: 0.32.1
repository: oci://ghcr.io/cloudpirates-io/helm-charts
condition: zammadConfig.redis.enabled
Loading