Skip to content

Commit

Permalink
v0.1.2 release
Browse files Browse the repository at this point in the history
Update artifacthub metadata file

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Mar 23, 2023
1 parent 294e505 commit 6a10766
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a10766

Please sign in to comment.