File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
charts/node-exporter-textfiles Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.1
18+ version : 0.1.2
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11{{- if .Values.podSecurityPolicy.enabled }}
2- apiVersion : extensions /v1beta1
2+ apiVersion : policy /v1beta1
33kind : PodSecurityPolicy
44metadata :
55 name : {{ include "node-exporter-textfiles.fullname" . }}
Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ textfiles:
8282 # memory: 128Mi
8383
8484podSecurityPolicy :
85- enabled : true
85+ # PodSecurityPolicies are going away in Kubernetes 1.25 and higher
86+ enabled : false
8687 annotations : {}
8788 spec :
8889 privileged : true
You can’t perform that action at this time.
0 commit comments