Tags: ochprince/helm-charts
Tags
[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] 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]>
update URL for stable repository (prometheus-community#260) Signed-off-by: Torsten Walter <[email protected]>
update URL for stable repository (prometheus-community#260) Signed-off-by: Torsten Walter <[email protected]>
[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] 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] 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]>
if not enable serviceMonitor, it will auto add annotations to yaml (p… …rometheus-community#254) Signed-off-by: awatercolorpen <[email protected]>
[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] 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]>
PreviousNext