From 414bb141237b10a334cace1404092e5f8ebce7e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:16:42 +0000 Subject: [PATCH] chore(deps): update newrelic/nr-otel-collector docker tag to v0.8.1 --- 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..51fb1424d 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.1" # -- Name of the Kubernetes cluster monitored. Mandatory. Can be configured also with `global.cluster` cluster: ""