diff --git a/charts/prometheus/Chart.yaml b/charts/prometheus/Chart.yaml index aa5f7e71..68343d76 100644 --- a/charts/prometheus/Chart.yaml +++ b/charts/prometheus/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 name: prometheus type: application -version: "2.1.9" +version: "2.1.10" # renovate: image=quay.io/prometheus/prometheus -appVersion: "v2.54.1" +appVersion: "v2.55.0" description: A Helm chart to install Prometheus based on Prometheus Operator home: https://prometheus.io/ sources: diff --git a/charts/prometheus/README.md b/charts/prometheus/README.md index a4f6ca7a..ccbb64f3 100644 --- a/charts/prometheus/README.md +++ b/charts/prometheus/README.md @@ -2,7 +2,7 @@ # prometheus -![Version: 2.1.9](https://img.shields.io/badge/Version-2.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.54.1](https://img.shields.io/badge/AppVersion-v2.54.1-informational?style=flat-square) +![Version: 2.1.10](https://img.shields.io/badge/Version-2.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.55.0](https://img.shields.io/badge/AppVersion-v2.55.0-informational?style=flat-square) A Helm chart to install Prometheus based on Prometheus Operator @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the Node Exporter chart | ingress.enabled | bool | `false` | | | prometheusSpec.alerting | object | `{}` | | | prometheusSpec.externalLabels | object | `{}` | | -| prometheusSpec.image | string | `"quay.io/prometheus/prometheus:v2.54.1"` | | +| prometheusSpec.image | string | `"quay.io/prometheus/prometheus:v2.55.0"` | | | prometheusSpec.podMonitorNamespaceSelector | object | `{}` | | | prometheusSpec.podMonitorSelector | object | `{}` | | | prometheusSpec.priorityClassName | string | `"secure-cloud-stack-technical-operations-critical"` | | @@ -75,7 +75,7 @@ The following table lists the configurable parameters of the Node Exporter chart | prometheusSpec.serviceMonitorNamespaceSelector | object | `{}` | | | prometheusSpec.serviceMonitorSelector | object | `{}` | | | prometheusSpec.storage | object | `{}` | | -| prometheusSpec.version | string | `"v2.54.1"` | | +| prometheusSpec.version | string | `"v2.55.0"` | | | serviceAccount.create | bool | `true` | | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, diff --git a/charts/prometheus/values.yaml b/charts/prometheus/values.yaml index 962be77a..5a0e1896 100644 --- a/charts/prometheus/values.yaml +++ b/charts/prometheus/values.yaml @@ -10,8 +10,8 @@ serviceAccount: # prometheusSpec will define the Prometheus instance using the Prometheus Operator CRD prometheusSpec: replicas: 2 - image: quay.io/prometheus/prometheus:v2.54.1 - version: v2.54.1 + image: quay.io/prometheus/prometheus:v2.55.0 + version: v2.55.0 serviceMonitorNamespaceSelector: {} serviceMonitorSelector: {} ruleNamespaceSelector: {}