From 8734a72fa9530566791a137ed17cec5c9bd7ecf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:46:13 +0000 Subject: [PATCH] chore(deps): update newrelic/nr-otel-collector docker tag to v0.8.0 --- charts/nr-k8s-otel-collector/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nr-k8s-otel-collector/values.yaml b/charts/nr-k8s-otel-collector/values.yaml index a296909a4..4c9ace98a 100644 --- a/charts/nr-k8s-otel-collector/values.yaml +++ b/charts/nr-k8s-otel-collector/values.yaml @@ -17,7 +17,7 @@ image: # -- The pull policy is defaulted to IfNotPresent, which skips pulling an image if it already exists. If pullPolicy is defined without a specific value, it is also set to Always. pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion. - tag: "0.7.1" + tag: "0.8.0" # -- Name of the Kubernetes cluster monitored. Mandatory. Can be configured also with `global.cluster` cluster: ""