-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Sheikh-Abubaker/prometheus-…
…helm-charts into additionalMetricsRelabels-pr
- Loading branch information
Showing
28 changed files
with
103 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,23 +2,23 @@ apiVersion: v2 | |
name: kube-state-metrics | ||
description: Install kube-state-metrics to generate and expose cluster-level metrics | ||
keywords: | ||
- metric | ||
- monitoring | ||
- prometheus | ||
- kubernetes | ||
- metric | ||
- monitoring | ||
- prometheus | ||
- kubernetes | ||
type: application | ||
version: 5.16.4 | ||
appVersion: 2.10.1 | ||
version: 5.18.1 | ||
appVersion: 2.12.0 | ||
home: https://github.com/kubernetes/kube-state-metrics/ | ||
sources: | ||
- https://github.com/kubernetes/kube-state-metrics/ | ||
- https://github.com/kubernetes/kube-state-metrics/ | ||
maintainers: | ||
- name: tariq1890 | ||
email: [email protected] | ||
- name: mrueg | ||
email: [email protected] | ||
- name: dotdc | ||
email: [email protected] | ||
- name: tariq1890 | ||
email: [email protected] | ||
- name: mrueg | ||
email: [email protected] | ||
- name: dotdc | ||
email: [email protected] | ||
annotations: | ||
"artifacthub.io/license": Apache-2.0 | ||
"artifacthub.io/links": | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
charts/prometheus-adapter/templates/cluster-role-binding-auth-reader.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{{- if and .Values.rbac.create .Values.rbac.useAuthReaderClusterRole -}} | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
{{- if .Values.customAnnotations }} | ||
annotations: | ||
{{- toYaml .Values.customAnnotations | nindent 4 }} | ||
{{- end }} | ||
labels: | ||
{{- include "k8s-prometheus-adapter.labels" . | indent 4 }} | ||
name: {{ template "k8s-prometheus-adapter.name" . }}-auth-reader | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: extension-apiserver-authentication-reader | ||
subjects: | ||
- kind: ServiceAccount | ||
name: {{ template "k8s-prometheus-adapter.serviceAccountName" . }} | ||
namespace: {{ include "k8s-prometheus-adapter.namespace" . | quote }} | ||
{{- end -}} |
2 changes: 1 addition & 1 deletion
2
charts/prometheus-adapter/templates/role-binding-auth-reader.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
charts/prometheus-elasticsearch-exporter/templates/podmonitor.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
charts/prometheus-elasticsearch-exporter/templates/servicemonitor.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
apiVersion: v2 | ||
appVersion: "1.18.0" | ||
appVersion: "v0.7.0" | ||
description: A Helm chart for prometheus pgbouncer-exporter | ||
name: prometheus-pgbouncer-exporter | ||
version: 0.1.1 | ||
version: 0.2.0 | ||
home: https://github.com/prometheus-community/pgbouncer_exporter | ||
sources: | ||
- https://github.com/prometheus-community/pgbouncer_exporter | ||
- https://github.com/prometheus-community/pgbouncer_exporter | ||
keywords: | ||
- pgbouncer | ||
- prometheus | ||
- exporter | ||
- pgbouncer | ||
- prometheus | ||
- exporter | ||
maintainers: | ||
- email: [email protected] | ||
name: stewartshea | ||
- email: [email protected] | ||
name: zeritti | ||
- email: [email protected] | ||
name: stewartshea | ||
- email: [email protected] | ||
name: zeritti | ||
type: application | ||
dependencies: | ||
- name: postgresql | ||
version: "~12.2.2" | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: postgresql.enabled | ||
- name: postgresql | ||
version: "~15.0.0" | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: postgresql.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
dependencies: | ||
- name: alertmanager | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 1.9.0 | ||
version: 1.10.0 | ||
- name: kube-state-metrics | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 5.16.4 | ||
version: 5.18.0 | ||
- name: prometheus-node-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 4.30.3 | ||
version: 4.32.0 | ||
- name: prometheus-pushgateway | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 2.8.0 | ||
digest: sha256:23062baabef57dc60e08aaec1882cdde4f84ec9d2807573368b7e86ec1fa89f0 | ||
generated: "2024-03-08T09:36:45.247714358Z" | ||
digest: sha256:845b6afcabde9eeecc322bc57f8e925a149b44c92f4170db0b45061ce6911637 | ||
generated: "2024-03-29T20:56:04.276491+03:00" |
Oops, something went wrong.