Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
Dominik Rosiek committed Jul 7, 2022
1 parent 8f5f19a commit 72eadd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/helm/logs_otc_daemonset/static/complex.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 72eadd2

Please sign in to comment.