Skip to content

Commit

Permalink
fix: update dependencies (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-abhishekrao authored Jul 25, 2024
1 parent 1160494 commit 225a46d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 30 deletions.
2 changes: 1 addition & 1 deletion charts/logs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: logs
description: Observe logs collection
type: application
version: 0.1.28
version: 0.1.29
dependencies:
- name: fluent-bit
version: 0.47.3
Expand Down
4 changes: 2 additions & 2 deletions charts/logs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# logs

![Version: 0.1.27](https://img.shields.io/badge/Version-0.1.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.29](https://img.shields.io/badge/Version-0.1.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Observe logs collection

Expand All @@ -15,7 +15,7 @@ Observe logs collection
| Repository | Name | Version |
|------------|------|---------|
| file://../endpoint | endpoint | 0.1.11 |
| https://fluent.github.io/helm-charts | fluent-bit | 0.46.11 |
| https://fluent.github.io/helm-charts | fluent-bit | 0.47.3 |

## Values

Expand Down
18 changes: 0 additions & 18 deletions charts/stack/Chart.lock

This file was deleted.

6 changes: 3 additions & 3 deletions charts/stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: stack
description: Observe Kubernetes agent stack
type: application
version: 0.4.35
version: 0.4.36
dependencies:
- name: logs
version: 0.1.28
version: 0.1.29
repository: file://../logs
condition: logs.enabled
- name: metrics
Expand All @@ -21,7 +21,7 @@ dependencies:
repository: file://../proxy
condition: proxy.enabled
- name: traces
version: 0.2.22
version: 0.2.23
repository: file://../traces
condition: traces.enabled
maintainers:
Expand Down
6 changes: 3 additions & 3 deletions charts/stack/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stack

![Version: 0.4.34](https://img.shields.io/badge/Version-0.4.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.4.36](https://img.shields.io/badge/Version-0.4.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Observe Kubernetes agent stack

Expand All @@ -15,10 +15,10 @@ Observe Kubernetes agent stack
| Repository | Name | Version |
|------------|------|---------|
| file://../events | events | 0.1.24 |
| file://../logs | logs | 0.1.27 |
| file://../logs | logs | 0.1.29 |
| file://../metrics | metrics | 0.3.22 |
| file://../proxy | proxy | 0.1.7 |
| file://../traces | traces | 0.2.21 |
| file://../traces | traces | 0.2.23 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/traces/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: traces
description: Observe OpenTelemetry trace collection
type: application
version: 0.2.22
version: 0.2.23
dependencies:
- name: opentelemetry-collector
version: 0.97.2
Expand Down
4 changes: 2 additions & 2 deletions charts/traces/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# traces

![Version: 0.2.21](https://img.shields.io/badge/Version-0.2.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.23](https://img.shields.io/badge/Version-0.2.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Observe OpenTelemetry trace collection

Expand All @@ -16,7 +16,7 @@ Observe OpenTelemetry trace collection
|------------|------|---------|
| file://../endpoint | endpoint | 0.1.11 |
| file://../proxy | proxy | 0.1.7 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.96.0 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.97.2 |

## Values

Expand Down

0 comments on commit 225a46d

Please sign in to comment.