diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index e163ea6..4d75c98 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -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