Skip to content

Tags: ryanprobus/helm-charts

Tags

kube-prometheus-stack-9.4.7

Toggle kube-prometheus-stack-9.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[kube-prometheus-stack] Replacing hyperkube image with kubectl image …

…from bitnami (prometheus-community#160)

* Replacing hyperkube image with kubectl image from bitnami

Signed-off-by: Bismarck Paliz <bismarck.paliz@jet.com>

* Bumping version

Signed-off-by: Bismarck Paliz <bismarck.paliz@jet.com>

prometheus-consul-exporter-0.2.0

Toggle prometheus-consul-exporter-0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[prometheus-consul-exporter] Support extra containers, environment va…

…riables and volumes (prometheus-community#162)

* [consul-exporter] Support extra containers and volumes

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Add environment variables

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Add Init Container

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

* Fix indentation

Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>

kube-prometheus-stack-9.4.6

Toggle kube-prometheus-stack-9.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added more options for AlertManager ServiceMonitoring (prometheus-com…

…munity#169)

Signed-off-by: Philippe Bürgisser <philippe.burgisser@camptocamp.com>

prometheus-11.16.0

Toggle prometheus-11.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update prometheus image to 2.21.0 (prometheus-community#173)

Signed-off-by: André Bauer <monotek23@gmail.com>

alertmanager-0.1.1

Toggle alertmanager-0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[alertmanager ]fix persistence (prometheus-community#174)

* fix persistence

Signed-off-by: André Bauer <monotek23@gmail.com>

* remove blank lines

Signed-off-by: André Bauer <monotek23@gmail.com>

* removed quotes

Signed-off-by: André Bauer <monotek23@gmail.com>

* fix indent

Signed-off-by: André Bauer <monotek23@gmail.com>

* fix access mode indent

Signed-off-by: André Bauer <monotek23@gmail.com>

kube-prometheus-stack-9.4.5

Toggle kube-prometheus-stack-9.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[kube-prometheus-stack] add podmonitor docs (prometheus-community#164)

Signed-off-by: Mahmoud Saada <mahmoudsaada@gmail.com>

Update charts/kube-prometheus-stack/README.md

Co-authored-by: Scott Rigby <scott@r6by.com>

Update charts/kube-prometheus-stack/README.md

Co-authored-by: Scott Rigby <scott@r6by.com>

bump up Chart.yaml to 9.4.5

Signed-off-by: Mahmoud Saada <mahmoud@weave.works>

alertmanager-0.1.0

Toggle alertmanager-0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[alertmanager] add new chart (prometheus-community#64)

* Add alertmanager chart

Signed-off-by: Naseem <naseem@transit.app>

* mimic readme in other prometheus repos

Signed-off-by: Naseem <naseem@transit.app>

prometheus-adapter-2.7.0

Toggle prometheus-adapter-2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[prometheus-adapter] Add a pod disruption budget (prometheus-communit…

…y#143)

Signed-off-by: Ahmed Nasir <ahmednasir91@gmail.com>

prometheus-adapter-2.6.2

Toggle prometheus-adapter-2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[prometheus-adapter] bugfix psp port range (prometheus-community#135)

Fix the bug in prometheus adapter psp where the port range defined was incorrect max > min.

Signed-off-by: Ahmed Nasir <ahmednasir91@gmail.com>

prometheus-adapter-2.6.1

Toggle prometheus-adapter-2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[prometheus-adapter] Fix auth-reader rolebinding (prometheus-communit…

…y#120)

Fixes an issue with the auth reader role binding to allow the prometheus adapter to read the extension-apiserver-authentication configmap in kube-system.

The extension-apiserver-authentication-reader role resides in the kube-system namespace so the rolebinding will also need to reside in the kube-system namespace.

As an example, in the metrics-server chart, this rolebinding is correctly set up - https://github.com/helm/charts/blob/c5989490cac32d4ca350c5d2f8928dfebff111b3/stable/metrics-server/templates/role-binding.yaml#L6.

For additional reference, this is step 13 in the docs for setting up an extension api server - https://kubernetes.io/docs/tasks/extend-kubernetes/setup-extension-api-server/.

Previous PR in helm/stable - helm/charts#23341

Signed-off-by: Ryler Hockenbury <rhockenbury@predictivetechnologies.com>