diff --git a/operations/helm/charts/alloy/Chart.yaml b/operations/helm/charts/alloy/Chart.yaml index f4159ac9c6..d8cb51b839 100644 --- a/operations/helm/charts/alloy/Chart.yaml +++ b/operations/helm/charts/alloy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: alloy description: 'Grafana Alloy' type: application -version: 0.10.1 +version: 0.10.2 appVersion: 'v1.5.1' icon: https://raw.githubusercontent.com/grafana/alloy/main/docs/sources/assets/alloy_icon_orange.svg diff --git a/operations/helm/charts/alloy/README.md b/operations/helm/charts/alloy/README.md index 32bbc451d1..56ea6a570f 100644 --- a/operations/helm/charts/alloy/README.md +++ b/operations/helm/charts/alloy/README.md @@ -1,6 +1,6 @@ # Grafana Alloy Helm chart -![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![AppVersion: v1.5.1](https://img.shields.io/badge/AppVersion-v1.5.1-informational?style=flat-square) +![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.10.2](https://img.shields.io/badge/Version-0.10.2-informational?style=flat-square) ![AppVersion: v1.5.1](https://img.shields.io/badge/AppVersion-v1.5.1-informational?style=flat-square) Helm chart for deploying [Grafana Alloy][] to Kubernetes. diff --git a/operations/helm/charts/alloy/values.yaml b/operations/helm/charts/alloy/values.yaml index ba9aae73d9..be0dc64421 100644 --- a/operations/helm/charts/alloy/values.yaml +++ b/operations/helm/charts/alloy/values.yaml @@ -111,7 +111,12 @@ alloy: # -- Resource requests and limits to apply to the Grafana Alloy container. resources: {} - +# limits: +# cpu: "1" +# memory: "1Gi" +# requests: +# cpu: "1" +# memory: "1Gi" # -- Set lifecycle hooks for the Grafana Alloy container. lifecycle: {} # preStop: @@ -166,10 +171,13 @@ configReloader: # -- Override the args passed to the container. customArgs: [] # -- Resource requests and limits to apply to the config reloader container. - resources: - requests: - cpu: "1m" - memory: "5Mi" + resources: {} +# limits: +# cpu: "1m" +# memory: "5Mi" +# requests: +# cpu: "1m" +# memory: "5Mi" # -- Security context to apply to the Grafana configReloader container. securityContext: {}