-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update oaas-observability (#288)
* chore(deps): update oaas-observability * fix: docs contained wrong header --------- Co-authored-by: Thor Anker Kvisgård Lange <[email protected]>
- Loading branch information
1 parent
c220135
commit e0c4119
Showing
5 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.18 | ||
version: 2.2.19 | ||
maintainers: | ||
- name: langecode | ||
email: [email protected] | ||
- name: KimNorgaard | ||
email: [email protected] | ||
dependencies: | ||
- name: grafana | ||
version: 8.4.6 | ||
version: 8.5.1 | ||
repository: https://grafana.github.io/helm-charts | ||
condition: grafana.enabled | ||
- name: kube-state-metrics | ||
|
@@ -28,14 +28,14 @@ dependencies: | |
repository: file://../prometheus-operator | ||
condition: prometheus-operator.enabled | ||
- name: opentelemetry-operator | ||
version: 0.68.0 | ||
version: 0.68.1 | ||
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.16.4 | ||
version: 6.16.5 | ||
repository: https://grafana.github.io/helm-charts | ||
condition: promtail.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters