Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version bump. #12

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0-rc2
version: 0.1.0
name: container-resources
displayName: Container Resources
createdAt: 2024-01-29T14:46:38.312891208Z
createdAt: 2024-02-07T16:56:46.547825736Z
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.1.0-rc2
image: ghcr.io/kubewarden/policies/container-resources:v0.1.0
keywords:
- container
- resources
links:
- name: policy
url: https://github.com/kubewarden/container-resources-policy/releases/download/v0.1.0-rc2/policy.wasm
url: https://github.com/kubewarden/container-resources-policy/releases/download/v0.1.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.1.0-rc2
kwctl pull ghcr.io/kubewarden/policies/container-resources:v0.1.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.1.0-rc2
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/container-resources:v0.1.0
```
maintainers:
- name: Kubewarden developers
Expand Down
Loading