update PSP.yaml to reflect API changes in 1.16 (#20854)

update psp.yaml and update chart version

Signed-off-by: bit-herder <chris.tortorich@gmail.com>
This commit is contained in:
Christian Tortorich
2020-02-18 08:45:29 -08:00
committed by GitHub
parent d3b9ed1ecd
commit 4f4fc0213a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: sealed-secrets
description: A Helm chart for Sealed Secrets
version: 1.7.5
version: 1.7.6
appVersion: 0.9.7
kubeVersion: ">=1.9.0-0"
home: https://github.com/bitnami-labs/sealed-secrets
+1 -1
View File
@@ -1,5 +1,5 @@
{{- if .Values.rbac.pspEnabled }}
apiVersion: extensions/v1beta1
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: {{ template "sealed-secrets.fullname" . }}