Skip to content

Commit

Permalink
Merge pull request #11 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 07c9dc8 + 26dc2f9 commit ee3f42e
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,30 +4,30 @@
#
# 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: namespace-label-propagator-policy
displayName: Namespace label propagator
createdAt: 2023-06-01T19:15:17.442386716Z
createdAt: 2023-07-07T19:03:20.583059681Z
description: Kubewarden policy designed to automatically propagate labels defined in a Kubernetes namespace to the associated resources within that namespace
license: Apache-2.0
homeURL: https://github.com/kubewarden/namespace-label-propagator-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/namespace-label-propagator:v0.1.2
image: ghcr.io/kubewarden/policies/namespace-label-propagator:v0.1.3
keywords:
- policy
- kubewarden
- namespace
- label
links:
- name: policy
url: https://github.com/kubewarden/namespace-label-propagator-policy/releases/download/v0.1.2/policy.wasm
url: https://github.com/kubewarden/namespace-label-propagator-policy/releases/download/v0.1.3/policy.wasm
- name: source
url: https://github.com/kubewarden/namespace-label-propagator-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/namespace-label-propagator:v0.1.2
kwctl pull ghcr.io/kubewarden/policies/namespace-label-propagator:v0.1.3
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit ee3f42e

Please sign in to comment.