Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[prometheus-node-exporter] Update labels to match best practices #2212

Conversation

QuentinBisson
Copy link
Member

What this PR does / why we need it:

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

  • fixes #

Special notes for your reviewer:

This PR updates the node exporter labels to match the best practice described here: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/

Checklist

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [prometheus-couchdb-exporter])

Copy link
Member

@monotek monotek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a breaking change for users which already have installed an older version.
So upgradepath has to be defined and documented.

@QuentinBisson
Copy link
Member Author

@monotek do we have an example I could use as I think it's not the first time this happened in this repo ? :D

@QuentinBisson QuentinBisson force-pushed the prometheus-node-exporter-update-labels branch from 1b36929 to ea32ef4 Compare June 29, 2022 13:04
@QuentinBisson
Copy link
Member Author

QuentinBisson commented Jun 29, 2022

I found an example for the stackdriver exporter that exactly matches what I needed :) I'm not sure the linting error make sense though

@QuentinBisson QuentinBisson force-pushed the prometheus-node-exporter-update-labels branch 2 times, most recently from 15495f8 to af533d6 Compare June 29, 2022 14:01
@QuentinBisson
Copy link
Member Author

@monotek what do you think about this one ?

@zanhsieh zanhsieh requested a review from monotek June 29, 2022 22:47
zanhsieh
zanhsieh previously approved these changes Jun 29, 2022
Copy link
Member

@monotek monotek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please try the upgrade out at least once and fix the readme regarding to the errors you'll find.

@zanhsieh zanhsieh requested a review from monotek July 11, 2022 11:33
@monotek
Copy link
Member

monotek commented Jul 11, 2022

@zanhsieh
why are you requesting a review?
the readme was not changed and is still wrong.

@QuentinBisson
Copy link
Member Author

@monotek I will try the upgrade but the readme was changed af533d6

zanhsieh
zanhsieh previously approved these changes Jul 27, 2022
mrueg
mrueg previously approved these changes Jul 27, 2022
@mrueg
Copy link
Member

mrueg commented Aug 14, 2022

@monotek looks like I can't see your review in this one anymore. Anything that it still open from your side here?

@monotek
Copy link
Member

monotek commented Aug 15, 2022

Yes, my posted suggestion. Not the deployment but the deamonset has to be deleted.

Copy link
Member

@monotek monotek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rebase and fix readme.

charts/prometheus-node-exporter/README.md Outdated Show resolved Hide resolved
charts/prometheus-node-exporter/README.md Show resolved Hide resolved
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
@QuentinBisson QuentinBisson dismissed stale reviews from mrueg and zanhsieh via c033d59 August 22, 2022 08:32
@QuentinBisson QuentinBisson force-pushed the prometheus-node-exporter-update-labels branch 2 times, most recently from c033d59 to b657f01 Compare August 22, 2022 08:32
@QuentinBisson
Copy link
Member Author

@monotek the readme is fixed

Signed-off-by: QuentinBisson <quentin@giantswarm.io>
@QuentinBisson QuentinBisson force-pushed the prometheus-node-exporter-update-labels branch from b657f01 to 5445fd6 Compare August 22, 2022 08:41
Copy link
Member

@monotek monotek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Serviceaccount labels need to be changed too

@QuentinBisson QuentinBisson force-pushed the prometheus-node-exporter-update-labels branch from e457173 to 5dada76 Compare August 22, 2022 12:43
monotek and others added 2 commits August 22, 2022 14:43
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
@QuentinBisson QuentinBisson force-pushed the prometheus-node-exporter-update-labels branch from 5dada76 to 80eb9f9 Compare August 22, 2022 12:44
@QuentinBisson
Copy link
Member Author

I signed off your commit but this should be fine now, sorry about all those missed parts :(

@monotek monotek merged commit 2245517 into prometheus-community:main Aug 22, 2022
monotek added a commit that referenced this pull request Sep 10, 2022
* [prometheus-smartctl-exporter] Initial stab at a prometheus-smartctl-exporter chart (#2357)

* Initial stab at a prometheus-smartctl-exporter chart

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

* Update values.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update CODEOWNERS

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update Chart.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update tolerations to match node exporters

Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>

* Fix spacing on tolerations

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-adapter] Update To v0.10.0 (#2366)

Signed-off-by: Dan Peric <dperic@axon.com>

Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] add thanosRulerSpec.alertmanagersConfig config (#2358)

Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bump helm/chart-testing-action from 2.2.1 to 2.3.0 (#2368)

Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[kube-state-metrics]: add image sha support for image specified (#2370)

* feat[kube-state-metrics]: add image sha support for image specified

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: bump kube-state-metrics chart version

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: fix semantic version for kube-state-metrics chart

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Update Chart.yaml (#2371)

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Fix smartctl image and servicemonitor. (#2365)

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[prometheus-node-exporter]: add image sha support for image specified (#2377)

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Add evaluationInterval to Thanos Ruler (#2374)

* feat:add evaluationintervar to ruler

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change evaluationInterval

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* fix:trailingspaces

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-stackdriver-exporter] Fix spec.serviceAccountName (#2378)

* fix spec.serviceAccountName

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* kubernetes/kubernetes#72519

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* Update charts/prometheus-stackdriver-exporter/Chart.yaml

Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* fix(prometheus-postgres-exporter): convert port variable to int (#2372)

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template (#2233)

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template

Signed-off-by: Staz <stanislav.93.18@gmail.com>

* Update charts/kube-prometheus-stack/Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove line

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove whitespace

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat: bump nats-exporter version (#2387)

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-node-exporter] Update labels to match best practices (#2212)

* [prometheus-node-exporter] Update labels

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme and notes after successfull upgrade

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Update charts/prometheus-node-exporter/README.md

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix labels for service account

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-postgres-exporter] Fix indentation (#2388)

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] make DaemonSet available (#2394)

Signed-off-by: Taro Kitano <unchemist@gmail.com>

Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-mongodb-exporter] fixing default mongodb uri (#2379)

* fixed default mongo endpoint for mongodb exporter

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* changing it back

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* signing off now

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* update chart version

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-redis-exporter] support redis password file secret volume mount (#2401)

* [prometheus-redis-exporter] support redis password file secret volume mount

Signed-off-by: sat-devopsnow <sat@opsverse.io>

* Remove extraneous newline

Signed-off-by: sat-devopsnow <sat@opsverse.io>

Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Hint offline sources (#2411)

[kube-prometheus-stack]

* Hint for replacing image sources for containers:
	- grafana
	- sidecar
	- kube-state-metrics
	- prometheus-node-exporter

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

[kube-prometheus-stack]

* Bump chart version

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] SecurityContext for webhook job create/patch container (#2406)

* Stumbled in to this when working with kyverno and enforced strict policies.

Kyverno and using strict policy configuration, job create for `ingress-nginx-admission-create` fails with policies `require-drop-all`and `disallow-privilege-escalation`. Adding the ability to configure containers in webhooks create and patch from helm values.

> k describe job monitoring-kube-prometheus-admission-patch
```
resource Pod/my-namespace/monitoring-kube-prometheus-admission-patch-njdkq was blocked due to the following policies

disallow-capabilities-strict:
  require-drop-all: 'validation failure: Containers must drop `ALL` capabilities.'
disallow-privilege-escalation:
  privilege-escalation: 'validation error: Privilege escalation is disallowed. The
    fields spec.containers[*].securityContext.allowPrivilegeEscalation, spec.initContainers[*].securityContext.allowPrivilegeEscalation,
    and spec.ephemeralContainers[*].securityContext.allowPrivilegeEscalation must
    be set to `false`. Rule privilege-escalation failed at path /spec/containers/0/securityContext/'
```

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* Chart Version bumped

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* merge master

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* issue with nil pointer for if, use with

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* check for nil earlier

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* leard something about helm today, i need to spec the path right to get it to work..

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* tidy values.yaml, remove extra newlines

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Fix selfMonitor port (#2418)

[kube-state-metrics] Fix selfMonitor port (#2418)

Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] update ingress api version template to support multiple kubernetes versions (#2395)

* update support of ingress api version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

* update the chart version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-json-exporter] open service configuration (#2414)

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Bump kube-state-metrics version to v2.6.0 (#2422)

Bumps the version of the referenced kube-state-metrics image to the latest released version v2.6.0.

Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Updated chart version and dependecies

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bumping version again

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>
Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Co-authored-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Co-authored-by: dpericaxon <108087612+dpericaxon@users.noreply.github.com>
Co-authored-by: Zadkiel Aharonian <hello@zadkiel.fr>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Rangel <53613592+francRang@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: heliapb <66432275+heliapb@users.noreply.github.com>
Co-authored-by: Tuan Anh Nguyen <48820639+tuananhnguyen-ct@users.noreply.github.com>
Co-authored-by: Rustem Sagdeev <50661238+SagdeevRR@users.noreply.github.com>
Co-authored-by: Staz <stanislav.93.18@gmail.com>
Co-authored-by: Mikhail Naletov <36846182+okgolove@users.noreply.github.com>
Co-authored-by: Quentin Bisson <quentin@giantswarm.io>
Co-authored-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Co-authored-by: tkit <unchemist@gmail.com>
Co-authored-by: Ihor Parkhomenko <66701064+Ihor16@users.noreply.github.com>
Co-authored-by: sat-devopsnow <sat@opsverse.io>
Co-authored-by: moroviintaas <moroviintaas@gmail.com>
Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Co-authored-by: Zhaojun Li <zhaojun.li@hotmail.com>
Co-authored-by: David He <david.sipd.he@fmr.com>
Co-authored-by: gitgaoxiang <gao_xiang@126.com>
Co-authored-by: Christian Schlotter <chrischdi@users.noreply.github.com>
monotek added a commit that referenced this pull request Sep 11, 2022
* Updated chart version and dependecies

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* [prometheus-postgres-exporter] DATA_SOURCE_PASS_FILE support (#2437)

Signed-off-by: Anthony TREUILLIER <anthony.treuillier@gmail.com>

Signed-off-by: Anthony TREUILLIER <anthony.treuillier@gmail.com>
Co-authored-by: Anthony TREUILLIER <anthony.treuillier.ext@orange.com>
Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* [kube-prometheus-stack] bump grafana 6.37.1 (9.1.2) (#2431)

* [prometheus-smartctl-exporter] Initial stab at a prometheus-smartctl-exporter chart (#2357)

* Initial stab at a prometheus-smartctl-exporter chart

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

* Update values.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update CODEOWNERS

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update Chart.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update tolerations to match node exporters

Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>

* Fix spacing on tolerations

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-adapter] Update To v0.10.0 (#2366)

Signed-off-by: Dan Peric <dperic@axon.com>

Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] add thanosRulerSpec.alertmanagersConfig config (#2358)

Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bump helm/chart-testing-action from 2.2.1 to 2.3.0 (#2368)

Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[kube-state-metrics]: add image sha support for image specified (#2370)

* feat[kube-state-metrics]: add image sha support for image specified

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: bump kube-state-metrics chart version

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: fix semantic version for kube-state-metrics chart

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Update Chart.yaml (#2371)

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Fix smartctl image and servicemonitor. (#2365)

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[prometheus-node-exporter]: add image sha support for image specified (#2377)

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Add evaluationInterval to Thanos Ruler (#2374)

* feat:add evaluationintervar to ruler

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change evaluationInterval

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* fix:trailingspaces

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-stackdriver-exporter] Fix spec.serviceAccountName (#2378)

* fix spec.serviceAccountName

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* kubernetes/kubernetes#72519

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* Update charts/prometheus-stackdriver-exporter/Chart.yaml

Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* fix(prometheus-postgres-exporter): convert port variable to int (#2372)

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template (#2233)

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template

Signed-off-by: Staz <stanislav.93.18@gmail.com>

* Update charts/kube-prometheus-stack/Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove line

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove whitespace

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat: bump nats-exporter version (#2387)

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-node-exporter] Update labels to match best practices (#2212)

* [prometheus-node-exporter] Update labels

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme and notes after successfull upgrade

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Update charts/prometheus-node-exporter/README.md

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix labels for service account

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-postgres-exporter] Fix indentation (#2388)

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] make DaemonSet available (#2394)

Signed-off-by: Taro Kitano <unchemist@gmail.com>

Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-mongodb-exporter] fixing default mongodb uri (#2379)

* fixed default mongo endpoint for mongodb exporter

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* changing it back

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* signing off now

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* update chart version

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-redis-exporter] support redis password file secret volume mount (#2401)

* [prometheus-redis-exporter] support redis password file secret volume mount

Signed-off-by: sat-devopsnow <sat@opsverse.io>

* Remove extraneous newline

Signed-off-by: sat-devopsnow <sat@opsverse.io>

Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Hint offline sources (#2411)

[kube-prometheus-stack]

* Hint for replacing image sources for containers:
	- grafana
	- sidecar
	- kube-state-metrics
	- prometheus-node-exporter

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

[kube-prometheus-stack]

* Bump chart version

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] SecurityContext for webhook job create/patch container (#2406)

* Stumbled in to this when working with kyverno and enforced strict policies.

Kyverno and using strict policy configuration, job create for `ingress-nginx-admission-create` fails with policies `require-drop-all`and `disallow-privilege-escalation`. Adding the ability to configure containers in webhooks create and patch from helm values.

> k describe job monitoring-kube-prometheus-admission-patch
```
resource Pod/my-namespace/monitoring-kube-prometheus-admission-patch-njdkq was blocked due to the following policies

disallow-capabilities-strict:
  require-drop-all: 'validation failure: Containers must drop `ALL` capabilities.'
disallow-privilege-escalation:
  privilege-escalation: 'validation error: Privilege escalation is disallowed. The
    fields spec.containers[*].securityContext.allowPrivilegeEscalation, spec.initContainers[*].securityContext.allowPrivilegeEscalation,
    and spec.ephemeralContainers[*].securityContext.allowPrivilegeEscalation must
    be set to `false`. Rule privilege-escalation failed at path /spec/containers/0/securityContext/'
```

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* Chart Version bumped

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* merge master

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* issue with nil pointer for if, use with

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* check for nil earlier

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* leard something about helm today, i need to spec the path right to get it to work..

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* tidy values.yaml, remove extra newlines

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Fix selfMonitor port (#2418)

[kube-state-metrics] Fix selfMonitor port (#2418)

Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] update ingress api version template to support multiple kubernetes versions (#2395)

* update support of ingress api version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

* update the chart version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-json-exporter] open service configuration (#2414)

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Bump kube-state-metrics version to v2.6.0 (#2422)

Bumps the version of the referenced kube-state-metrics image to the latest released version v2.6.0.

Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Updated chart version and dependecies

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bumping version again

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>
Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Co-authored-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Co-authored-by: dpericaxon <108087612+dpericaxon@users.noreply.github.com>
Co-authored-by: Zadkiel Aharonian <hello@zadkiel.fr>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Rangel <53613592+francRang@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: heliapb <66432275+heliapb@users.noreply.github.com>
Co-authored-by: Tuan Anh Nguyen <48820639+tuananhnguyen-ct@users.noreply.github.com>
Co-authored-by: Rustem Sagdeev <50661238+SagdeevRR@users.noreply.github.com>
Co-authored-by: Staz <stanislav.93.18@gmail.com>
Co-authored-by: Mikhail Naletov <36846182+okgolove@users.noreply.github.com>
Co-authored-by: Quentin Bisson <quentin@giantswarm.io>
Co-authored-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Co-authored-by: tkit <unchemist@gmail.com>
Co-authored-by: Ihor Parkhomenko <66701064+Ihor16@users.noreply.github.com>
Co-authored-by: sat-devopsnow <sat@opsverse.io>
Co-authored-by: moroviintaas <moroviintaas@gmail.com>
Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Co-authored-by: Zhaojun Li <zhaojun.li@hotmail.com>
Co-authored-by: David He <david.sipd.he@fmr.com>
Co-authored-by: gitgaoxiang <gao_xiang@126.com>
Co-authored-by: Christian Schlotter <chrischdi@users.noreply.github.com>
Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* Blumping grafana version

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* Reising version as minor

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>
Signed-off-by: Anthony TREUILLIER <anthony.treuillier@gmail.com>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>
Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Co-authored-by: antrema <anthony.treuillier@gmail.com>
Co-authored-by: Anthony TREUILLIER <anthony.treuillier.ext@orange.com>
Co-authored-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Co-authored-by: dpericaxon <108087612+dpericaxon@users.noreply.github.com>
Co-authored-by: Zadkiel Aharonian <hello@zadkiel.fr>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Rangel <53613592+francRang@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: heliapb <66432275+heliapb@users.noreply.github.com>
Co-authored-by: Tuan Anh Nguyen <48820639+tuananhnguyen-ct@users.noreply.github.com>
Co-authored-by: Rustem Sagdeev <50661238+SagdeevRR@users.noreply.github.com>
Co-authored-by: Staz <stanislav.93.18@gmail.com>
Co-authored-by: Mikhail Naletov <36846182+okgolove@users.noreply.github.com>
Co-authored-by: Quentin Bisson <quentin@giantswarm.io>
Co-authored-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Co-authored-by: tkit <unchemist@gmail.com>
Co-authored-by: Ihor Parkhomenko <66701064+Ihor16@users.noreply.github.com>
Co-authored-by: sat-devopsnow <sat@opsverse.io>
Co-authored-by: moroviintaas <moroviintaas@gmail.com>
Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Co-authored-by: Zhaojun Li <zhaojun.li@hotmail.com>
Co-authored-by: David He <david.sipd.he@fmr.com>
Co-authored-by: gitgaoxiang <gao_xiang@126.com>
Co-authored-by: Christian Schlotter <chrischdi@users.noreply.github.com>
stamzid pushed a commit to Unstructured-IO/prometheus-community-helm-charts that referenced this pull request Mar 3, 2023
…nity#2431)

* [prometheus-smartctl-exporter] Initial stab at a prometheus-smartctl-exporter chart (prometheus-community#2357)

* Initial stab at a prometheus-smartctl-exporter chart

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

* Update values.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update CODEOWNERS

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update Chart.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update tolerations to match node exporters

Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>

* Fix spacing on tolerations

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-adapter] Update To v0.10.0 (prometheus-community#2366)

Signed-off-by: Dan Peric <dperic@axon.com>

Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] add thanosRulerSpec.alertmanagersConfig config (prometheus-community#2358)

Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bump helm/chart-testing-action from 2.2.1 to 2.3.0 (prometheus-community#2368)

Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[kube-state-metrics]: add image sha support for image specified (prometheus-community#2370)

* feat[kube-state-metrics]: add image sha support for image specified

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: bump kube-state-metrics chart version

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: fix semantic version for kube-state-metrics chart

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Update Chart.yaml (prometheus-community#2371)

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Fix smartctl image and servicemonitor. (prometheus-community#2365)

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[prometheus-node-exporter]: add image sha support for image specified (prometheus-community#2377)

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Add evaluationInterval to Thanos Ruler (prometheus-community#2374)

* feat:add evaluationintervar to ruler

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change evaluationInterval

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* fix:trailingspaces

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-stackdriver-exporter] Fix spec.serviceAccountName (prometheus-community#2378)

* fix spec.serviceAccountName

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* kubernetes/kubernetes#72519

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* Update charts/prometheus-stackdriver-exporter/Chart.yaml

Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* fix(prometheus-postgres-exporter): convert port variable to int (prometheus-community#2372)

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template (prometheus-community#2233)

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template

Signed-off-by: Staz <stanislav.93.18@gmail.com>

* Update charts/kube-prometheus-stack/Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove line

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove whitespace

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat: bump nats-exporter version (prometheus-community#2387)

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-node-exporter] Update labels to match best practices (prometheus-community#2212)

* [prometheus-node-exporter] Update labels

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme and notes after successfull upgrade

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Update charts/prometheus-node-exporter/README.md

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix labels for service account

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-postgres-exporter] Fix indentation (prometheus-community#2388)

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] make DaemonSet available (prometheus-community#2394)

Signed-off-by: Taro Kitano <unchemist@gmail.com>

Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-mongodb-exporter] fixing default mongodb uri (prometheus-community#2379)

* fixed default mongo endpoint for mongodb exporter

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* changing it back

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* signing off now

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* update chart version

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-redis-exporter] support redis password file secret volume mount (prometheus-community#2401)

* [prometheus-redis-exporter] support redis password file secret volume mount

Signed-off-by: sat-devopsnow <sat@opsverse.io>

* Remove extraneous newline

Signed-off-by: sat-devopsnow <sat@opsverse.io>

Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Hint offline sources (prometheus-community#2411)

[kube-prometheus-stack]

* Hint for replacing image sources for containers:
	- grafana
	- sidecar
	- kube-state-metrics
	- prometheus-node-exporter

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

[kube-prometheus-stack]

* Bump chart version

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] SecurityContext for webhook job create/patch container (prometheus-community#2406)

* Stumbled in to this when working with kyverno and enforced strict policies.

Kyverno and using strict policy configuration, job create for `ingress-nginx-admission-create` fails with policies `require-drop-all`and `disallow-privilege-escalation`. Adding the ability to configure containers in webhooks create and patch from helm values.

> k describe job monitoring-kube-prometheus-admission-patch
```
resource Pod/my-namespace/monitoring-kube-prometheus-admission-patch-njdkq was blocked due to the following policies

disallow-capabilities-strict:
  require-drop-all: 'validation failure: Containers must drop `ALL` capabilities.'
disallow-privilege-escalation:
  privilege-escalation: 'validation error: Privilege escalation is disallowed. The
    fields spec.containers[*].securityContext.allowPrivilegeEscalation, spec.initContainers[*].securityContext.allowPrivilegeEscalation,
    and spec.ephemeralContainers[*].securityContext.allowPrivilegeEscalation must
    be set to `false`. Rule privilege-escalation failed at path /spec/containers/0/securityContext/'
```

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* Chart Version bumped

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* merge master

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* issue with nil pointer for if, use with

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* check for nil earlier

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* leard something about helm today, i need to spec the path right to get it to work..

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* tidy values.yaml, remove extra newlines

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Fix selfMonitor port (prometheus-community#2418)

[kube-state-metrics] Fix selfMonitor port (prometheus-community#2418)

Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] update ingress api version template to support multiple kubernetes versions (prometheus-community#2395)

* update support of ingress api version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

* update the chart version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-json-exporter] open service configuration (prometheus-community#2414)

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Bump kube-state-metrics version to v2.6.0 (prometheus-community#2422)

Bumps the version of the referenced kube-state-metrics image to the latest released version v2.6.0.

Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Updated chart version and dependecies

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bumping version again

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>
Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Co-authored-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Co-authored-by: dpericaxon <108087612+dpericaxon@users.noreply.github.com>
Co-authored-by: Zadkiel Aharonian <hello@zadkiel.fr>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Rangel <53613592+francRang@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: heliapb <66432275+heliapb@users.noreply.github.com>
Co-authored-by: Tuan Anh Nguyen <48820639+tuananhnguyen-ct@users.noreply.github.com>
Co-authored-by: Rustem Sagdeev <50661238+SagdeevRR@users.noreply.github.com>
Co-authored-by: Staz <stanislav.93.18@gmail.com>
Co-authored-by: Mikhail Naletov <36846182+okgolove@users.noreply.github.com>
Co-authored-by: Quentin Bisson <quentin@giantswarm.io>
Co-authored-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Co-authored-by: tkit <unchemist@gmail.com>
Co-authored-by: Ihor Parkhomenko <66701064+Ihor16@users.noreply.github.com>
Co-authored-by: sat-devopsnow <sat@opsverse.io>
Co-authored-by: moroviintaas <moroviintaas@gmail.com>
Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Co-authored-by: Zhaojun Li <zhaojun.li@hotmail.com>
Co-authored-by: David He <david.sipd.he@fmr.com>
Co-authored-by: gitgaoxiang <gao_xiang@126.com>
Co-authored-by: Christian Schlotter <chrischdi@users.noreply.github.com>
stamzid pushed a commit to Unstructured-IO/prometheus-community-helm-charts that referenced this pull request Mar 3, 2023
…theus-community#2443)

* Updated chart version and dependecies

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* [prometheus-postgres-exporter] DATA_SOURCE_PASS_FILE support (prometheus-community#2437)

Signed-off-by: Anthony TREUILLIER <anthony.treuillier@gmail.com>

Signed-off-by: Anthony TREUILLIER <anthony.treuillier@gmail.com>
Co-authored-by: Anthony TREUILLIER <anthony.treuillier.ext@orange.com>
Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* [kube-prometheus-stack] bump grafana 6.37.1 (9.1.2) (prometheus-community#2431)

* [prometheus-smartctl-exporter] Initial stab at a prometheus-smartctl-exporter chart (prometheus-community#2357)

* Initial stab at a prometheus-smartctl-exporter chart

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

* Update values.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update CODEOWNERS

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update Chart.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update tolerations to match node exporters

Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>

* Fix spacing on tolerations

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-adapter] Update To v0.10.0 (prometheus-community#2366)

Signed-off-by: Dan Peric <dperic@axon.com>

Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] add thanosRulerSpec.alertmanagersConfig config (prometheus-community#2358)

Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bump helm/chart-testing-action from 2.2.1 to 2.3.0 (prometheus-community#2368)

Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[kube-state-metrics]: add image sha support for image specified (prometheus-community#2370)

* feat[kube-state-metrics]: add image sha support for image specified

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: bump kube-state-metrics chart version

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: fix semantic version for kube-state-metrics chart

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Update Chart.yaml (prometheus-community#2371)

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Fix smartctl image and servicemonitor. (prometheus-community#2365)

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[prometheus-node-exporter]: add image sha support for image specified (prometheus-community#2377)

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Add evaluationInterval to Thanos Ruler (prometheus-community#2374)

* feat:add evaluationintervar to ruler

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change evaluationInterval

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* fix:trailingspaces

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-stackdriver-exporter] Fix spec.serviceAccountName (prometheus-community#2378)

* fix spec.serviceAccountName

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* kubernetes/kubernetes#72519

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* Update charts/prometheus-stackdriver-exporter/Chart.yaml

Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* fix(prometheus-postgres-exporter): convert port variable to int (prometheus-community#2372)

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template (prometheus-community#2233)

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template

Signed-off-by: Staz <stanislav.93.18@gmail.com>

* Update charts/kube-prometheus-stack/Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove line

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove whitespace

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat: bump nats-exporter version (prometheus-community#2387)

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-node-exporter] Update labels to match best practices (prometheus-community#2212)

* [prometheus-node-exporter] Update labels

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme and notes after successfull upgrade

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Update charts/prometheus-node-exporter/README.md

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix labels for service account

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-postgres-exporter] Fix indentation (prometheus-community#2388)

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] make DaemonSet available (prometheus-community#2394)

Signed-off-by: Taro Kitano <unchemist@gmail.com>

Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-mongodb-exporter] fixing default mongodb uri (prometheus-community#2379)

* fixed default mongo endpoint for mongodb exporter

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* changing it back

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* signing off now

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* update chart version

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-redis-exporter] support redis password file secret volume mount (prometheus-community#2401)

* [prometheus-redis-exporter] support redis password file secret volume mount

Signed-off-by: sat-devopsnow <sat@opsverse.io>

* Remove extraneous newline

Signed-off-by: sat-devopsnow <sat@opsverse.io>

Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Hint offline sources (prometheus-community#2411)

[kube-prometheus-stack]

* Hint for replacing image sources for containers:
	- grafana
	- sidecar
	- kube-state-metrics
	- prometheus-node-exporter

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

[kube-prometheus-stack]

* Bump chart version

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] SecurityContext for webhook job create/patch container (prometheus-community#2406)

* Stumbled in to this when working with kyverno and enforced strict policies.

Kyverno and using strict policy configuration, job create for `ingress-nginx-admission-create` fails with policies `require-drop-all`and `disallow-privilege-escalation`. Adding the ability to configure containers in webhooks create and patch from helm values.

> k describe job monitoring-kube-prometheus-admission-patch
```
resource Pod/my-namespace/monitoring-kube-prometheus-admission-patch-njdkq was blocked due to the following policies

disallow-capabilities-strict:
  require-drop-all: 'validation failure: Containers must drop `ALL` capabilities.'
disallow-privilege-escalation:
  privilege-escalation: 'validation error: Privilege escalation is disallowed. The
    fields spec.containers[*].securityContext.allowPrivilegeEscalation, spec.initContainers[*].securityContext.allowPrivilegeEscalation,
    and spec.ephemeralContainers[*].securityContext.allowPrivilegeEscalation must
    be set to `false`. Rule privilege-escalation failed at path /spec/containers/0/securityContext/'
```

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* Chart Version bumped

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* merge master

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* issue with nil pointer for if, use with

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* check for nil earlier

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* leard something about helm today, i need to spec the path right to get it to work..

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* tidy values.yaml, remove extra newlines

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Fix selfMonitor port (prometheus-community#2418)

[kube-state-metrics] Fix selfMonitor port (prometheus-community#2418)

Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] update ingress api version template to support multiple kubernetes versions (prometheus-community#2395)

* update support of ingress api version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

* update the chart version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-json-exporter] open service configuration (prometheus-community#2414)

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Bump kube-state-metrics version to v2.6.0 (prometheus-community#2422)

Bumps the version of the referenced kube-state-metrics image to the latest released version v2.6.0.

Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Updated chart version and dependecies

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bumping version again

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>
Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Co-authored-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Co-authored-by: dpericaxon <108087612+dpericaxon@users.noreply.github.com>
Co-authored-by: Zadkiel Aharonian <hello@zadkiel.fr>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Rangel <53613592+francRang@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: heliapb <66432275+heliapb@users.noreply.github.com>
Co-authored-by: Tuan Anh Nguyen <48820639+tuananhnguyen-ct@users.noreply.github.com>
Co-authored-by: Rustem Sagdeev <50661238+SagdeevRR@users.noreply.github.com>
Co-authored-by: Staz <stanislav.93.18@gmail.com>
Co-authored-by: Mikhail Naletov <36846182+okgolove@users.noreply.github.com>
Co-authored-by: Quentin Bisson <quentin@giantswarm.io>
Co-authored-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Co-authored-by: tkit <unchemist@gmail.com>
Co-authored-by: Ihor Parkhomenko <66701064+Ihor16@users.noreply.github.com>
Co-authored-by: sat-devopsnow <sat@opsverse.io>
Co-authored-by: moroviintaas <moroviintaas@gmail.com>
Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Co-authored-by: Zhaojun Li <zhaojun.li@hotmail.com>
Co-authored-by: David He <david.sipd.he@fmr.com>
Co-authored-by: gitgaoxiang <gao_xiang@126.com>
Co-authored-by: Christian Schlotter <chrischdi@users.noreply.github.com>
Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* Blumping grafana version

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* Reising version as minor

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>
Signed-off-by: Anthony TREUILLIER <anthony.treuillier@gmail.com>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>
Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Co-authored-by: antrema <anthony.treuillier@gmail.com>
Co-authored-by: Anthony TREUILLIER <anthony.treuillier.ext@orange.com>
Co-authored-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Co-authored-by: dpericaxon <108087612+dpericaxon@users.noreply.github.com>
Co-authored-by: Zadkiel Aharonian <hello@zadkiel.fr>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Rangel <53613592+francRang@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: heliapb <66432275+heliapb@users.noreply.github.com>
Co-authored-by: Tuan Anh Nguyen <48820639+tuananhnguyen-ct@users.noreply.github.com>
Co-authored-by: Rustem Sagdeev <50661238+SagdeevRR@users.noreply.github.com>
Co-authored-by: Staz <stanislav.93.18@gmail.com>
Co-authored-by: Mikhail Naletov <36846182+okgolove@users.noreply.github.com>
Co-authored-by: Quentin Bisson <quentin@giantswarm.io>
Co-authored-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Co-authored-by: tkit <unchemist@gmail.com>
Co-authored-by: Ihor Parkhomenko <66701064+Ihor16@users.noreply.github.com>
Co-authored-by: sat-devopsnow <sat@opsverse.io>
Co-authored-by: moroviintaas <moroviintaas@gmail.com>
Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Co-authored-by: Zhaojun Li <zhaojun.li@hotmail.com>
Co-authored-by: David He <david.sipd.he@fmr.com>
Co-authored-by: gitgaoxiang <gao_xiang@126.com>
Co-authored-by: Christian Schlotter <chrischdi@users.noreply.github.com>
Matiasmct pushed a commit to giffgaff/prometheus-charts that referenced this pull request May 16, 2023
…metheus-community#2212)

* [prometheus-node-exporter] Update labels

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme and notes after successfull upgrade

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Update charts/prometheus-node-exporter/README.md

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix labels for service account

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Matiasmct pushed a commit to giffgaff/prometheus-charts that referenced this pull request May 16, 2023
…nity#2431)

* [prometheus-smartctl-exporter] Initial stab at a prometheus-smartctl-exporter chart (prometheus-community#2357)

* Initial stab at a prometheus-smartctl-exporter chart

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

* Update values.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update CODEOWNERS

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update Chart.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update tolerations to match node exporters

Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>

* Fix spacing on tolerations

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-adapter] Update To v0.10.0 (prometheus-community#2366)

Signed-off-by: Dan Peric <dperic@axon.com>

Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] add thanosRulerSpec.alertmanagersConfig config (prometheus-community#2358)

Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bump helm/chart-testing-action from 2.2.1 to 2.3.0 (prometheus-community#2368)

Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[kube-state-metrics]: add image sha support for image specified (prometheus-community#2370)

* feat[kube-state-metrics]: add image sha support for image specified

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: bump kube-state-metrics chart version

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: fix semantic version for kube-state-metrics chart

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Update Chart.yaml (prometheus-community#2371)

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Fix smartctl image and servicemonitor. (prometheus-community#2365)

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[prometheus-node-exporter]: add image sha support for image specified (prometheus-community#2377)

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Add evaluationInterval to Thanos Ruler (prometheus-community#2374)

* feat:add evaluationintervar to ruler

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change evaluationInterval

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* fix:trailingspaces

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-stackdriver-exporter] Fix spec.serviceAccountName (prometheus-community#2378)

* fix spec.serviceAccountName

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* kubernetes/kubernetes#72519

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* Update charts/prometheus-stackdriver-exporter/Chart.yaml

Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* fix(prometheus-postgres-exporter): convert port variable to int (prometheus-community#2372)

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template (prometheus-community#2233)

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template

Signed-off-by: Staz <stanislav.93.18@gmail.com>

* Update charts/kube-prometheus-stack/Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove line

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove whitespace

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat: bump nats-exporter version (prometheus-community#2387)

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-node-exporter] Update labels to match best practices (prometheus-community#2212)

* [prometheus-node-exporter] Update labels

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme and notes after successfull upgrade

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Update charts/prometheus-node-exporter/README.md

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix labels for service account

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-postgres-exporter] Fix indentation (prometheus-community#2388)

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] make DaemonSet available (prometheus-community#2394)

Signed-off-by: Taro Kitano <unchemist@gmail.com>

Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-mongodb-exporter] fixing default mongodb uri (prometheus-community#2379)

* fixed default mongo endpoint for mongodb exporter

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* changing it back

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* signing off now

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* update chart version

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-redis-exporter] support redis password file secret volume mount (prometheus-community#2401)

* [prometheus-redis-exporter] support redis password file secret volume mount

Signed-off-by: sat-devopsnow <sat@opsverse.io>

* Remove extraneous newline

Signed-off-by: sat-devopsnow <sat@opsverse.io>

Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Hint offline sources (prometheus-community#2411)

[kube-prometheus-stack]

* Hint for replacing image sources for containers:
	- grafana
	- sidecar
	- kube-state-metrics
	- prometheus-node-exporter

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

[kube-prometheus-stack]

* Bump chart version

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] SecurityContext for webhook job create/patch container (prometheus-community#2406)

* Stumbled in to this when working with kyverno and enforced strict policies.

Kyverno and using strict policy configuration, job create for `ingress-nginx-admission-create` fails with policies `require-drop-all`and `disallow-privilege-escalation`. Adding the ability to configure containers in webhooks create and patch from helm values.

> k describe job monitoring-kube-prometheus-admission-patch
```
resource Pod/my-namespace/monitoring-kube-prometheus-admission-patch-njdkq was blocked due to the following policies

disallow-capabilities-strict:
  require-drop-all: 'validation failure: Containers must drop `ALL` capabilities.'
disallow-privilege-escalation:
  privilege-escalation: 'validation error: Privilege escalation is disallowed. The
    fields spec.containers[*].securityContext.allowPrivilegeEscalation, spec.initContainers[*].securityContext.allowPrivilegeEscalation,
    and spec.ephemeralContainers[*].securityContext.allowPrivilegeEscalation must
    be set to `false`. Rule privilege-escalation failed at path /spec/containers/0/securityContext/'
```

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* Chart Version bumped

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* merge master

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* issue with nil pointer for if, use with

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* check for nil earlier

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* leard something about helm today, i need to spec the path right to get it to work..

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* tidy values.yaml, remove extra newlines

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Fix selfMonitor port (prometheus-community#2418)

[kube-state-metrics] Fix selfMonitor port (prometheus-community#2418)

Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] update ingress api version template to support multiple kubernetes versions (prometheus-community#2395)

* update support of ingress api version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

* update the chart version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-json-exporter] open service configuration (prometheus-community#2414)

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Bump kube-state-metrics version to v2.6.0 (prometheus-community#2422)

Bumps the version of the referenced kube-state-metrics image to the latest released version v2.6.0.

Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Updated chart version and dependecies

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bumping version again

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>
Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Co-authored-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Co-authored-by: dpericaxon <108087612+dpericaxon@users.noreply.github.com>
Co-authored-by: Zadkiel Aharonian <hello@zadkiel.fr>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Rangel <53613592+francRang@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: heliapb <66432275+heliapb@users.noreply.github.com>
Co-authored-by: Tuan Anh Nguyen <48820639+tuananhnguyen-ct@users.noreply.github.com>
Co-authored-by: Rustem Sagdeev <50661238+SagdeevRR@users.noreply.github.com>
Co-authored-by: Staz <stanislav.93.18@gmail.com>
Co-authored-by: Mikhail Naletov <36846182+okgolove@users.noreply.github.com>
Co-authored-by: Quentin Bisson <quentin@giantswarm.io>
Co-authored-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Co-authored-by: tkit <unchemist@gmail.com>
Co-authored-by: Ihor Parkhomenko <66701064+Ihor16@users.noreply.github.com>
Co-authored-by: sat-devopsnow <sat@opsverse.io>
Co-authored-by: moroviintaas <moroviintaas@gmail.com>
Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Co-authored-by: Zhaojun Li <zhaojun.li@hotmail.com>
Co-authored-by: David He <david.sipd.he@fmr.com>
Co-authored-by: gitgaoxiang <gao_xiang@126.com>
Co-authored-by: Christian Schlotter <chrischdi@users.noreply.github.com>
Matiasmct pushed a commit to giffgaff/prometheus-charts that referenced this pull request May 16, 2023
…theus-community#2443)

* Updated chart version and dependecies

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* [prometheus-postgres-exporter] DATA_SOURCE_PASS_FILE support (prometheus-community#2437)

Signed-off-by: Anthony TREUILLIER <anthony.treuillier@gmail.com>

Signed-off-by: Anthony TREUILLIER <anthony.treuillier@gmail.com>
Co-authored-by: Anthony TREUILLIER <anthony.treuillier.ext@orange.com>
Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* [kube-prometheus-stack] bump grafana 6.37.1 (9.1.2) (prometheus-community#2431)

* [prometheus-smartctl-exporter] Initial stab at a prometheus-smartctl-exporter chart (prometheus-community#2357)

* Initial stab at a prometheus-smartctl-exporter chart

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

* Update values.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update CODEOWNERS

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update Chart.yaml

Signed-off-by: MH <zanhsieh@gmail.com>

Signed-off-by: MH <zanhsieh@gmail.com>

* Update tolerations to match node exporters

Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>

* Fix spacing on tolerations

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-adapter] Update To v0.10.0 (prometheus-community#2366)

Signed-off-by: Dan Peric <dperic@axon.com>

Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] add thanosRulerSpec.alertmanagersConfig config (prometheus-community#2358)

Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bump helm/chart-testing-action from 2.2.1 to 2.3.0 (prometheus-community#2368)

Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[kube-state-metrics]: add image sha support for image specified (prometheus-community#2370)

* feat[kube-state-metrics]: add image sha support for image specified

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: bump kube-state-metrics chart version

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

* chore: fix semantic version for kube-state-metrics chart

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Update Chart.yaml (prometheus-community#2371)

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Fix smartctl image and servicemonitor. (prometheus-community#2365)

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat[prometheus-node-exporter]: add image sha support for image specified (prometheus-community#2377)

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>

Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Add evaluationInterval to Thanos Ruler (prometheus-community#2374)

* feat:add evaluationintervar to ruler

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change chartversion

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* feat:change evaluationInterval

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

* fix:trailingspaces

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>

Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-stackdriver-exporter] Fix spec.serviceAccountName (prometheus-community#2378)

* fix spec.serviceAccountName

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* kubernetes/kubernetes#72519

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

* Update charts/prometheus-stackdriver-exporter/Chart.yaml

Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>

Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* fix(prometheus-postgres-exporter): convert port variable to int (prometheus-community#2372)

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>

Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template (prometheus-community#2233)

* [kube-prometheus-stack] Setting a custom timeout in admission mutatingWebhookConfiguration - Prometheus Operator chart Template

Signed-off-by: Staz <stanislav.93.18@gmail.com>

* Update charts/kube-prometheus-stack/Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove line

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

* Remove whitespace

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* feat: bump nats-exporter version (prometheus-community#2387)

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-node-exporter] Update labels to match best practices (prometheus-community#2212)

* [prometheus-node-exporter] Update labels

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme and notes after successfull upgrade

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix readme

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Update charts/prometheus-node-exporter/README.md

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

* Fix labels for service account

Signed-off-by: QuentinBisson <quentin@giantswarm.io>

Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-postgres-exporter] Fix indentation (prometheus-community#2388)

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] make DaemonSet available (prometheus-community#2394)

Signed-off-by: Taro Kitano <unchemist@gmail.com>

Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-mongodb-exporter] fixing default mongodb uri (prometheus-community#2379)

* fixed default mongo endpoint for mongodb exporter

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* changing it back

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* signing off now

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>

* update chart version

Signed-off-by: André Bauer <monotek@users.noreply.github.com>

Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-redis-exporter] support redis password file secret volume mount (prometheus-community#2401)

* [prometheus-redis-exporter] support redis password file secret volume mount

Signed-off-by: sat-devopsnow <sat@opsverse.io>

* Remove extraneous newline

Signed-off-by: sat-devopsnow <sat@opsverse.io>

Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] Hint offline sources (prometheus-community#2411)

[kube-prometheus-stack]

* Hint for replacing image sources for containers:
	- grafana
	- sidecar
	- kube-state-metrics
	- prometheus-node-exporter

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

[kube-prometheus-stack]

* Bump chart version

Signed-off-by: moroviintaas <moroviintaas@gmail.com>

Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-prometheus-stack] SecurityContext for webhook job create/patch container (prometheus-community#2406)

* Stumbled in to this when working with kyverno and enforced strict policies.

Kyverno and using strict policy configuration, job create for `ingress-nginx-admission-create` fails with policies `require-drop-all`and `disallow-privilege-escalation`. Adding the ability to configure containers in webhooks create and patch from helm values.

> k describe job monitoring-kube-prometheus-admission-patch
```
resource Pod/my-namespace/monitoring-kube-prometheus-admission-patch-njdkq was blocked due to the following policies

disallow-capabilities-strict:
  require-drop-all: 'validation failure: Containers must drop `ALL` capabilities.'
disallow-privilege-escalation:
  privilege-escalation: 'validation error: Privilege escalation is disallowed. The
    fields spec.containers[*].securityContext.allowPrivilegeEscalation, spec.initContainers[*].securityContext.allowPrivilegeEscalation,
    and spec.ephemeralContainers[*].securityContext.allowPrivilegeEscalation must
    be set to `false`. Rule privilege-escalation failed at path /spec/containers/0/securityContext/'
```

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* Chart Version bumped

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* merge master

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* issue with nil pointer for if, use with

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* check for nil earlier

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* leard something about helm today, i need to spec the path right to get it to work..

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

* tidy values.yaml, remove extra newlines

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>

Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Fix selfMonitor port (prometheus-community#2418)

[kube-state-metrics] Fix selfMonitor port (prometheus-community#2418)

Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-snmp-exporter] update ingress api version template to support multiple kubernetes versions (prometheus-community#2395)

* update support of ingress api version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

* update the chart version

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>

Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [prometheus-json-exporter] open service configuration (prometheus-community#2414)

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

* [prometheus-json-exporter] open service configuration

Signed-off-by: gaoxiang <hs@38658>

Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* [kube-state-metrics] Bump kube-state-metrics version to v2.6.0 (prometheus-community#2422)

Bumps the version of the referenced kube-state-metrics image to the latest released version v2.6.0.

Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Updated chart version and dependecies

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

* Bumping version again

Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>
Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Co-authored-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Co-authored-by: dpericaxon <108087612+dpericaxon@users.noreply.github.com>
Co-authored-by: Zadkiel Aharonian <hello@zadkiel.fr>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Rangel <53613592+francRang@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: heliapb <66432275+heliapb@users.noreply.github.com>
Co-authored-by: Tuan Anh Nguyen <48820639+tuananhnguyen-ct@users.noreply.github.com>
Co-authored-by: Rustem Sagdeev <50661238+SagdeevRR@users.noreply.github.com>
Co-authored-by: Staz <stanislav.93.18@gmail.com>
Co-authored-by: Mikhail Naletov <36846182+okgolove@users.noreply.github.com>
Co-authored-by: Quentin Bisson <quentin@giantswarm.io>
Co-authored-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Co-authored-by: tkit <unchemist@gmail.com>
Co-authored-by: Ihor Parkhomenko <66701064+Ihor16@users.noreply.github.com>
Co-authored-by: sat-devopsnow <sat@opsverse.io>
Co-authored-by: moroviintaas <moroviintaas@gmail.com>
Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Co-authored-by: Zhaojun Li <zhaojun.li@hotmail.com>
Co-authored-by: David He <david.sipd.he@fmr.com>
Co-authored-by: gitgaoxiang <gao_xiang@126.com>
Co-authored-by: Christian Schlotter <chrischdi@users.noreply.github.com>
Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* Blumping grafana version

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

* Reising version as minor

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>

Signed-off-by: andrejshapal <njuhaandrej@mail.ru>
Signed-off-by: Anthony TREUILLIER <anthony.treuillier@gmail.com>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: MH <zanhsieh@gmail.com>
Signed-off-by: kfox1111 <Kevin.Fox@pnnl.gov>
Signed-off-by: andrejshapal <96792836+andrejshapal@users.noreply.github.com>
Signed-off-by: Dan Peric <dperic@axon.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: francisco.rangel-heb <rangel.francisco@heb.com>
Signed-off-by: André Bauer <monotek@users.noreply.github.com>
Signed-off-by: helia.barroso <helia.barroso@farfetch.com>
Signed-off-by: Tuan Anh Nguyen <tuananh.nguyen-ext@commercetools.de>
Signed-off-by: sagdeevrr <sagdeevrsrf@gmail.com>
Signed-off-by: Staz <stanislav.93.18@gmail.com>
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Signed-off-by: Taro Kitano <unchemist@gmail.com>
Signed-off-by: Ihor16 <ihor.o.parkhomenko@gmail.com>
Signed-off-by: sat-devopsnow <sat@opsverse.io>
Signed-off-by: moroviintaas <moroviintaas@gmail.com>
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
Signed-off-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Signed-off-by: Zhaojun Li <zhaojun.li@hotmail.com>
Signed-off-by: He, David (SIPD) <David.SIPD.He@fmr.com>
Signed-off-by: gaoxiang <hs@38658>
Signed-off-by: Christian Schlotter <christi.schlotter@gmail.com>
Co-authored-by: antrema <anthony.treuillier@gmail.com>
Co-authored-by: Anthony TREUILLIER <anthony.treuillier.ext@orange.com>
Co-authored-by: kfox1111 <Kevin.Fox@pnnl.gov>
Co-authored-by: MH <zanhsieh@gmail.com>
Co-authored-by: dpericaxon <108087612+dpericaxon@users.noreply.github.com>
Co-authored-by: Zadkiel Aharonian <hello@zadkiel.fr>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Rangel <53613592+francRang@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: heliapb <66432275+heliapb@users.noreply.github.com>
Co-authored-by: Tuan Anh Nguyen <48820639+tuananhnguyen-ct@users.noreply.github.com>
Co-authored-by: Rustem Sagdeev <50661238+SagdeevRR@users.noreply.github.com>
Co-authored-by: Staz <stanislav.93.18@gmail.com>
Co-authored-by: Mikhail Naletov <36846182+okgolove@users.noreply.github.com>
Co-authored-by: Quentin Bisson <quentin@giantswarm.io>
Co-authored-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
Co-authored-by: tkit <unchemist@gmail.com>
Co-authored-by: Ihor Parkhomenko <66701064+Ihor16@users.noreply.github.com>
Co-authored-by: sat-devopsnow <sat@opsverse.io>
Co-authored-by: moroviintaas <moroviintaas@gmail.com>
Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
Co-authored-by: Zhaojun Li <zhaojun.li@hotmail.com>
Co-authored-by: David He <david.sipd.he@fmr.com>
Co-authored-by: gitgaoxiang <gao_xiang@126.com>
Co-authored-by: Christian Schlotter <chrischdi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants