Skip to content

Commit

Permalink
chore(deps): update quay.io/prometheus/prometheus docker tag to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-renovate-bot committed Jan 2, 2025
1 parent 2095036 commit 5f244c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/oaas-observability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12
version: 2.3.13
maintainers:
- name: langecode
email: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions charts/oaas-observability/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# oaas-observability

![Version: 2.3.12](https://img.shields.io/badge/Version-2.3.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.3.13](https://img.shields.io/badge/Version-2.3.13-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

Expand Down Expand Up @@ -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"` | |
Expand Down Expand Up @@ -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` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/oaas-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f244c3

Please sign in to comment.