Skip to content

Commit

Permalink
Merge pull request #35 from cpanato/cosigned131
Browse files Browse the repository at this point in the history
cosigned: update chart to use cosigned version 1.3.1
  • Loading branch information
cpanato authored Nov 12, 2021
2 parents 655e2e7 + ef1d1ac commit ff6751b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/cosigned/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sources:
type: application

name: cosigned
version: v0.1.1
appVersion: v1.3.0
version: v0.1.2
appVersion: v1.3.1

maintainers:
- name: dlorenc
Expand All @@ -19,4 +19,4 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: cosigned
image: gcr.io/projectsigstore/cosigned:1.3.0@sha256:9fe107b183d6c6badaca52e380720c0549db09b645d055f00601797f48060aa2
image: gcr.io/projectsigstore/cosigned:v1.3.1@sha256:6b7dad33dfee585a9dd0bb13c9d5fd5e96bb92267628a97f4131f900aab300b6
4 changes: 2 additions & 2 deletions charts/cosigned/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ webhook:
name: webhook
image:
repository: gcr.io/projectsigstore/cosigned
# crane digest gcr.io/projectsigstore/cosigned:1.3.0
version: sha256:9fe107b183d6c6badaca52e380720c0549db09b645d055f00601797f48060aa2
# crane digest gcr.io/projectsigstore/cosigned:v1.3.1
version: sha256:6b7dad33dfee585a9dd0bb13c9d5fd5e96bb92267628a97f4131f900aab300b6
pullPolicy: IfNotPresent
env: {}
extraArgs: {}
Expand Down

0 comments on commit ff6751b

Please sign in to comment.