From d1ac7f41c65b32bc77c7f5e94fc9724673eba3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Wed, 29 Nov 2023 17:00:44 +0100 Subject: [PATCH] chore: Refresh artifacthub-pkg.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Cuadrado Juan --- artifacthub-pkg.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 2861bb7..8ba341c 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,16 +4,16 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.1.13 +version: 0.1.14 name: capabilities-psp displayName: Capabilities PSP -createdAt: 2023-10-16T07:32:17.558801108Z +createdAt: 2023-11-29T15:59:18.74914057Z description: Replacement for the Kubernetes Pod Security Policy that controls the usage of capabilities license: Apache-2.0 homeURL: https://github.com/kubewarden/capabilities-psp-policy containersImages: - name: policy - image: ghcr.io/kubewarden/policies/capabilities-psp:v0.1.13 + image: ghcr.io/kubewarden/policies/capabilities-psp:v0.1.14 keywords: - psp - container @@ -21,17 +21,17 @@ keywords: - capabilities links: - name: policy - url: https://github.com/kubewarden/capabilities-psp-policy/releases/download/v0.1.13/policy.wasm + url: https://github.com/kubewarden/capabilities-psp-policy/releases/download/v0.1.14/policy.wasm - name: source url: https://github.com/kubewarden/capabilities-psp-policy install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/capabilities-psp:v0.1.13 + kwctl pull ghcr.io/kubewarden/policies/capabilities-psp:v0.1.14 ``` Then, generate the policy manifest and tune it to your liking. For example: ```console - kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/capabilities-psp:v0.1.13 + kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/capabilities-psp:v0.1.14 ``` maintainers: - name: Kubewarden developers