Skip to content

Commit

Permalink
Bump chart
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Dec 18, 2022
1 parent bcc8d40 commit 77a50eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
version: v3.10.0

- name: Helm repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
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:
Expand Down
8 changes: 4 additions & 4 deletions charts/tfstater/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions charts/tfstater/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77a50eb

Please sign in to comment.