Skip to content

Commit

Permalink
Bump version v0.2.3.
Browse files Browse the repository at this point in the history
Updates artifacthub-pkg.yml file bumping the version.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Apr 16, 2024
1 parent 727bcc9 commit a3969be
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.2
version: 0.2.3
name: container-resources
displayName: Container Resources
createdAt: 2024-04-12T11:54:02.226315046Z
createdAt: 2024-04-16T16:18:52.303304352Z
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.2
image: ghcr.io/kubewarden/policies/container-resources:v0.2.3
keywords:
- container
- resources
links:
- name: policy
url: https://github.com/kubewarden/container-resources-policy/releases/download/v0.2.2/policy.wasm
url: https://github.com/kubewarden/container-resources-policy/releases/download/v0.2.3/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.2
kwctl pull ghcr.io/kubewarden/policies/container-resources:v0.2.3
```
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.2
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/container-resources:v0.2.3
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit a3969be

Please sign in to comment.