Skip to content

Commit

Permalink
Merge pull request #105 from fabriziosestito/chore/bump-version
Browse files Browse the repository at this point in the history
chore: bump version to v1.2.2
  • Loading branch information
fabriziosestito authored Dec 4, 2024
2 parents d28ba6e + 52984d6 commit 93f2e75
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 1.2.1
version: 1.2.2
name: cel-policy
displayName: CEL Policy
createdAt: 2024-09-17T07:43:24.114946225Z
createdAt: 2024-12-04T13:58:46.550140571Z
description: A policy that evaluates CEL expressions
license: Apache-2.0
homeURL: https://github.com/kubewarden/cel-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/cel-policy:v1.2.1
image: ghcr.io/kubewarden/policies/cel-policy:v1.2.2
keywords:
- compliance
- CEL
- ValidatingAdmissionPolicy
- Common Expression Language
links:
- name: policy
url: https://github.com/kubewarden/cel-policy/releases/download/v1.2.1/policy.wasm
url: https://github.com/kubewarden/cel-policy/releases/download/v1.2.2/policy.wasm
- name: source
url: https://github.com/kubewarden/cel-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/cel-policy:v1.2.1
kwctl pull ghcr.io/kubewarden/policies/cel-policy:v1.2.2
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/cel-policy:v1.2.1
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/cel-policy:v1.2.2
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 93f2e75

Please sign in to comment.