diff --git a/charts/cosigned/Chart.yaml b/charts/cosigned/Chart.yaml index aae4587e..32d34752 100644 --- a/charts/cosigned/Chart.yaml +++ b/charts/cosigned/Chart.yaml @@ -6,7 +6,7 @@ sources: name: cosigned type: application version: v0.0.3-dev -appVersion: "dev" +appVersion: v1.2.0 maintainers: - name: dlorenc - name: hectorj2f diff --git a/charts/cosigned/README.md b/charts/cosigned/README.md index ef4d134d..a1be849c 100644 --- a/charts/cosigned/README.md +++ b/charts/cosigned/README.md @@ -31,8 +31,6 @@ helm repo update helm install cosigned -n cosign-system sigstore/cosigned --devel --set webhook.secretKeyRef.name=mysecret ``` -We need to add the `--devel` flag because we are still in the development of the chart. This will be removed when we release cosigned `v1.2.0` - To enable the Admission Controller to check the signed images you will need to add the following annotation in the namespaces that you are interested to watch: Annotation: `cosigned.sigstore.dev/include: "true"` diff --git a/charts/cosigned/values.yaml b/charts/cosigned/values.yaml index b882188a..2dbf0fec 100644 --- a/charts/cosigned/values.yaml +++ b/charts/cosigned/values.yaml @@ -7,8 +7,9 @@ cosign: webhook: name: webhook image: - repository: gcr.io/projectsigstore/cosign/ci/cosigned - version: sha256:33fe35284cb3648cdd998f6ed6524e1d7b69a3edbf1234bf39a1547ecf27b28f + repository: gcr.io/projectsigstore/cosigned + # crane digest gcr.io/projectsigstore/cosigned:v1.2.0 + version: sha256:55640ca4ad7803d0002d97c0200636b37318570702a74bd1f7650e1fda6206ae pullPolicy: IfNotPresent env: {} extraArgs: {}