Skip to content

Commit 2b2d322

Browse files
author
Harry Waye
authored
ci(helm):o update helm chart releaser from 1.4.0 to 1.4.1 (#657)
Prompted by the error `Error: could not find : no matching version` in the job. Not sure if this will help, but worth keeping up to date anyway.
1 parent 7116e02 commit 2b2d322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-chart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
helm repo add grafana https://grafana.github.io/helm-charts
4747
4848
- name: Run chart-releaser
49-
uses: helm/chart-releaser-action@v1.4.0
49+
uses: helm/chart-releaser-action@v1.4.1
5050
if: github.repository == 'PostHog/charts-clickhouse'
5151
env:
5252
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
53-
CR_SKIP_EXISTING: 'true'
53+
CR_SKIP_EXISTING: "true"
5454
with:
55-
charts_repo_url: 'https://posthog.github.io/charts-clickhouse/'
55+
charts_repo_url: "https://posthog.github.io/charts-clickhouse/"

0 commit comments

Comments
 (0)