Skip to content

Commit

Permalink
tests: adjust tests to new Helm Chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Dec 2, 2022
1 parent ca4be78 commit 0b1325f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions tests/helm/metadata_logs_fluentd/static/default_v2.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: RELEASE-NAME-sumologic-fluentd-logs
labels:
app: RELEASE-NAME-sumologic-fluentd-logs
chart: "sumologic-2.18.2"
chart: "sumologic-3.0.0-beta.0"
release: "RELEASE-NAME"
heritage: "Helm"
data:
Expand Down Expand Up @@ -182,7 +182,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs
sumo_client "k8s_2.18.2"
sumo_client "k8s_3.0.0-beta.0"
@log_level error
@include logs.output.conf
<buffer>
Expand Down Expand Up @@ -226,7 +226,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.default
sumo_client "k8s_2.18.2"
sumo_client "k8s_3.0.0-beta.0"
@include logs.output.conf
<buffer>
@type file
Expand Down Expand Up @@ -267,7 +267,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.kubelet
sumo_client "k8s_2.18.2"
sumo_client "k8s_3.0.0-beta.0"
@include logs.output.conf
<buffer>
@type file
Expand Down Expand Up @@ -314,7 +314,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.systemd
sumo_client "k8s_2.18.2"
sumo_client "k8s_3.0.0-beta.0"
@include logs.output.conf
<buffer>
@type file
Expand Down
10 changes: 5 additions & 5 deletions tests/helm/metadata_logs_fluentd/static/templates.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: RELEASE-NAME-sumologic-fluentd-logs
labels:
app: RELEASE-NAME-sumologic-fluentd-logs
chart: "sumologic-2.18.2"
chart: "sumologic-3.0.0-beta.0"
release: "RELEASE-NAME"
heritage: "Helm"
data:
Expand Down Expand Up @@ -182,7 +182,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs
sumo_client "k8s_2.18.2"
sumo_client "k8s_3.0.0-beta.0"
@log_level error
@include logs.output.conf
<buffer>
Expand Down Expand Up @@ -226,7 +226,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.default
sumo_client "k8s_2.18.2"
sumo_client "k8s_3.0.0-beta.0"
@include logs.output.conf
<buffer>
@type file
Expand Down Expand Up @@ -267,7 +267,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.kubelet
sumo_client "k8s_2.18.2"
sumo_client "k8s_3.0.0-beta.0"
@include logs.output.conf
<buffer>
@type file
Expand Down Expand Up @@ -314,7 +314,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.systemd
sumo_client "k8s_2.18.2"
sumo_client "k8s_3.0.0-beta.0"
@include logs.output.conf
<buffer>
@type file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
labels:
app: RELEASE-NAME-sumologic
chart: "sumologic-2.18.2"
chart: "sumologic-3.0.0-beta.0"
release: "RELEASE-NAME"
heritage: "Helm"
data:
Expand Down

0 comments on commit 0b1325f

Please sign in to comment.