Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(logs): change default retention #102

Closed
wants to merge 1 commit into from
Closed

Conversation

arthur-observe
Copy link
Contributor

No description provided.

Copy link
Contributor

The following chart updates are necessary:

diff --git a/charts/logs/Chart.yaml b/charts/logs/Chart.yaml
index db04ede..4d19286 100644
--- a/charts/logs/Chart.yaml
+++ b/charts/logs/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
 name: logs
 description: Observe logs collection
 type: application
-version: 0.1.17
+version: 0.1.18
 dependencies:
   - name: fluent-bit
     version: 0.43.0
diff --git a/charts/stack/Chart.lock b/charts/stack/Chart.lock
index 53ebca0..d54d3ef 100644
--- a/charts/stack/Chart.lock
+++ b/charts/stack/Chart.lock
@@ -1,7 +1,7 @@
 dependencies:
 - name: logs
   repository: file://../logs
-  version: 0.1.17
+  version: 0.1.18
 - name: metrics
   repository: file://../metrics
   version: 0.3.13
@@ -13,6 +13,6 @@ dependencies:
   version: 0.1.4
 - name: traces
   repository: file://../traces
-  version: 0.2.12
-digest: sha256:abddea18d961718c332c92d12a73db2ac1767546ea803445784aac8e564346f9
-generated: "2024-01-28T00:17:21.657996003Z"
+  version: 0.2.13
+digest: sha256:e8ed57ff28633db82e63f9aa55f34e4e95bb6147d91e415e43bfcb7b16d19c91
+generated: "2024-01-30T04:41:40.78062597Z"
diff --git a/charts/stack/Chart.yaml b/charts/stack/Chart.yaml
index 4221724..7c95ab7 100644
--- a/charts/stack/Chart.yaml
+++ b/charts/stack/Chart.yaml
@@ -2,10 +2,10 @@ apiVersion: v2
 name: stack
 description: Observe Kubernetes agent stack
 type: application
-version: 0.4.17
+version: 0.4.18
 dependencies:
   - name: logs
-    version: 0.1.17
+    version: 0.1.18
     repository: file://../logs
     condition: logs.enabled
   - name: metrics
@@ -21,7 +21,7 @@ dependencies:
     repository: file://../proxy
     condition: proxy.enabled
   - name: traces
-    version: 0.2.12
+    version: 0.2.13
     repository: file://../traces
     condition: traces.enabled
 maintainers:
diff --git a/charts/traces/Chart.yaml b/charts/traces/Chart.yaml
index 11e3b08..648e9f6 100644
--- a/charts/traces/Chart.yaml
+++ b/charts/traces/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
 name: traces
 description: Observe OpenTelemetry trace collection
 type: application
-version: 0.2.12
+version: 0.2.13
 dependencies:
   - name: opentelemetry-collector
     version: 0.80.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants