diff --git a/charts/oaas-observability/Chart.yaml b/charts/oaas-observability/Chart.yaml index fec3df09..99f1f4dc 100644 --- a/charts/oaas-observability/Chart.yaml +++ b/charts/oaas-observability/Chart.yaml @@ -5,7 +5,7 @@ description: A Helm chart to deploy obeservability stack on Kubernetes home: https://github.com/neticdk/k8s-oaas-observability sources: - https://github.com/neticdk/k8s-oaas-observability -version: 2.3.16 +version: 2.3.17 maintainers: - name: langecode email: tal@netic.dk diff --git a/charts/oaas-observability/README.md b/charts/oaas-observability/README.md index e97394a8..34a57290 100644 --- a/charts/oaas-observability/README.md +++ b/charts/oaas-observability/README.md @@ -1,6 +1,6 @@ # oaas-observability -![Version: 2.3.16](https://img.shields.io/badge/Version-2.3.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.3.17](https://img.shields.io/badge/Version-2.3.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart to deploy obeservability stack on Kubernetes @@ -414,7 +414,7 @@ $ helm install my-release netic-oaas/oaas-observability | prometheus.prometheusSpec.externalLabels.cluster | string | `"dummy"` | | | prometheus.prometheusSpec.externalUrl | string | `""` | | | prometheus.prometheusSpec.image.repository | string | `"quay.io/prometheus/prometheus"` | | -| prometheus.prometheusSpec.image.tag | string | `"v2.55.1"` | | +| prometheus.prometheusSpec.image.tag | string | `"v3.1.0"` | | | prometheus.prometheusSpec.initContainers | list | `[]` | | | prometheus.prometheusSpec.listenLocal | bool | `false` | | | prometheus.prometheusSpec.logFormat | string | `"logfmt"` | | @@ -456,7 +456,7 @@ $ helm install my-release netic-oaas/oaas-observability | prometheus.prometheusSpec.storageSpec | object | `{}` | | | prometheus.prometheusSpec.thanos | object | `{}` | | | prometheus.prometheusSpec.tolerations | list | `[]` | | -| prometheus.prometheusSpec.version | string | `"v2.55.1"` | | +| prometheus.prometheusSpec.version | string | `"v3.1.0"` | | | prometheus.prometheusSpec.volumeMounts | list | `[]` | | | prometheus.prometheusSpec.volumes | list | `[]` | | | prometheus.prometheusSpec.walCompression | bool | `false` | | diff --git a/charts/oaas-observability/values.yaml b/charts/oaas-observability/values.yaml index c6ffbe3c..60a730a3 100644 --- a/charts/oaas-observability/values.yaml +++ b/charts/oaas-observability/values.yaml @@ -1168,8 +1168,8 @@ prometheus: ## image: repository: quay.io/prometheus/prometheus - tag: v2.55.1 - version: v2.55.1 + tag: v3.1.0 + version: v3.1.0 ## additionalScrapeConfigs for adding scape configs (https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config). ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#prometheusspec