Skip to content

Commit

Permalink
chore: v0.3.0 version bump
Browse files Browse the repository at this point in the history
Updates the policy version to v0.3.0.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Aug 12, 2024
1 parent fbf8f1a commit 52328bd
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.5
version: 0.3.0
name: container-resources
displayName: Container Resources
createdAt: 2024-07-02T16:19:09.567449406Z
createdAt: 2024-08-12T17:48:51.791476123Z
description: Policy is designed to enforce constraints on the resource requirements of Kubernetes containers
license: Apache-2.0
homeURL: https://github.com/kubewarden/container-resources-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/container-resources:v0.2.5
image: ghcr.io/kubewarden/policies/container-resources:v0.3.0
keywords:
- container
- resources
links:
- name: policy
url: https://github.com/kubewarden/container-resources-policy/releases/download/v0.2.5/policy.wasm
url: https://github.com/kubewarden/container-resources-policy/releases/download/v0.3.0/policy.wasm
- name: source
url: https://github.com/kubewarden/container-resources-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/container-resources:v0.2.5
kwctl pull ghcr.io/kubewarden/policies/container-resources:v0.3.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/container-resources:v0.2.5
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/container-resources:v0.3.0
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 52328bd

Please sign in to comment.