Skip to content

Commit

Permalink
Merge pull request #60 from kubewarden/questions-update-certificates
Browse files Browse the repository at this point in the history
Update questions - Fix typo in Certificates label
  • Loading branch information
flavio authored Feb 28, 2023
2 parents beb9b09 + a107cbb commit 761f2a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "verify-image-signatures"
version = "0.2.2"
version = "0.2.3"
authors = ["raulcabello <[email protected]>","viccuad <[email protected]>"]
edition = "2018"

Expand Down
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
version: 0.2.2
version: 0.2.3
name: verify-image-signatures
displayName: Verify Image Signatures
createdAt: '2023-02-17T16:14:24+00:00'
createdAt: '2023-02-28T13:12:33+00:00'
description: A Kubewarden Policy that verifies all the signatures of the container
images referenced by a Pod
license: Apache-2.0
homeURL: https://github.com/kubewarden/verify-image-signatures
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.2
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.3
keywords:
- pod
- signature
- sigstore
- trusted
links:
- name: policy
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.2/policy.wasm
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.3/policy.wasm
- name: source
url: https://github.com/kubewarden/verify-image-signatures
provider:
Expand Down Expand Up @@ -231,7 +231,7 @@ annotations:
variable: image
- default: []
group: Settings
label: Public keys
label: Certificates
show_if: rule=Certificate
type: array[
value_multiline: true
Expand Down
2 changes: 1 addition & 1 deletion questions-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ questions:
variable: image
- default: []
group: Settings
label: Public keys
label: Certificates
show_if: rule=Certificate
type: array[
value_multiline: true
Expand Down

0 comments on commit 761f2a0

Please sign in to comment.