Skip to content

Commit

Permalink
chore: Bump artifacthub-pkg.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
  • Loading branch information
viccuad committed Jan 7, 2025
1 parent a43c780 commit 94211ff
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.1.13-k8sv1.31.0
version: 0.1.14-k8sv1.32.0
name: deprecated-api-versions
displayName: Deprecated API Versions
createdAt: 2024-10-30T10:37:51.316926843Z
createdAt: 2025-01-07T06:58:32.863404341Z
description: Find deprecated and removed Kubernetes resources
license: Apache-2.0
homeURL: https://github.com/kubewarden/deprecated-api-versions-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.13-k8sv1.31.0
image: ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.14-k8sv1.32.0
keywords:
- compliance
- deprecated API
links:
- name: policy
url: https://github.com/kubewarden/deprecated-api-versions-policy/releases/download/v0.1.13-k8sv1.31.0/policy.wasm
url: https://github.com/kubewarden/deprecated-api-versions-policy/releases/download/v0.1.14-k8sv1.32.0/policy.wasm
- name: source
url: https://github.com/kubewarden/deprecated-api-versions-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.13-k8sv1.31.0
kwctl pull ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.14-k8sv1.32.0
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.13-k8sv1.31.0
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.14-k8sv1.32.0
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 94211ff

Please sign in to comment.