Skip to content

Tags: ochprince/helm-charts

Tags

kube-prometheus-stack-10.2.0

Toggle kube-prometheus-stack-10.2.0'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] Allow use of Prometheus Operator master image…

… tag (prometheus-community#224)

* [kube-prometheus-stack] Allow use of Prometheus master image tag

Signed-off-by: Sally Lehman <[email protected]>

* Modify prometheus operator image tag search to include all build possibilities

Signed-off-by: Sally Lehman <[email protected]>

* Add comment explaining why the manage-crd flag needs to be different for master tags

Signed-off-by: Sally Lehman <[email protected]>

Co-authored-by: Bismarck Paliz <[email protected]>

kube-prometheus-stack-10.1.4

Toggle kube-prometheus-stack-10.1.4'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] Fix requirements.yaml (prometheus-community#269)

Updating repository for kube-state-metrics to use new stable repository URL

Signed-off-by: Bismarck Paliz <[email protected]>

prometheus-stackdriver-exporter-1.4.0

Toggle prometheus-stackdriver-exporter-1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update URL for stable repository (prometheus-community#260)

Signed-off-by: Torsten Walter <[email protected]>

prometheus-elasticsearch-exporter-4.0.0

Toggle prometheus-elasticsearch-exporter-4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update URL for stable repository (prometheus-community#260)

Signed-off-by: Torsten Walter <[email protected]>

kube-prometheus-stack-10.1.3

Toggle kube-prometheus-stack-10.1.3'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] Bump grafana to include PSP fix (prometheus-c…

…ommunity#258)

* Bump grafana to include PSP fix

Signed-off-by: Tim Buchwaldt <[email protected]>

* Bump chart

Signed-off-by: Tim Buchwaldt <[email protected]>

prometheus-blackbox-exporter-4.10.0

Toggle prometheus-blackbox-exporter-4.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[prometheus-blackbox-exporter] Feat use external secret for configura… (

prometheus-community#139)

* [prometheus-blackbox-exporter] Feat use external secret for configuration

Signed-off-by: Marc CYPRIEN <[email protected]>

* [prometheus-blackbox-exporter] Fix Chart Version and rework variables

Signed-off-by: Marc CYPRIEN <[email protected]>

* Update charts/prometheus-blackbox-exporter/values.yaml

Co-authored-by: Cédric de Saint Martin <[email protected]>
Signed-off-by: Cédric de Saint Martin <[email protected]>

Co-authored-by: André Bauer <[email protected]>
Co-authored-by: Cédric de Saint Martin <[email protected]>

prometheus-11.16.5

Toggle prometheus-11.16.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[prometheus] comment for prometheus base url fixing (prometheus-commu…

…nity#256)

* [prometheus] comment for prometheus base url fixing

Signed-off-by: chienfuchen32 <[email protected]>

* bump version

Signed-off-by: chienfuchen32 <[email protected]>

prometheus-druid-exporter-0.8.1

Toggle prometheus-druid-exporter-0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
if not enable serviceMonitor, it will auto add annotations to yaml (p…

…rometheus-community#254)

Signed-off-by: awatercolorpen <[email protected]>

kube-prometheus-stack-10.1.2

Toggle kube-prometheus-stack-10.1.2'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] Doc fixes (prometheus-community#246)

For zero downtime migrations only `nameOverride` needs to be set. Also, fixed a couple minor typos.

Signed-off-by: Bismarck Paliz <[email protected]>

prometheus-11.16.4

Toggle prometheus-11.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[prometheus] Make emptyDir settings consistent across components (pro…

…metheus-community#243)

Currently only prometheus server takes `emptyDir.sizeLimit` for
`deployment` but not for `statefulset`. And alertmanager has no notion
about `emptyDir.sizeLimit` at all.

This change fixes that by following existing pattern of prometheus
server deployment spec, to allow `sizeLimit` to be set for both `server`
and `alertmanager`, regardless it is a deployment spec or statefulset.

On the pushgateway side, existing comment string in `values.yaml`
suggests if `persistentVolume.enabled` set to false, `emptyDir` will be
used. But that's actually not the case. Since the existing pushgateway
deployment spec by default has persistent volume turned off and doesn't
specify emptyDir at all (neither in volume nor  volumeMount), this
change fixes the inconsistency by updating the comment string in
values.yaml

Signed-off-by: Qiu Yu <[email protected]>