diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index fe69000..4260bfe 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,32 +4,32 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.1.0-rc1 +version: 0.1.0-rc2 name: container-resources displayName: Container Resources -createdAt: 2024-01-26T15:05:30.434960952Z +createdAt: 2024-01-29T14:46:38.312891208Z 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-rc1 + image: ghcr.io/kubewarden/policies/container-resources:v0.1.0-rc2 keywords: - container - resources links: - name: policy - url: https://github.com/kubewarden/container-resources-policy/releases/download/v0.1.0-rc1/policy.wasm + url: https://github.com/kubewarden/container-resources-policy/releases/download/v0.1.0-rc2/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-rc1 + kwctl pull ghcr.io/kubewarden/policies/container-resources:v0.1.0-rc2 ``` 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-rc1 + kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/container-resources:v0.1.0-rc2 ``` maintainers: - name: Kubewarden developers