Skip to content

Commit

Permalink
chore: fix artifacthub metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Oct 16, 2023
1 parent de36353 commit f921792
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,33 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.0.1
version: 0.0.1-unreleased
name: policy-name
displayName: Policy Name
createdAt: 2023-03-21T15:45:26.965260843Z
createdAt: 2023-10-16T08:39:33.352432617Z
description: Short description
license: Apache-2.0
homeURL: https://github.com/yourorg/policy-name
containersImages:
- name: policy
image: ghcr.io/yourorg/policies/policy-name:v0.0.1
image: ghcr.io/yourorg/policies/policy-name:v0.0.1-unreleased
keywords:
- pod
- cool policy
- kubewarden
links:
- name: policy
url: https://github.com/yourorg/policy-name/releases/download/v0.0.1/policy.wasm
url: https://github.com/yourorg/policy-name/releases/download/v0.0.1-unreleased/policy.wasm
- name: source
url: https://github.com/yourorg/policy-name
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/yourorg/policies/policy-name:v0.0.1
kwctl pull ghcr.io/yourorg/policies/policy-name:v0.0.1-unreleased
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/yourorg/policies/policy-name:v0.0.1-unreleased
```
maintainers:
- name: Author name
Expand Down

0 comments on commit f921792

Please sign in to comment.