Skip to content

Commit

Permalink
Merge pull request #18 from kubewarden/update-questions
Browse files Browse the repository at this point in the history
Tag 0.1.4
  • Loading branch information
flavio authored Feb 14, 2023
2 parents 1a370ed + c48cdb0 commit 53eb52e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "host-namespaces-psp"
version = "0.1.3"
version = "0.1.4"
authors = ["Rafael Fernández López <[email protected]>"]
edition = "2018"

Expand Down
16 changes: 8 additions & 8 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
version: 0.1.3
version: 0.1.4
name: host-namespaces-psp
displayName: Host Namespaces PSP
createdAt: '2023-01-19T14:46:21+02:00'
createdAt: '2023-02-13T15:56:34+00:00'
description: A Pod Security Policy that controls the usage of host namespaces
license: Apache-2.0
homeURL: https://github.com/kubewarden/host-namespaces-psp-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/host-namespaces-psp:v0.1.3
image: ghcr.io/kubewarden/policies/host-namespaces-psp:v0.1.4
keywords:
- psp
- container
- network
links:
- name: policy
url: https://github.com/kubewarden/host-namespaces-psp-policy/releases/download/v0.1.3/policy.wasm
url: https://github.com/kubewarden/host-namespaces-psp-policy/releases/download/v0.1.4/policy.wasm
- name: source
url: https://github.com/kubewarden/host-namespaces-psp-policy
provider:
Expand Down Expand Up @@ -75,18 +75,18 @@ annotations:
group: Settings
label: Allow host ports
hide_input: true
type: map[
type: sequence[
variable: allow_host_ports
subquestions:
sequence_questions:
- default: 0
tooltip: ''
group: Settings
label: min
type: int
variable: allow_host_ports.min
variable: min
- default: 0
tooltip: ''
group: Settings
label: max
type: int
variable: allow_host_ports.max
variable: max
8 changes: 4 additions & 4 deletions questions-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ questions:
group: Settings
label: Allow host ports
hide_input: true
type: map[
type: sequence[
variable: allow_host_ports
subquestions:
sequence_questions:
- default: 0
tooltip: ''
group: Settings
label: min
type: int
variable: allow_host_ports.min
variable: min
- default: 0
tooltip: ''
group: Settings
label: max
type: int
variable: allow_host_ports.max
variable: max

0 comments on commit 53eb52e

Please sign in to comment.