From 77a50eb96cfba10f3950488c712d62d1d8da30fa Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Sun, 18 Dec 2022 14:04:17 +0100 Subject: [PATCH] Bump chart --- .github/workflows/helm.yml | 4 ++-- charts/tfstater/Chart.lock | 8 ++++---- charts/tfstater/Chart.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index a968261..2e88154 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -22,7 +22,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v1 with: - version: v3.4.0 + version: v3.10.0 - name: Helm repos run: | @@ -30,7 +30,7 @@ jobs: helm repo add minio https://charts.min.io/ - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.2.1 + uses: helm/chart-releaser-action@v1.4.1 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: diff --git a/charts/tfstater/Chart.lock b/charts/tfstater/Chart.lock index 7e03f40..95c7c4b 100644 --- a/charts/tfstater/Chart.lock +++ b/charts/tfstater/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: minio repository: https://charts.min.io/ - version: 3.2.0 + version: 3.6.6 - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 10.13.8 -digest: sha256:27ca58250eb071569ea21463242daefdc4bdc52803839d342e9e4348e2613a19 -generated: "2021-11-18T17:31:44.368805+01:00" + version: 10.16.2 +digest: sha256:9c1f5fdfb2d1c6c3deeeea595f2e5efeadf76fca822888eca3798f307e9bf0f5 +generated: "2022-12-18T14:09:33.483185+01:00" diff --git a/charts/tfstater/Chart.yaml b/charts/tfstater/Chart.yaml index 3bb1866..b20cf66 100644 --- a/charts/tfstater/Chart.yaml +++ b/charts/tfstater/Chart.yaml @@ -3,8 +3,8 @@ type: application name: tfstater description: An HTTP Terraform state backend with locking support -version: 0.2.0 -appVersion: 0.2.0 +version: 0.3.0 +appVersion: 0.3.0 kubeVersion: ">=1.14.0-0" home: https://github.com/gi0baro/tfstater