File tree Expand file tree Collapse file tree 5 files changed +13
-51
lines changed
charts/prometheus-kafka-exporter Expand file tree Collapse file tree 5 files changed +13
-51
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ appVersion: "v1.9.0"
3
3
description : A Helm chart to export metrics from Kafka in Prometheus format using kafka_exporter from https://github.com/danielqsj/kafka_exporter
4
4
name : prometheus-kafka-exporter
5
5
home : https://github.com/danielqsj/kafka_exporter
6
- version : 2.18 .0
7
- kubeVersion : " >=1.19 .0-0"
6
+ version : 3.0 .0
7
+ kubeVersion : " >=1.25 .0-0"
8
8
sources :
9
9
- https://github.com/prometheus-community/helm-charts
10
10
- https://github.com/danielqsj/kafka_exporter
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This chart bootstraps a [Kafka Exporter](https://github.com/danielqsj/kafka_expo
6
6
7
7
## Prerequisites
8
8
9
- - Kubernetes 1.19 +
9
+ - Kubernetes 1.25 +
10
10
- Helm 3
11
11
12
12
Helm v2 is no longer supported from chart version 2.0.0.
@@ -55,3 +55,13 @@ See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_h
55
55
``` console
56
56
helm show values oci://ghcr.io/prometheus-community/charts/prometheus-kafka-exporter
57
57
```
58
+
59
+ ### Upgrading an existing Release to a new major version
60
+
61
+ A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an incompatible breaking change needing manual actions.
62
+
63
+ #### 2.x to 3.x
64
+
65
+ From version 3.0.0, support for pod security policies was removed.
66
+
67
+ The minimum Kubernetes version required by the helm chart is 1.25.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,11 +8,4 @@ metadata:
8
8
chart : {{ .Chart.Name }}-{{ .Chart.Version }}
9
9
heritage : {{ .Release.Service }}
10
10
release : {{ .Release.Name }}
11
- {{- if and .Values.rbac.pspEnabled (.Capabilities.APIVersions.Has "policy/v1beta1/PodSecurityPolicy") }}
12
- rules :
13
- - apiGroups : ['extensions']
14
- resources : ['podsecuritypolicies']
15
- verbs : ['use']
16
- resourceNames : [{{ template "prometheus-kafka-exporter.fullname" . }}]
17
- {{- end }}
18
11
{{- end }}
Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ sarama:
54
54
rbac :
55
55
# Specifies whether RBAC resources should be created
56
56
create : true
57
- # Specifies whether a PodSecurityPolicy should be created
58
- pspEnabled : false
59
57
60
58
serviceAccount :
61
59
# Specifies whether a ServiceAccount should be created
You can’t perform that action at this time.
0 commit comments