Skip to content

Commit

Permalink
chore(deps): update oaas-observability (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-renovate-bot authored Aug 2, 2024
1 parent 0a8873f commit a90e0ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 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.3.7
version: 8.4.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.25.0
version: 5.25.1
- name: prometheus-node-exporter
repository: file://../prometheus-node-exporter
version: 1.0.16
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.64.4
version: 0.65.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.4
digest: sha256:3d45896754fdf8432333c61a2fa895774cbe9bc7de91d468d30c5dfc19903fd6
generated: "2024-07-30T16:06:49.431318048Z"
digest: sha256:b3d39e07d5e8d77a0b0628f33cfb5d52f670f31daed9006cf65f969e6974b1a7
generated: "2024-08-01T20:08:06.908293438Z"
8 changes: 4 additions & 4 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.14
version: 2.2.15
maintainers:
- name: langecode
email: [email protected]
- name: KimNorgaard
email: [email protected]
dependencies:
- name: grafana
version: 8.3.7
version: 8.4.0
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: kube-state-metrics
version: 5.25.0
version: 5.25.1
repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-node-exporter
version: "*"
Expand All @@ -28,7 +28,7 @@ dependencies:
repository: file://../prometheus-operator
condition: prometheus-operator.enabled
- name: opentelemetry-operator
version: 0.64.4
version: 0.65.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-operator.enabled
- name: vector-agent
Expand Down
8 changes: 4 additions & 4 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.14](https://img.shields.io/badge/Version-2.2.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![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)

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.3.7 |
| https://grafana.github.io/helm-charts | grafana | 8.4.0 |
| 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.64.4 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.25.0 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-operator | 0.65.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.25.1 |

## Configuration

Expand Down

0 comments on commit a90e0ab

Please sign in to comment.