Skip to content

Commit

Permalink
chore: bump artifacthub version
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Aug 3, 2023
1 parent 53ed21c commit c8b74cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.11
version: 0.1.12
name: sysctl-psp
displayName: Sysctl PSP
createdAt: 2023-07-10T16:14:15.921200892Z
createdAt: 2023-08-03T12:49:39.38986867Z
description: A Pod Security Policy that controls usage of sysctls in pods
license: Apache-2.0
homeURL: https://github.com/kubewarden/sysctl-psp-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/sysctl-psp:v0.1.11
image: ghcr.io/kubewarden/policies/sysctl-psp:v0.1.12
keywords:
- sysctl
- psp
- pod
links:
- name: policy
url: https://github.com/kubewarden/sysctl-psp-policy/releases/download/v0.1.11/policy.wasm
url: https://github.com/kubewarden/sysctl-psp-policy/releases/download/v0.1.12/policy.wasm
- name: source
url: https://github.com/kubewarden/sysctl-psp-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/sysctl-psp:v0.1.11
kwctl pull ghcr.io/kubewarden/policies/sysctl-psp:v0.1.12
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit c8b74cc

Please sign in to comment.