Skip to content

Commit

Permalink
Tag 0.1.1
Browse files Browse the repository at this point in the history
This is required to get the proper artifacthub-pkg metadata

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Oct 1, 2024
1 parent 5f0d0cf commit 8fe7529
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pod-ndots"
version = "0.1.0"
version = "0.1.1"
authors = ["Flavio Castelli <[email protected]>"]
edition = "2021"

Expand Down
12 changes: 6 additions & 6 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# 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: pod-ndots
displayName: Pod ndots
createdAt: 2024-10-01T08:10:32.365438639Z
createdAt: 2024-10-01T08:31:03.221511185Z
description: Enforce a minimum value for the ndots option in the resolv.conf file of a Pod.
license: Apache-2.0
homeURL: https://github.com/kubewarden/pod-ndots
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/pod-ndots:v0.1.0
image: ghcr.io/kubewarden/policies/pod-ndots:v0.1.1
keywords:
- pod
links:
- name: policy
url: https://github.com/kubewarden/pod-ndots/releases/download/v0.1.0/policy.wasm
url: https://github.com/kubewarden/pod-ndots/releases/download/v0.1.1/policy.wasm
- name: source
url: https://github.com/kubewarden/pod-ndots
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/pod-ndots:v0.1.0
kwctl pull ghcr.io/kubewarden/policies/pod-ndots:v0.1.1
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/pod-ndots:v0.1.0
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/pod-ndots:v0.1.1
```
maintainers:
- name: Kubewarden Developers
Expand Down

0 comments on commit 8fe7529

Please sign in to comment.