From 72eadd25462a1aa80335aa571e17cdff4d714dca Mon Sep 17 00:00:00 2001 From: Dominik Rosiek Date: Thu, 7 Jul 2022 14:06:30 +0200 Subject: [PATCH] test: fix Signed-off-by: Dominik Rosiek --- tests/helm/logs_otc_daemonset/static/complex.output.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/helm/logs_otc_daemonset/static/complex.output.yaml b/tests/helm/logs_otc_daemonset/static/complex.output.yaml index 9e5502961a..9f01371c28 100644 --- a/tests/helm/logs_otc_daemonset/static/complex.output.yaml +++ b/tests/helm/logs_otc_daemonset/static/complex.output.yaml @@ -6,7 +6,7 @@ metadata: name: RELEASE-NAME-sumologic-otelcol-logs-collector labels: app: RELEASE-NAME-sumologic-otelcol-logs-collector - chart: "sumologic-2.10.0" + chart: "sumologic-%CURRENT_CHART_VERSION%" release: "RELEASE-NAME" heritage: "Helm" spec: @@ -20,8 +20,8 @@ spec: someAnnotation: someValue labels: app.kubernetes.io/name: RELEASE-NAME-sumologic-otelcol-logs-collector - chart: "sumologic-2.10.0" - release: "RELEASE-NAME" + chart: "sumologic-%CURRENT_CHART_VERSION%" + release: "RELEASE-NAME" heritage: "Helm" someLabel: someValue spec: @@ -40,7 +40,7 @@ spec: containers: - args: - --config=/etc/otelcol/config.yaml - image: public.ecr.aws/sumologic/sumologic-otel-collector:0.53.0-sumo-0 + image: public.ecr.aws/sumologic/sumologic-otel-collector:0.54.0-sumo-0 imagePullPolicy: IfNotPresent name: otelcol livenessProbe: