Skip to content

Commit

Permalink
Merge pull request #26 from kubewarden/fix-question-default-property
Browse files Browse the repository at this point in the history
Fix default property for constrained_labels question
  • Loading branch information
flavio authored Apr 3, 2023
2 parents 5169cf7 + a75b1f5 commit a5e01ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.11
version: 0.1.12
name: safe-labels
displayName: Safe Labels
createdAt: 2023-03-29T09:25:17.8897014Z
createdAt: 2023-03-30T16:34:19.945383359Z
description: A policy that validates Kubernetes' resource labels
license: Apache-2.0
homeURL: https://github.com/kubewarden/safe-labels-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/safe-labels:v0.1.11
image: ghcr.io/kubewarden/policies/safe-labels:v0.1.12
keywords:
- labels
links:
- name: policy
url: https://github.com/kubewarden/safe-labels-policy/releases/download/v0.1.11/policy.wasm
url: https://github.com/kubewarden/safe-labels-policy/releases/download/v0.1.12/policy.wasm
- name: source
url: https://github.com/kubewarden/safe-labels-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/safe-labels:v0.1.11
kwctl pull ghcr.io/kubewarden/policies/safe-labels:v0.1.12
```
maintainers:
- name: Kubewarden developers
Expand Down Expand Up @@ -64,7 +64,7 @@ annotations:
required: false
type: array[
variable: mandatory_labels
- default: []
- default: {}
tooltip: Annotations that are validated with user-defined RegExp
group: Settings
label: Constrained labels
Expand Down
2 changes: 1 addition & 1 deletion questions-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ questions:
required: false
type: array[
variable: mandatory_labels
- default: []
- default: {}
tooltip: Annotations that are validated with user-defined RegExp
group: Settings
label: Constrained labels
Expand Down

0 comments on commit a5e01ac

Please sign in to comment.