Skip to content

Commit

Permalink
bump policy-controller to v0.11.0 (#870)
Browse files Browse the repository at this point in the history
* bump policy-controller to v0.11.0

Signed-off-by: hectorj2f <[email protected]>

* Update Chart.yaml

Signed-off-by: octo-sts[bot] <[email protected]>

---------

Signed-off-by: hectorj2f <[email protected]>
Signed-off-by: octo-sts[bot] <[email protected]>
  • Loading branch information
hectorj2f authored Dec 17, 2024
1 parent 57e62b9 commit 9c4cc64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/policy-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sources:
type: application

name: policy-controller
version: 0.7.2
appVersion: 0.8.2
version: 0.8.0
appVersion: 0.11.0

maintainers:
- name: dlorenc
Expand All @@ -19,4 +19,4 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: policy-controller
image: ghcr.io/sigstore/policy-controller/policy-controller:v0.8.2@sha256:f291fce5b9c1a69ba54990eda7e0fe4114043b1afefb0f4ee3e6f84ec9ef1605
image: ghcr.io/sigstore/policy-controller/policy-controller:v0.11.0@sha256:f3b57d4c906fcbd7229c3069c055ce2b2862e01106c2b85df1322f1e3a232829
4 changes: 2 additions & 2 deletions charts/policy-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- This README.md is generated. Please edit README.md.gotmpl -->

![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.2](https://img.shields.io/badge/AppVersion-0.8.2-informational?style=flat-square)
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.0](https://img.shields.io/badge/AppVersion-0.11.0-informational?style=flat-square)

The Helm chart for Policy Controller

Expand Down Expand Up @@ -168,7 +168,7 @@ helm uninstall [RELEASE_NAME]
| webhook.failurePolicy | string | `"Fail"` | |
| webhook.image.pullPolicy | string | `"IfNotPresent"` | |
| webhook.image.repository | string | `"ghcr.io/sigstore/policy-controller/policy-controller"` | |
| webhook.image.version | string | `"sha256:f291fce5b9c1a69ba54990eda7e0fe4114043b1afefb0f4ee3e6f84ec9ef1605"` | |
| webhook.image.version | string | `"sha256:f3b57d4c906fcbd7229c3069c055ce2b2862e01106c2b85df1322f1e3a232829"` | |
| webhook.name | string | `"webhook"` | |
| webhook.namespaceSelector.matchExpressions[0].key | string | `"policy.sigstore.dev/include"` | |
| webhook.namespaceSelector.matchExpressions[0].operator | string | `"In"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/policy-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ webhook:
name: webhook
image:
repository: ghcr.io/sigstore/policy-controller/policy-controller
# crane digest ghcr.io/sigstore/policy-controller/policy-controller:v0.8.2
version: sha256:f291fce5b9c1a69ba54990eda7e0fe4114043b1afefb0f4ee3e6f84ec9ef1605
# crane digest ghcr.io/sigstore/policy-controller/policy-controller:v0.11.0
version: sha256:f3b57d4c906fcbd7229c3069c055ce2b2862e01106c2b85df1322f1e3a232829
pullPolicy: IfNotPresent
env: {}
extraArgs: {}
Expand Down

0 comments on commit 9c4cc64

Please sign in to comment.