Skip to content

Commit

Permalink
Bump v0.1.1.
Browse files Browse the repository at this point in the history
Bumps the policy to v0.1.1 to release the files with the fixes in the
OCI artifact name.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jun 1, 2023
1 parent 17ece73 commit 3a6886c
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.0
version: 0.1.1
name: namespace-label-propagator-policy
displayName: Namespace label propagator
createdAt: 2023-06-01T18:43:44.723280442Z
createdAt: 2023-06-01T18:51:01.658854061Z
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.0
image: ghcr.io/kubewarden/policies/namespace-label-propagator:v0.1.1
keywords:
- policy
- kubewarden
- namespace
- label
links:
- name: policy
url: https://github.com/kubewarden/namespace-label-propagator-policy/releases/download/v0.1.0/policy.wasm
url: https://github.com/kubewarden/namespace-label-propagator-policy/releases/download/v0.1.1/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.0
kwctl pull ghcr.io/kubewarden/policies/namespace-label-propagator:v0.1.1
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 3a6886c

Please sign in to comment.