-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apps sc: Upgrade prometheus-elasticsearch-exporter
- Loading branch information
Showing
27 changed files
with
327 additions
and
117 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
11 changes: 7 additions & 4 deletions
11
helmfile.d/upstream/prometheus-community/prometheus-elasticsearch-exporter/Chart.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 |
---|---|---|
@@ -1,18 +1,21 @@ | ||
apiVersion: v1 | ||
appVersion: 1.5.0 | ||
apiVersion: v2 | ||
appVersion: v1.7.0 | ||
description: Elasticsearch stats exporter for Prometheus | ||
home: https://github.com/prometheus-community/elasticsearch_exporter | ||
keywords: | ||
- metrics | ||
- elasticsearch | ||
- monitoring | ||
kubeVersion: '>=1.10.0-0' | ||
kubeVersion: '>=1.19.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: svenmueller | ||
- email: [email protected] | ||
name: desaintmartin | ||
- email: [email protected] | ||
name: zeritti | ||
name: prometheus-elasticsearch-exporter | ||
sources: | ||
- https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter | ||
version: 5.1.1 | ||
type: application | ||
version: 6.1.0 |
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
11 changes: 11 additions & 0 deletions
11
...eam/prometheus-community/prometheus-elasticsearch-exporter/ci/extra-manifests-values.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,11 @@ | ||
--- | ||
# Create extra manifests | ||
|
||
extraManifests: | ||
- | | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: prometheus-elasticsearch-exporter-extra | ||
data: | ||
extra-data: "value" |
5 changes: 0 additions & 5 deletions
5
...ream/prometheus-community/prometheus-elasticsearch-exporter/ci/pod-security-policies.yaml
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
.../upstream/prometheus-community/prometheus-elasticsearch-exporter/ci/resources-values.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,8 @@ | ||
--- | ||
resources: | ||
requests: | ||
cpu: 100m | ||
memory: 128Mi | ||
limits: | ||
cpu: 100m | ||
memory: 128Mi |
2 changes: 1 addition & 1 deletion
2
...csearch-exporter/ci/security-context.yaml → ...-exporter/ci/security-context-values.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# Unset pod level securityContext | ||
|
||
podSecurityContext: null | ||
podSecurityContext: null |
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
Oops, something went wrong.