Skip to content

Commit cedfa68

Browse files
authored
Merge pull request #63 from github/release-policy-controller-v0.10.0-github8
Bump policy-controller to v0.10.0-github8
2 parents bd5f076 + 028bdc0 commit cedfa68

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the [Attest Build Provenance Action](https://github.com/github/artifact-attestat
1212
You can verify these releases using the [`gh` CLI](https://cli.github.com/manual/gh_attestation_verify):
1313
```bash
1414
gh attestation verify --owner github \
15-
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller:v0.10.0-github7
15+
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller:v0.10.0-github8
1616
```
1717

1818
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
2626
helm install policy-controller --atomic \
2727
--create-namespace --namespace artifact-attestations \
2828
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller \
29-
--version v0.10.0-github7
29+
--version v0.10.0-github8
3030
```
3131

3232
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
9191
When you are ready to cut a new release for a given Helm chart
9292

9393
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-github7" -m "policy-controller-v0.10.0-github7"`
95-
1. Push the tag, ex: `git push origin "policy-controller-v0.10.0-github7"`
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-github8" -m "policy-controller-v0.10.0-github8"`
95+
1. Push the tag, ex: `git push origin "policy-controller-v0.10.0-github8"`
9696
1. The [release workflow](.github/workflows/release.yml) will be triggered if
9797
the chart's tag format is included in the list of tags that trigger the workflow.
9898
The tag must follow the format `<my-chart-name>-v<semantic-version>`

Diff for: charts/policy-controller/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ sources:
88
type: application
99

1010
name: policy-controller
11-
version: "v0.10.0-github7"
12-
appVersion: "v0.10.0-github7"
11+
version: "v0.10.0-github8"
12+
appVersion: "v0.10.0-github8"
1313

1414
maintainers:
1515
- name: codysoyland

Diff for: charts/policy-controller/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ webhook:
1616
name: webhook
1717
image:
1818
repository: ghcr.io/github/policy-controller-webhook
19-
# crane digest ghcr.io/github/policy-controller-webhook:v0.10.0-github7
20-
version: sha256:0bc1630678ffb1623c139d6f0cfdb512a2041033ec94c83a3820f7eddd6b0aab
19+
# crane digest ghcr.io/github/policy-controller-webhook:v0.10.0-github8
20+
version: sha256:2f8369a686cb28e86403768a7114396aa7aa3565340c8e8d1c1d94d3c69b341b
2121
pullPolicy: IfNotPresent
2222
env: {}
2323
extraArgs: {}
@@ -71,7 +71,7 @@ leasescleanup:
7171
image:
7272
repository: cgr.dev/chainguard/kubectl
7373
# crane digest cgr.dev/chainguard/kubectl:latest
74-
version: sha256:dfa420c3fe94a8365b274fd714fb829b466cd762d6870d579db8744e6f27450a
74+
version: sha256:12a6dcc2bbacbf6114ea9ea54127b9487f469fac1b5ff0b8b19643eeffe45269
7575
pullPolicy: IfNotPresent
7676

7777
## common node selector for all the pods

0 commit comments

Comments
 (0)