You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information, see [our documentation](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds) on using artifact attestations to establish build provenance and [our blog post](https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/) introducing Artifact Attestations.
@@ -26,7 +26,7 @@ You will need to install two charts. First, install the Sigstore policy controll
The `--atomic` flag will delete the installation if failure occurs.
@@ -91,8 +91,8 @@ please file an [issue](https://github.com/github/artifact-attestations-helm-char
91
91
When you are ready to cut a new release for a given Helm chart
92
92
93
93
1. Update the chart's `AppVersion` and `Version` to the appropriate values
94
-
1. Create a new tag prefixed with the targeted chart name in the format <my-chart-name>-v0.1.2, ex: `git tag -s "policy-controller-v0.10.0-github9" -m "policy-controller-v0.10.0-github9"`
95
-
1. Push the tag, ex: `git push origin "policy-controller-v0.10.0-github9"`
94
+
1. Create a new tag prefixed with the targeted chart name in the format <my-chart-name>-v0.1.2, ex: `git tag -s "policy-controller-v0.12.0-github10" -m "policy-controller-v0.12.0-github10"`
95
+
1. Push the tag, ex: `git push origin "policy-controller-v0.12.0-github10"`
96
96
1. The [release workflow](.github/workflows/release.yml) will be triggered if
97
97
the chart's tag format is included in the list of tags that trigger the workflow.
98
98
The tag must follow the format `<my-chart-name>-v<semantic-version>`
0 commit comments