Skip to content

Commit

Permalink
chore(deps): update oaas-observability (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-renovate-bot authored Nov 4, 2024
1 parent 1904f14 commit 3028bf0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.8
version: 8.5.11
- 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.4
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.71.1
version: 0.72.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:e43a4af5a873cb11e0e23315485898406f817fff9710556c4b45dfe91801c8bc
generated: "2024-10-19T04:07:23.751008239Z"
digest: sha256:ed018246eb92119520e3f9d3af3e53fb42c46ad632276f2dd605ddc495ebe341
generated: "2024-11-02T00:16:39.642200751Z"
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.6
version: 2.3.7
maintainers:
- name: langecode
email: [email protected]
- name: KimNorgaard
email: [email protected]
dependencies:
- name: grafana
version: 8.5.8
version: 8.5.11
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.71.1
version: 0.72.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-operator.enabled
- name: vector-agent
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.6](https://img.shields.io/badge/Version-2.3.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.3.7](https://img.shields.io/badge/Version-2.3.7-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.8 |
| https://grafana.github.io/helm-charts | grafana | 8.5.11 |
| 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.71.1 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.72.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.26.0 |

## Configuration
Expand Down

0 comments on commit 3028bf0

Please sign in to comment.