We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ffc8f commit d3db713Copy full SHA for d3db713
test/template/template_test.go
@@ -90,7 +90,7 @@ func TestChartTemplateLogCollection(t *testing.T) {
90
91
// Verify the image matches
92
expectedImage1 := "marklogicdb/marklogic-db:latest"
93
- expectedImage2 := "fluent/fluent-bit:1.9.7"
+ expectedImage2 := "fluent/fluent-bit:2.0.6"
94
95
statefulSetContainers := statefulset.Spec.Template.Spec.Containers
96
require.Equal(t, len(statefulSetContainers), 2)
0 commit comments