Skip to content

Commit

Permalink
chore(helm/tests): bump defaultK8sVersion to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Sep 8, 2023
1 parent 2fa51e0 commit 2db1a4b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/helm/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const (
chartName = "sumologic"
releaseName = "collection-test"
defaultNamespace = "sumologic"
defaultK8sVersion = "1.23.0"
defaultK8sVersion = "1.26.0"
testDataDirectory = "./testdata"
otelConfigFileName = "config.yaml"
otelImageFIPSSuffix = "-fips"
Expand Down
1 change: 0 additions & 1 deletion tests/helm/testdata/goldenfile/logs_otc/basic.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ data:
type: remove
receivers:
filelog/containers:
fingerprint_size: 17408
include:
- /var/log/pods/*/*/*.log
include_file_name: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ data:
type: remove
receivers:
filelog/containers:
fingerprint_size: 17408
include:
- /var/log/pods/*/*/*.log
include_file_name: false
Expand Down

0 comments on commit 2db1a4b

Please sign in to comment.