diff --git a/Cargo.lock b/Cargo.lock index 37a02b7..f149d84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,7 +492,7 @@ checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898" [[package]] name = "selinux-psp" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index 91e8d89..d944bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selinux-psp" -version = "0.1.7" +version = "0.1.8" authors = ["Rafael Fernández López "] edition = "2018" diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 71b69c4..440cdb4 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,15 +1,15 @@ --- -version: 0.1.7 +version: 0.1.8 name: selinux-psp displayName: Selinux PSP -createdAt: '2023-02-13T15:55:48+00:00' +createdAt: '2023-02-28T13:14:43+00:00' description: Replacement for the Kubernetes Pod Security Policy that controls the usage of SELinux license: Apache-2.0 homeURL: https://github.com/kubewarden/selinux-psp-policy containersImages: - name: policy - image: ghcr.io/kubewarden/policies/selinux-psp:v0.1.7 + image: ghcr.io/kubewarden/policies/selinux-psp:v0.1.8 keywords: - psp - container @@ -17,7 +17,7 @@ keywords: - selinux links: - name: policy - url: https://github.com/kubewarden/selinux-psp-policy/releases/download/v0.1.7/policy.wasm + url: https://github.com/kubewarden/selinux-psp-policy/releases/download/v0.1.8/policy.wasm - name: source url: https://github.com/kubewarden/selinux-psp-policy provider: @@ -103,10 +103,3 @@ annotations: show_if: rule=MustRunAs type: int variable: level - - default: false - tooltip: Always accepts the request. - group: Settings - show_if: rule=RunAsAny - title: Run as any - type: boolean - variable: RunAsAny diff --git a/questions-ui.yml b/questions-ui.yml index d06670a..73122e5 100644 --- a/questions-ui.yml +++ b/questions-ui.yml @@ -66,10 +66,3 @@ questions: show_if: rule=MustRunAs type: int variable: level -- default: false - tooltip: Always accepts the request. - group: Settings - show_if: rule=RunAsAny - title: Run as any - type: boolean - variable: RunAsAny