From 6300f894a0806a5ed849cb6d7c962799d40242f5 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Sat, 27 Nov 2021 08:06:00 +0100 Subject: [PATCH] Update links The repository has been renamed, upadate links pointing to the old location --- README.md | 2 +- hub.yml | 4 ++-- metadata.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 969e4af..9937c10 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Continuous integration | License -----------------------|-------- -![Continuous integration](https://github.com/kubewarden/psp-capabilities/workflows/Continuous%20integration/badge.svg) | [![License: Apache 2.0](https://img.shields.io/badge/License-Apache2.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0) +![Continuous integration](https://github.com/kubewarden/capabilities-psp-policy/workflows/Continuous%20integration/badge.svg) | [![License: Apache 2.0](https://img.shields.io/badge/License-Apache2.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0) This Kubewarden Policy is a replacement for the Kubernetes Pod Security Policy diff --git a/hub.yml b/hub.yml index 6e20d55..9f8ae50 100644 --- a/hub.yml +++ b/hub.yml @@ -1,12 +1,12 @@ name: psp-capabilities description: A Pod Security Policy that controls Container Capabilities -homepage: https://github.com/kubewarden/psp-capabilities +homepage: https://github.com/kubewarden/capabilities-psp-policy author: name: Kubewarden devs homepage: https://github.com/kubewarden download: registry: ghcr.io/kubewarden/policies/psp-capabilities:__TAG__ - url: https://github.com/kubewarden/psp-capabilities/releases/download/__TAG__/policy.wasm + url: https://github.com/kubewarden/capabilities-psp-policy/releases/download/__TAG__/policy.wasm keywords: - PSP - Container diff --git a/metadata.yml b/metadata.yml index babd70b..c9e6be0 100644 --- a/metadata.yml +++ b/metadata.yml @@ -9,8 +9,8 @@ annotations: io.kubewarden.policy.title: psp-capabilities io.kubewarden.policy.description: Replacement for the Kubernetes Pod Security Policy that controls the usage of capabilities io.kubewarden.policy.author: Flavio Castelli - io.kubewarden.policy.url: https://github.com/kubewarden/psp-capabilities - io.kubewarden.policy.source: https://github.com/kubewarden/psp-capabilities + io.kubewarden.policy.url: https://github.com/kubewarden/capabilities-psp-policy + io.kubewarden.policy.source: https://github.com/kubewarden/capabilities-psp-policy io.kubewarden.policy.license: Apache-2.0 io.kubewarden.policy.usage: | This policy works by defining several lists of capabilities. Capabilities are specified as named in `ALL_CAPS`, but without the `CAP_` prefix.