Skip to content

Commit

Permalink
Upgrade helm-oci-chart-releaser to v0.3.0 (#4)
Browse files Browse the repository at this point in the history
Required since Helm 3.7.0 broke former version 0.2.0. This was resolved with appany/helm-oci-chart-releaser#4

Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr authored Sep 29, 2021
1 parent 14d74a1 commit bde5fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
sed -i 's/version: \(.*\)/version: \1-${{ env.VERSION }}/g' amphora-service/charts/amphora/Chart.yaml
sed -i 's/tag: latest/tag: ${{ env.VERSION }}/g' amphora-service/charts/amphora/values.yaml
- name: Push Helm Chart
uses: appany/helm-oci-chart-releaser@v0.2.0
uses: appany/helm-oci-chart-releaser@v0.3.0
with:
name: amphora
repository: carbynestack
Expand Down

0 comments on commit bde5fd9

Please sign in to comment.