diff --git a/stable/nginx-ingress/Chart.yaml b/stable/nginx-ingress/Chart.yaml index 32c5125bcd..ae0986500a 100644 --- a/stable/nginx-ingress/Chart.yaml +++ b/stable/nginx-ingress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: nginx-ingress -version: 1.33.4 +version: 1.33.5 appVersion: 0.30.0 home: https://github.com/kubernetes/ingress-nginx description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration. diff --git a/stable/nginx-ingress/templates/controller-psp.yaml b/stable/nginx-ingress/templates/controller-psp.yaml index b91ecba22d..8196d1de4e 100644 --- a/stable/nginx-ingress/templates/controller-psp.yaml +++ b/stable/nginx-ingress/templates/controller-psp.yaml @@ -17,7 +17,7 @@ spec: volumes: - 'configMap' #- 'emptyDir' - #- 'projected' + - 'projected' - 'secret' #- 'downwardAPI' hostNetwork: {{ .Values.controller.hostNetwork }}