Skip to content

Commit

Permalink
cosigned: add some artifcathub annotations (prometheus-community#22)
Browse files Browse the repository at this point in the history
* ci: update helm to 3.7.1

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

* cosigned: add some artifcathub annotations

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Oct 19, 2021
1 parent 520f0fc commit 8f3a5bf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
version: v3.7.1

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
version: v3.7.1

- uses: actions/setup-python@v2
with:
Expand Down
15 changes: 12 additions & 3 deletions charts/cosigned/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
apiVersion: v2
description: The Helm chart for Cosigned
home: https://github.com/sigstore/cosign

sources:
- https://github.com/sigstore/cosign
name: cosigned

type: application
version: v0.0.4
appVersion: v1.2.0
name: cosigned
version: v0.0.5
appVersion: v1.2.1

maintainers:
- name: dlorenc
- name: hectorj2f

annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: cosigned
image: gcr.io/projectsigstore/cosigned:v1.2.1@sha256:44c89910a4a480fe3d9ab1733d09a357e7fd681cfc1d964752ffe1b83600cb9f
4 changes: 2 additions & 2 deletions charts/cosigned/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ webhook:
name: webhook
image:
repository: gcr.io/projectsigstore/cosigned
# crane digest gcr.io/projectsigstore/cosigned:v1.2.0
version: sha256:55640ca4ad7803d0002d97c0200636b37318570702a74bd1f7650e1fda6206ae
# crane digest gcr.io/projectsigstore/cosigned:v1.2.1
version: sha256:44c89910a4a480fe3d9ab1733d09a357e7fd681cfc1d964752ffe1b83600cb9f
pullPolicy: IfNotPresent
env: {}
extraArgs: {}
Expand Down

0 comments on commit 8f3a5bf

Please sign in to comment.