From a35f139229267b123012b8ccea4f1ef2eec989c5 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Fri, 26 Nov 2021 17:58:15 +0100 Subject: [PATCH] Rename policy and fix metadata --- hub.yml | 4 ++-- metadata.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hub.yml b/hub.yml index 8ac4d9e..aa2182f 100644 --- a/hub.yml +++ b/hub.yml @@ -1,6 +1,6 @@ name: psp-user-group description: A Pod Security Policy that controls the container user and groups -homepage: https://github.com/kubewarden/psp-user-group +homepage: https://github.com/kubewarden/user-group-psp-policy author: name: Kubewarden devs homepage: https://github.com/kubewarden @@ -8,7 +8,7 @@ download: # Important: leave the __TAG__ around: this is automatically replaced with the value of the git tag registry: ghcr.io/kubewarden/policies/psp-user-group:__TAG__ # url is optional - url: https://github.com/kubewarden/psp-user-group/releases/download/__TAG__/policy.wasm + url: https://github.com/kubewarden/user-group-psp-policy/releases/download/__TAG__/policy.wasm keywords: - PSP - Container diff --git a/metadata.yml b/metadata.yml index 0b4152f..a304dfb 100644 --- a/metadata.yml +++ b/metadata.yml @@ -10,8 +10,8 @@ annotations: io.kubewarden.policy.title: psp-user-group io.kubewarden.policy.description: Short description io.kubewarden.policy.author: José Guilherme Vanz - io.kubewarden.policy.url: https://github.com/kubewarden/psp-user-group - io.kubewarden.policy.source: https://github.com/kubewarden/psp-user-group + io.kubewarden.policy.url: https://github.com/kubewarden/user-group-psp-policy + io.kubewarden.policy.source: https://github.com/kubewarden/user-group-psp-policy io.kubewarden.policy.license: Apache-2.0 io.kubewarden.policy.usage: | This policy enforce the user and group used in the container.