Skip to content

Commit

Permalink
chore: Update artifacthub-pkg.yml to 0.1.10
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 Jul 17, 2024
1 parent 2673327 commit 1776b9f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.9
version: 0.1.10
name: allowed-proc-mount-types-psp
displayName: Allowed Proc Mount Types PSP
createdAt: 2023-10-16T08:29:41.923293545Z
createdAt: 2024-07-17T12:40:56.323097933Z
description: Replacement for the Kubernetes Pod Security Policy that controls the usage of /proc mount types
license: Apache-2.0
homeURL: https://github.com/kubewarden/allowed-proc-mount-types-psp-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/allowed-proc-mount-types-psp:v0.1.9
image: ghcr.io/kubewarden/policies/allowed-proc-mount-types-psp:v0.1.10
keywords:
- psp
- container
- runtime
links:
- name: policy
url: https://github.com/kubewarden/allowed-proc-mount-types-psp-policy/releases/download/v0.1.9/policy.wasm
url: https://github.com/kubewarden/allowed-proc-mount-types-psp-policy/releases/download/v0.1.10/policy.wasm
- name: source
url: https://github.com/kubewarden/allowed-proc-mount-types-psp-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/allowed-proc-mount-types-psp:v0.1.9
kwctl pull ghcr.io/kubewarden/policies/allowed-proc-mount-types-psp:v0.1.10
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/allowed-proc-mount-types-psp:v0.1.9
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/allowed-proc-mount-types-psp:v0.1.10
```
maintainers:
- name: Kubewarden developers
Expand Down Expand Up @@ -76,6 +76,6 @@ annotations:
- v1
resources:
- pods
- pods/ephemeralcontainers
- ephemeralcontainers
operations:
- UPDATE

0 comments on commit 1776b9f

Please sign in to comment.