Skip to content

Commit

Permalink
Make releaser work
Browse files Browse the repository at this point in the history
  • Loading branch information
macobo committed Jun 17, 2021
1 parent fad4451 commit 828f49a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
with:
version: v3.4.0

- name: Add helm repositories
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add kubernetes https://kubernetes.github.io/ingress-nginx
helm repo add jetstack https://charts.jetstack.io
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
version: 0.3.1
digest: sha256:dd485e2f30f0ea43bcb83c5a6e15fbe54c4b62d710cbb5f3796919096224bd1b
generated: "2021-06-17T15:51:48.293449929+03:00"
generated: "2021-06-17T16:05:26.34339941+03:00"
2 changes: 1 addition & 1 deletion charts/posthog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.4.23
version: 1.4.24

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
15 changes: 0 additions & 15 deletions charts/posthog/requirements.lock

This file was deleted.

0 comments on commit 828f49a

Please sign in to comment.