Skip to content

Commit

Permalink
chore: Bump artifacthub-pkg.yml for 0.2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Jan 17, 2025
1 parent a597706 commit 12e3878
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.2.6
version: 0.2.7
name: allow-privilege-escalation-psp
displayName: Allow Privilege Escalation PSP
createdAt: 2023-10-16T08:44:39.501150745Z
createdAt: 2025-01-17T16:07:15.872410663Z
description: Replacement for the Kubernetes Pod Security Policy that controls the allowance of privilege escalation in containers and init containers of a pod
license: Apache-2.0
homeURL: https://github.com/kubewarden/allow-privilege-escalation-psp-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.6
image: ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.7
keywords:
- PSP
- privilege escalation
links:
- name: policy
url: https://github.com/kubewarden/allow-privilege-escalation-psp-policy/releases/download/v0.2.6/policy.wasm
url: https://github.com/kubewarden/allow-privilege-escalation-psp-policy/releases/download/v0.2.7/policy.wasm
- name: source
url: https://github.com/kubewarden/allow-privilege-escalation-psp-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.6
kwctl pull ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.7
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.6
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.7
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 12e3878

Please sign in to comment.