From 4e2824317d2576d2a173ccc3cfdf45a592475145 Mon Sep 17 00:00:00 2001 From: Robert Lankford Date: Wed, 11 Dec 2024 13:58:28 -0800 Subject: [PATCH] grafana-sampling: bump alloy version (#3481) Signed-off-by: Robbie Lankford --- charts/grafana-sampling/Chart.lock | 8 ++++---- charts/grafana-sampling/Chart.yaml | 8 ++++---- charts/grafana-sampling/README.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/grafana-sampling/Chart.lock b/charts/grafana-sampling/Chart.lock index acf12b4b57..6db60675b2 100644 --- a/charts/grafana-sampling/Chart.lock +++ b/charts/grafana-sampling/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: alloy repository: https://grafana.github.io/helm-charts - version: 0.6.0 + version: 0.10.1 - name: alloy repository: https://grafana.github.io/helm-charts - version: 0.6.0 -digest: sha256:e9dbff0d3707c403c1fb645eb33920a2219cc3156358134537e89caf39c588a5 -generated: "2024-08-14T10:41:47.606272-07:00" + version: 0.10.1 +digest: sha256:dc461e633c1504ba6c60e11c21afc3346444e175d4e3b7e0b538240c392c81d0 +generated: "2024-12-11T10:44:32.61011-08:00" diff --git a/charts/grafana-sampling/Chart.yaml b/charts/grafana-sampling/Chart.yaml index 90dadf2cd6..3b2c88ca6b 100644 --- a/charts/grafana-sampling/Chart.yaml +++ b/charts/grafana-sampling/Chart.yaml @@ -2,17 +2,17 @@ apiVersion: v2 name: grafana-sampling description: A Helm chart for a layered OTLP tail sampling and metrics generation pipeline. type: application -version: 1.1.0 -appVersion: "v1.3.0" +version: 1.1.1 +appVersion: "v1.5.1" sources: - https://github.com/grafana/alloy - https://grafana.com/docs/grafana-cloud/monitor-applications/application-observability/setup/sampling/tail/ dependencies: - name: alloy - version: 0.6.0 + version: 0.10.1 repository: https://grafana.github.io/helm-charts alias: alloy-deployment - name: alloy - version: 0.6.0 + version: 0.10.1 repository: https://grafana.github.io/helm-charts alias: alloy-statefulset diff --git a/charts/grafana-sampling/README.md b/charts/grafana-sampling/README.md index 24607dddc0..fede95c43a 100644 --- a/charts/grafana-sampling/README.md +++ b/charts/grafana-sampling/README.md @@ -1,6 +1,6 @@ # grafana-sampling -![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.0](https://img.shields.io/badge/AppVersion-v1.3.0-informational?style=flat-square) +![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.5.1](https://img.shields.io/badge/AppVersion-v1.5.1-informational?style=flat-square) A Helm chart for a layered OTLP tail sampling and metrics generation pipeline.