Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
The repository has been renamed, upadate links pointing to the old
location
  • Loading branch information
flavio committed Nov 27, 2021
1 parent 31a0e9a commit 6300f89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions hub.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6300f89

Please sign in to comment.