Skip to content

Commit

Permalink
chore: bump version to force artifacthub update.
Browse files Browse the repository at this point in the history
Updates the policy version to forces artifacthub to reload data.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed May 22, 2023
1 parent 4e7e442 commit b61aac9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psa-label-enforcer"
version = "0.1.0"
version = "0.1.1"
authors = ["José Guilherme Vanz <[email protected]>"]
edition = "2021"

Expand Down
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.0
version: 0.1.1
name: psa-label-enforcer
displayName: PSA Label Enforcer
createdAt: 2023-05-22T14:37:17.849562838Z
createdAt: 2023-05-22T21:21:36.078772788Z
description: Policy to ensure that namespaces have the required PSA labels configuration for deployment in the cluster.
license: Apache-2.0
homeURL: https://github.com/kubewarden/psa-label-enforcer
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/psa-label-enforcer:v0.1.0
image: ghcr.io/kubewarden/policies/psa-label-enforcer:v0.1.1
keywords:
- namespace
- psa
- kubewarden
links:
- name: policy
url: https://github.com/kubwarden/psa-label-enforcer/releases/download/v0.1.0/policy.wasm
url: https://github.com/kubwarden/psa-label-enforcer/releases/download/v0.1.1/policy.wasm
- name: source
url: https://github.com/kubwarden/psa-label-enforcer
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/psa-label-enforcer:v0.1.0
kwctl pull ghcr.io/kubewarden/policies/psa-label-enforcer:v0.1.1
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit b61aac9

Please sign in to comment.