Skip to content

Commit

Permalink
Merge pull request #85 from jvanz/main
Browse files Browse the repository at this point in the history
Bump v1.2.0 version.
  • Loading branch information
viccuad authored Sep 12, 2024
2 parents a172987 + 746aa8a commit df6f723
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.1.0
version: 1.2.0
name: cel-policy
displayName: CEL Policy
createdAt: 2024-07-02T16:13:12.222650791Z
createdAt: 2024-09-11T18:22:05.521216973Z
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.1.0
image: ghcr.io/kubewarden/policies/cel-policy:v1.2.0
keywords:
- compliance
- CEL
- ValidatingAdmissionPolicy
- Common Expression Language
links:
- name: policy
url: https://github.com/kubewarden/cel-policy/releases/download/v1.1.0/policy.wasm
url: https://github.com/kubewarden/cel-policy/releases/download/v1.2.0/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.1.0
kwctl pull ghcr.io/kubewarden/policies/cel-policy:v1.2.0
```
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.1.0
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/cel-policy:v1.2.0
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit df6f723

Please sign in to comment.