Skip to content

Commit

Permalink
Update GH helm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Nov 18, 2021
1 parent 0e83935 commit 43e3d80
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Chart

on:
workflow_run:
workflows: [Docker]
types:
- completed
push:
branches:
- master

jobs:
release:
Expand All @@ -25,7 +24,14 @@ jobs:
with:
version: v3.4.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/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: charts
4 changes: 2 additions & 2 deletions charts/tfstater/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.13.8
digest: sha256:fe201537a096af8ed0d51924429344e5d7b67ac2a8c5623befe01a39ae795277
generated: "2021-11-18T13:22:20.588909+01:00"
digest: sha256:27ca58250eb071569ea21463242daefdc4bdc52803839d342e9e4348e2613a19
generated: "2021-11-18T17:31:44.368805+01:00"
2 changes: 1 addition & 1 deletion charts/tfstater/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: application
name: tfstater
description: An HTTP Terraform state backend with locking support

version: 0.1.0
version: 0.1.1
appVersion: 0.1.0
kubeVersion: ">=1.14.0-0"

Expand Down

0 comments on commit 43e3d80

Please sign in to comment.