From 6a10766a9ee856c55a6a77a8eec42a997b6b58ec Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Thu, 23 Mar 2023 08:23:06 +0100 Subject: [PATCH] v0.1.2 release Update artifacthub metadata file Signed-off-by: Flavio Castelli --- artifacthub-pkg.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 75c77fe..800a46b 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,29 +4,29 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.1.1 +version: 0.1.2 name: rancher-project-quotas-namespace-validator displayName: Rancher Project quotas namespace validator -createdAt: 2023-03-22T18:28:45.41329215Z +createdAt: 2023-03-23T07:23:03.300702324Z description: Prevent the creation of Namespace under a Rancher Project that doesn't have any resource quota left license: Apache-2.0 homeURL: https://github.com/kubewarden/rancher-project-quotas-namespace-validator containersImages: - name: policy - image: ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.1 + image: ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.2 keywords: - rancher - project - quotas links: - name: policy - url: https://github.com/kubewarden/rancher-project-quotas-namespace-validator/releases/download/v0.1.1/policy.wasm + url: https://github.com/kubewarden/rancher-project-quotas-namespace-validator/releases/download/v0.1.2/policy.wasm - name: source url: https://github.com/kubewarden/rancher-project-quotas-namespace-validator install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.1 + kwctl pull ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.2 ``` maintainers: - name: Kubewarden developers