1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-28 10:28:36 +00:00

add 1.9.0 to version drop-downs (#5777)

This commit is contained in:
Chip Zoller 2022-12-26 07:17:42 -05:00 committed by GitHub
parent 9e3941894f
commit 569554032d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -32,6 +32,7 @@ body:
- 1.8.3
- 1.8.4
- 1.8.5
- 1.9.0
validations:
required: true
- type: textarea

View file

@ -31,6 +31,7 @@ body:
- 1.8.3
- 1.8.4
- 1.8.5
- 1.9.0
validations:
required: true
- type: textarea

View file

@ -31,6 +31,7 @@ body:
- 1.8.3
- 1.8.4
- 1.8.5
- 1.9.0
validations:
required: true
- type: dropdown
@ -70,12 +71,13 @@ body:
id: kyverno-rule
attributes:
label: Kyverno Rule Type
description: What Kyverno rule type?
description: What Kyverno rule/policy type?
options:
- Validate
- Mutate
- Generate
- verifyImages
- Cleanup
- Other
validations:
required: true