Skip to content

Commit ac92bed

Browse files
committed
build: Add io.kubewarden.policy.version
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
1 parent 8713c49 commit ac92bed

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

metadata.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
rules:
2-
- apiGroups: [""]
3-
apiVersions: ["v1"]
4-
resources: ["pods"]
5-
operations: ["CREATE"]
2+
- apiGroups: [""]
3+
apiVersions: ["v1"]
4+
resources: ["pods"]
5+
operations: ["CREATE"]
66
mutating: false
77
contextAware: false
88
executionMode: kubewarden-wapc
@@ -19,6 +19,7 @@ annotations:
1919
io.kubewarden.policy.ociUrl: ghcr.io/yourorg/policies/policy-name # must match release workflow oci-target
2020
# kubewarden specific:
2121
io.kubewarden.policy.title: policy-name
22+
io.kubewarden.policy.version: 0.0.1-unreleased
2223
io.kubewarden.policy.description: Short description
2324
io.kubewarden.policy.author: "Author name <author-email@example.com>"
2425
io.kubewarden.policy.url: https://github.com/yourorg/policy-name

0 commit comments

Comments
 (0)