File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
114
114
| ` image.tag ` | Image tag for MarkLogic image | ` 11.0.3-centos-1.0.2 ` |
115
115
| ` image.pullPolicy ` | Image pull policy for MarkLogic image | ` IfNotPresent ` |
116
116
| ` initContainerImage.repository ` | Repository for initContainer image | ` curlimages/curl ` |
117
- | ` initContainerImage.tag ` | Image tag for initContainer image | ` 7.87 .0` |
117
+ | ` initContainerImage.tag ` | Image tag for initContainer image | ` 8.4 .0` |
118
118
| ` initContainerImage.pullPolicy ` | Pull policy for initContainer image | ` IfNotPresent ` |
119
119
| ` imagePullSecrets ` | Registry secret names as an array | ` [] ` |
120
120
| ` resources ` | The resource requests and limits for MarkLogic container | ` {} ` |
@@ -172,7 +172,7 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
172
172
| ` startupProbe.failureThreshold ` | Failure threshold for startup probe | ` 30 ` |
173
173
| ` startupProbe.successThreshold ` | Success threshold for startup probe | ` 1 ` |
174
174
| ` logCollection.enabled ` | Parameter to enable cluster wide log collection of Marklogic server logs | ` false ` |
175
- | ` logCollection.image ` | Image repository and tag for fluent-bit container | ` fluent/fluent-bit:2.0.6 ` |
175
+ | ` logCollection.image ` | Image repository and tag for fluent-bit container | ` fluent/fluent-bit:2.1.10 ` |
176
176
| ` logCollection.resources.requests.cpu ` | The requested cpu resource for the fluent-bit container | ` 100m ` |
177
177
| ` logCollection.resources.requests.memory ` | The requested memory resource for the fluent-bit container | ` 128Mi ` |
178
178
| ` logCollection.resources.limits.cpu ` | The cpu resource limit for the fluent-bit container | ` 100m ` |
Original file line number Diff line number Diff line change 34
34
# # Init container image parameters
35
35
initContainerImage :
36
36
repository : curlimages/curl
37
- tag : 7.87 .0
37
+ tag : 8.4 .0
38
38
pullPolicy : IfNotPresent
39
39
40
40
# # Configure the imagePullSecrets to pull the image from private repository that requires credential
@@ -282,7 +282,7 @@ startupProbe:
282
282
# # And export them to a logging backend specified in the outputs section below
283
283
logCollection :
284
284
enabled : false
285
- image : fluent/fluent-bit:2.0.6
285
+ image : fluent/fluent-bit:2.1.10
286
286
resources :
287
287
requests :
288
288
cpu : " 100m"
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ func TestChartTemplateLogCollection(t *testing.T) {
85
85
86
86
// Verify the image matches
87
87
expectedImage1 := "marklogicdb/marklogic-db:latest"
88
- expectedImage2 := "fluent/fluent-bit:2.0.6 "
88
+ expectedImage2 := "fluent/fluent-bit:2.1.10 "
89
89
90
90
statefulSetContainers := statefulset .Spec .Template .Spec .Containers
91
91
require .Equal (t , len (statefulSetContainers ), 2 )
You can’t perform that action at this time.
0 commit comments