Skip to content

Commit 89831f1

Browse files
authored
[prometheus-elasticsearch-exporter]: remove support for psp (#5816)
Signed-off-by: AvivGuiser <[email protected]>
1 parent 432bd3d commit 89831f1

File tree

6 files changed

+5
-76
lines changed

6 files changed

+5
-76
lines changed

charts/prometheus-elasticsearch-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Elasticsearch stats exporter for Prometheus
33
name: prometheus-elasticsearch-exporter
4-
version: 6.7.4
4+
version: 7.0.0
55
kubeVersion: ">=1.19.0-0"
66
# renovate: github=prometheus-community/elasticsearch_exporter
77
appVersion: "v1.9.0"

charts/prometheus-elasticsearch-exporter/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ helm upgrade [RELEASE_NAME] oci://ghcr.io/prometheus-community/charts/prometheus
4949

5050
_See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._
5151

52+
### To 7.0.0
53+
54+
In Release 7.0.0, the chart has dropped support for PodSecurityPolicy, which was remvoed in k8s 1.25.
55+
5256
#### To 6.0.0
5357

5458
In release 6.0, the chart API version has been increased to v2. From now on, the chart supports Helm 3 only.

charts/prometheus-elasticsearch-exporter/templates/podsecuritypolicies.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

charts/prometheus-elasticsearch-exporter/templates/role.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

charts/prometheus-elasticsearch-exporter/templates/rolebinding.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

charts/prometheus-elasticsearch-exporter/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,3 @@ serviceAccount:
358358
name: default
359359
automountServiceAccountToken: true
360360
annotations: {}
361-
362-
# Creates a PodSecurityPolicy and the role/rolebinding
363-
# allowing the serviceaccount to use it
364-
podSecurityPolicies:
365-
enabled: false

0 commit comments

Comments
 (0)