Skip to content

Commit

Permalink
Prepare 0.1.5 release
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Nov 3, 2023
1 parent d7db160 commit 92607b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.4
version: 0.1.5
name: ingress-unique-host
displayName: Unique Ingress host
createdAt: 2023-11-02T10:42:13.494524123Z
createdAt: 2023-11-03T13:39:35.028176351Z
description: Requires all Ingress rule hosts to be unique
license: Apache-2.0
homeURL: https://github.com/kubewarden/unique-ingress-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/unique-ingress-policy:v0.1.4
image: ghcr.io/kubewarden/policies/unique-ingress-policy:v0.1.5
keywords:
- ingress
- kubewarden
links:
- name: policy
url: https://github.com/kubewarden/unique-ingress-policy/releases/download/v0.1.4/policy.wasm
url: https://github.com/kubewarden/unique-ingress-policy/releases/download/v0.1.5/policy.wasm
- name: source
url: https://github.com/kubewarden/unique-ingress-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/unique-ingress-policy:v0.1.4
kwctl pull ghcr.io/kubewarden/policies/unique-ingress-policy:v0.1.5
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/unique-ingress-policy:v0.1.4
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/unique-ingress-policy:v0.1.5
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 92607b8

Please sign in to comment.