File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
# Init container image parameters
26
26
initContainerImage :
27
27
repository : curlimages/curl
28
- tag : 7.85 .0
28
+ tag : 7.87 .0
29
29
pullPolicy : IfNotPresent
30
30
31
31
# Configure the imagePullSecret to pull the image from private repository that requires credential
@@ -138,7 +138,7 @@ startupProbe:
138
138
# And export them to a logging backend specified in the outputs section below
139
139
logCollection :
140
140
enabled : false
141
- image : fluent/fluent-bit:1.9.7
141
+ image : fluent/fluent-bit:2.0.6
142
142
resources :
143
143
requests :
144
144
cpu : " 100m"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ func TestChartTemplateLogCollection(t *testing.T) {
90
90
91
91
// Verify the image matches
92
92
expectedImage1 := "marklogicdb/marklogic-db:latest"
93
- expectedImage2 := "fluent/fluent-bit:1.9.7 "
93
+ expectedImage2 := "fluent/fluent-bit:2.0.6 "
94
94
95
95
statefulSetContainers := statefulset .Spec .Template .Spec .Containers
96
96
require .Equal (t , len (statefulSetContainers ), 2 )
You can’t perform that action at this time.
0 commit comments