Skip to content

Commit e6716e7

Browse files
authored
Merge pull request #39 from kubewarden/questions-remove-checkbox
Update questions - remove unnecessary checkbox for RunAsAny
2 parents d3c7d30 + 707aacb commit e6716e7

File tree

4 files changed

+6
-20
lines changed

4 files changed

+6
-20
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selinux-psp"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
authors = ["Rafael Fernández López <ereslibre@ereslibre.es>"]
55
edition = "2018"
66

artifacthub-pkg.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
version: 0.1.7
2+
version: 0.1.8
33
name: selinux-psp
44
displayName: Selinux PSP
5-
createdAt: '2023-02-13T15:55:48+00:00'
5+
createdAt: '2023-02-28T13:14:43+00:00'
66
description: Replacement for the Kubernetes Pod Security Policy that controls the
77
usage of SELinux
88
license: Apache-2.0
99
homeURL: https://github.com/kubewarden/selinux-psp-policy
1010
containersImages:
1111
- name: policy
12-
image: ghcr.io/kubewarden/policies/selinux-psp:v0.1.7
12+
image: ghcr.io/kubewarden/policies/selinux-psp:v0.1.8
1313
keywords:
1414
- psp
1515
- container
1616
- runtime
1717
- selinux
1818
links:
1919
- name: policy
20-
url: https://github.com/kubewarden/selinux-psp-policy/releases/download/v0.1.7/policy.wasm
20+
url: https://github.com/kubewarden/selinux-psp-policy/releases/download/v0.1.8/policy.wasm
2121
- name: source
2222
url: https://github.com/kubewarden/selinux-psp-policy
2323
provider:
@@ -103,10 +103,3 @@ annotations:
103103
show_if: rule=MustRunAs
104104
type: int
105105
variable: level
106-
- default: false
107-
tooltip: Always accepts the request.
108-
group: Settings
109-
show_if: rule=RunAsAny
110-
title: Run as any
111-
type: boolean
112-
variable: RunAsAny

questions-ui.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,3 @@ questions:
6666
show_if: rule=MustRunAs
6767
type: int
6868
variable: level
69-
- default: false
70-
tooltip: Always accepts the request.
71-
group: Settings
72-
show_if: rule=RunAsAny
73-
title: Run as any
74-
type: boolean
75-
variable: RunAsAny

0 commit comments

Comments
 (0)