Skip to content

Commit

Permalink
chore(deps): update oaas-observability (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-renovate-bot authored Aug 6, 2024
1 parent 4c22700 commit 0b5f133
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.4.0
version: 8.4.1
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.25.1
Expand All @@ -13,12 +13,12 @@ dependencies:
version: 2.0.1
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.65.0
version: 0.65.1
- name: vector-agent
repository: https://helm.vector.dev
version: 0.21.3
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.16.4
digest: sha256:b3d39e07d5e8d77a0b0628f33cfb5d52f670f31daed9006cf65f969e6974b1a7
generated: "2024-08-01T20:08:06.908293438Z"
digest: sha256:24a569867cf7089419283578e70a6b300c75e75ea23331dc947e84673abcb065
generated: "2024-08-02T20:07:25.706719843Z"
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.2.15
version: 2.2.16
maintainers:
- name: langecode
email: tal@netic.dk
- name: KimNorgaard
email: kn@netic.dk
dependencies:
- name: grafana
version: 8.4.0
version: 8.4.1
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.65.0
version: 0.65.1
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.2.15](https://img.shields.io/badge/Version-2.2.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.2.16](https://img.shields.io/badge/Version-2.2.16-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.4.0 |
| https://grafana.github.io/helm-charts | grafana | 8.4.1 |
| https://grafana.github.io/helm-charts | promtail | 6.16.4 |
| https://helm.vector.dev | vector-agent | 0.21.3 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.65.0 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.65.1 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.25.1 |

## Configuration
Expand Down

0 comments on commit 0b5f133

Please sign in to comment.