Skip to content

Commit 31e38e3

Browse files
authored
Merge pull request #8 from jvanz/main
Bump v0.1.3 policy version.
2 parents 8f5fe2a + fabe9bd commit 31e38e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

artifacthub-pkg.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@
44
#
55
# This config can be saved to its default location with:
66
# kwctl scaffold artifacthub > artifacthub-pkg.yml
7-
version: 0.1.2
7+
version: 0.1.3
88
name: rancher-project-quotas-namespace-validator
99
displayName: Rancher Project quotas namespace validator
10-
createdAt: 2023-03-23T07:23:03.300702324Z
10+
createdAt: 2023-07-07T18:54:55.156375813Z
1111
description: Prevent the creation of Namespace under a Rancher Project that doesn't have any resource quota left
1212
license: Apache-2.0
1313
homeURL: https://github.com/kubewarden/rancher-project-quotas-namespace-validator
1414
containersImages:
1515
- name: policy
16-
image: ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.2
16+
image: ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.3
1717
keywords:
1818
- rancher
1919
- project
2020
- quotas
2121
links:
2222
- name: policy
23-
url: https://github.com/kubewarden/rancher-project-quotas-namespace-validator/releases/download/v0.1.2/policy.wasm
23+
url: https://github.com/kubewarden/rancher-project-quotas-namespace-validator/releases/download/v0.1.3/policy.wasm
2424
- name: source
2525
url: https://github.com/kubewarden/rancher-project-quotas-namespace-validator
2626
install: |
2727
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
2828
```console
29-
kwctl pull ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.2
29+
kwctl pull ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.3
3030
```
3131
maintainers:
3232
- name: Kubewarden developers

0 commit comments

Comments
 (0)