Skip to content

Commit

Permalink
Merge pull request #8 from jvanz/main
Browse files Browse the repository at this point in the history
Bump v0.1.3 policy version.
  • Loading branch information
viccuad authored Jul 10, 2023
2 parents 8f5fe2a + fabe9bd commit 31e38e3
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.2
version: 0.1.3
name: rancher-project-quotas-namespace-validator
displayName: Rancher Project quotas namespace validator
createdAt: 2023-03-23T07:23:03.300702324Z
createdAt: 2023-07-07T18:54:55.156375813Z
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.2
image: ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.3
keywords:
- rancher
- project
- quotas
links:
- name: policy
url: https://github.com/kubewarden/rancher-project-quotas-namespace-validator/releases/download/v0.1.2/policy.wasm
url: https://github.com/kubewarden/rancher-project-quotas-namespace-validator/releases/download/v0.1.3/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.2
kwctl pull ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.3
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 31e38e3

Please sign in to comment.