Skip to content

Commit

Permalink
chore(deps): update oaas-observability (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-renovate-bot authored Jul 31, 2024
1 parent e96d671 commit 0a8873f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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.6
version: 8.3.7
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.23.0
version: 5.25.0
- name: prometheus-node-exporter
repository: file://../prometheus-node-exporter
version: 1.0.16
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: promtail
repository: https://grafana.github.io/helm-charts
version: 6.16.4
digest: sha256:e9c17eafcd4ee75ac9f08eb6d50d848627519a983955372b2eedc8e013efbc6e
generated: "2024-07-26T12:08:45.829836167Z"
digest: sha256:3d45896754fdf8432333c61a2fa895774cbe9bc7de91d468d30c5dfc19903fd6
generated: "2024-07-30T16:06:49.431318048Z"
6 changes: 3 additions & 3 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.13
version: 2.2.14
maintainers:
- name: langecode
email: [email protected]
- name: KimNorgaard
email: [email protected]
dependencies:
- name: grafana
version: 8.3.6
version: 8.3.7
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: kube-state-metrics
version: 5.23.0
version: 5.25.0
repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-node-exporter
version: "*"
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.13](https://img.shields.io/badge/Version-2.2.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![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)

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.6 |
| https://grafana.github.io/helm-charts | grafana | 8.3.7 |
| 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.23.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.25.0 |

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion charts/oaas-observability/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

grafana:
container_name: grafana
image: grafana/grafana:11.1.1
image: grafana/grafana:11.1.3
depends_on:
- "victoriametrics"
ports:
Expand Down

0 comments on commit 0a8873f

Please sign in to comment.