Skip to content

Commit

Permalink
Update artifacthub-pkg
Browse files Browse the repository at this point in the history
Prepare for 0.2.10 release

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Sep 19, 2024
1 parent 94e197c commit 3a91a60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.2.9
version: 0.2.10
name: safe-annotations
displayName: Safe Annotations
createdAt: 2023-10-16T07:29:03.616871982Z
createdAt: 2024-09-19T16:49:40.083368415Z
description: A policy that validates Kubernetes' resource annotations
license: Apache-2.0
homeURL: https://github.com/kubewarden/safe-annotations-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/safe-annotations:v0.2.9
image: ghcr.io/kubewarden/policies/safe-annotations:v0.2.10
keywords:
- annotations
links:
- name: policy
url: https://github.com/kubewarden/safe-annotations-policy/releases/download/v0.2.9/policy.wasm
url: https://github.com/kubewarden/safe-annotations-policy/releases/download/v0.2.10/policy.wasm
- name: source
url: https://github.com/kubewarden/safe-annotations-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/safe-annotations:v0.2.9
kwctl pull ghcr.io/kubewarden/policies/safe-annotations:v0.2.10
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/safe-annotations:v0.2.9
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/safe-annotations:v0.2.10
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 3a91a60

Please sign in to comment.