From b1d2031698b5dc39761b28b3697265de96e1a1e7 Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Mon, 11 Nov 2024 08:26:36 +0100 Subject: [PATCH] Patch-level image updates (#301) --- .github/updatecli.yaml | 4 ++-- .github/workflows/ci.yaml | 10 +++++----- zammad/Chart.yaml | 8 ++++---- zammad/README.md | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/updatecli.yaml b/.github/updatecli.yaml index bc2e00d1..7aa13136 100644 --- a/.github/updatecli.yaml +++ b/.github/updatecli.yaml @@ -6,8 +6,8 @@ sources: spec: image: "zammad/zammad-docker-compose" architecture: "linux/amd64" - tagfilter: "^6\\.4\\.0$" - # tagfilter: "^6\\.4\\.0-\\d{1}" + # tagfilter: "^6\\.4\\.0$" + tagfilter: "^6\\.4\\.0-\\d{1}" # tagfilter: "^6\\.4\\.0-\\d{2}" # tagfilter: "^6\\.4\\.0-\\d{3}" alpine: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f203c962..dd0ddc1d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: - main env: - helm-version: "v3.15.4" + helm-version: "v3.16.2" kubeconform-version: "v0.6.7" jobs: @@ -65,9 +65,9 @@ jobs: strategy: matrix: k8s: - - v1.29.7 - - v1.30.3 - - v1.31.0 + - v1.29.10 + - v1.30.6 + - v1.31.2 steps: - name: Checkout uses: actions/checkout@v4 @@ -94,9 +94,9 @@ jobs: matrix: k8s: # Versions of kindest/node - - v1.28.13 - v1.29.8 - v1.30.4 + - v1.31.1 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/zammad/Chart.yaml b/zammad/Chart.yaml index 4fe45681..4ac88bd9 100755 --- a/zammad/Chart.yaml +++ b/zammad/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: zammad -version: 13.0.0 -appVersion: 6.4.0 +version: 13.0.1 +appVersion: 6.4.0-4 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 @@ -19,7 +19,7 @@ dependencies: version: 21.3.22 condition: zammadConfig.elasticsearch.enabled - name: minio - version: 14.8.2 + version: 14.8.5 repository: https://charts.bitnami.com/bitnami condition: zammadConfig.minio.enabled - name: memcached @@ -27,7 +27,7 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: zammadConfig.memcached.enabled - name: postgresql - version: 16.1.1 + version: 16.1.2 repository: https://charts.bitnami.com/bitnami condition: zammadConfig.postgresql.enabled - name: redis diff --git a/zammad/README.md b/zammad/README.md index 10c1d1dd..6a496847 100644 --- a/zammad/README.md +++ b/zammad/README.md @@ -340,7 +340,7 @@ helm upgrade --install zammad zammad/zammad --namespace=zammad --version=2.0.3 As Helm 2.x was deprecated Helm 3.x is needed now to install Zammad Helm chart. Minimum Kubernetes version is 1.16.x now. -As Porstgresql dependency Helm chart was updated to, have a look at the upgrading instructions to 9.0.0 and 10.0.0 of the PostgreSQL chart: +As PostgreSQL dependency Helm chart was updated, have a look at the upgrading instructions to 9.0.0 and 10.0.0 of the PostgreSQL chart: - -