Skip to content

Commit

Permalink
chore(deps): update oaas-observability (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-renovate-bot authored Jun 10, 2024
1 parent e88ca37 commit a0dec2c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions charts/oaas-observability/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies:
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 8.0.0
version: 8.0.1
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.19.1
version: 5.20.0
- name: prometheus-node-exporter
repository: file://../prometheus-node-exporter
version: 1.0.16
Expand All @@ -13,12 +13,12 @@ dependencies:
version: 2.0.0
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.61.0
version: 0.62.0
- name: vector-agent
repository: https://helm.vector.dev
version: 0.21.3
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.15.5
digest: sha256:1ba0b6c23433782c9d087d08c0a43c5b41b71d09477b9db21777b7f0be3f3742
generated: "2024-06-06T16:06:42.680429244Z"
version: 6.16.0
digest: sha256:de577e4c4762cd7a777d3faaf3d13d727f4bb4f84e9949d624edca5b69f0fc86
generated: "2024-06-10T08:08:03.731159367Z"
10 changes: 5 additions & 5 deletions charts/oaas-observability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ 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.2.5
version: 2.2.6
maintainers:
- name: langecode
email: tal@netic.dk
- name: KimNorgaard
email: kn@netic.dk
dependencies:
- name: grafana
version: 8.0.0
version: 8.0.1
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: kube-state-metrics
version: 5.19.1
version: 5.20.0
repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-node-exporter
version: "*"
Expand All @@ -28,14 +28,14 @@ dependencies:
repository: file://../prometheus-operator
condition: prometheus-operator.enabled
- name: opentelemetry-operator
version: 0.61.0
version: 0.62.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-operator.enabled
- name: vector-agent
version: 0.21.3
repository: https://helm.vector.dev
condition: vector-agent.enabled
- name: promtail
version: 6.15.5
version: 6.16.0
repository: https://grafana.github.io/helm-charts
condition: promtail.enabled
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.2.5](https://img.shields.io/badge/Version-2.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.2.6](https://img.shields.io/badge/Version-2.2.6-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,11 +32,11 @@ $ 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.0.0 |
| https://grafana.github.io/helm-charts | promtail | 6.15.5 |
| https://grafana.github.io/helm-charts | grafana | 8.0.1 |
| https://grafana.github.io/helm-charts | promtail | 6.16.0 |
| https://helm.vector.dev | vector-agent | 0.21.3 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.61.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.19.1 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.62.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.20.0 |

## Configuration

Expand Down

0 comments on commit a0dec2c

Please sign in to comment.