Skip to content

Commit

Permalink
chore(deps): update oaas-observability
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-renovate-bot committed Nov 7, 2024
1 parent 787843a commit 0c6622f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions charts/oaas-observability/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 8.5.11
version: 8.5.12
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.26.0
Expand All @@ -13,12 +13,12 @@ dependencies:
version: 2.0.5
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.72.0
version: 0.73.0
- name: vector-agent
repository: https://helm.vector.dev
version: 0.21.3
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.16.6
digest: sha256:f43b5a9719e8f28518f15cd3bcb951fdcf3a45ee0e6ce01cf374c3ee0b4ad01f
generated: "2024-11-04T09:42:50.185471+01:00"
digest: sha256:5ca6f8b85e7a4a228dd60e334ad4c77897329306d5abdcc82123372008af1048
generated: "2024-11-07T16:07:04.240246643Z"
6 changes: 3 additions & 3 deletions charts/oaas-observability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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.8
version: 2.3.9
maintainers:
- name: langecode
email: [email protected]
- name: KimNorgaard
email: [email protected]
dependencies:
- name: grafana
version: 8.5.11
version: 8.5.12
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: kube-state-metrics
Expand All @@ -28,7 +28,7 @@ dependencies:
repository: file://../prometheus-operator
condition: prometheus-operator.enabled
- name: opentelemetry-operator
version: 0.72.0
version: 0.73.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-operator.enabled
- name: vector-agent
Expand Down
10 changes: 5 additions & 5 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.8](https://img.shields.io/badge/Version-2.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.3.9](https://img.shields.io/badge/Version-2.3.9-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 @@ -32,10 +32,10 @@ $ helm install my-release netic-oaas/oaas-observability
|------------|------|---------|
| file://../prometheus-node-exporter | prometheus-node-exporter | * |
| file://../prometheus-operator | prometheus-operator | * |
| https://grafana.github.io/helm-charts | grafana | 8.5.11 |
| https://grafana.github.io/helm-charts | grafana | 8.5.12 |
| https://grafana.github.io/helm-charts | promtail | 6.16.6 |
| https://helm.vector.dev | vector-agent | 0.21.3 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.72.0 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.73.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.26.0 |

## Configuration
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.0"` | |
| prometheus.prometheusSpec.image.tag | string | `"v2.55.1"` | |
| 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.0"` | |
| prometheus.prometheusSpec.version | string | `"v2.55.1"` | |
| 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.0
version: v2.55.0
tag: v2.55.1
version: v2.55.1

## 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 0c6622f

Please sign in to comment.