Skip to content

Commit

Permalink
use official release and drop devel
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Sep 15, 2021
1 parent d9db36f commit 8553435
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/cosigned/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions charts/cosigned/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
5 changes: 3 additions & 2 deletions charts/cosigned/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit 8553435

Please sign in to comment.