You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MLE-15460 update image version and chart version (#265)
* Update Fluent bit version to latest (3.1.1)
* upgrade marklogic and curl image to latest
* update chart version to 2.0.0
* remove values file
* update README
---------
Co-authored-by: Peng Zhou <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,9 +120,9 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
120
120
|`group.enableXdqpSsl`| SSL encryption for XDQP |`true`|
121
121
|`bootstrapHostName`| Host name of MarkLogic bootstrap host (to join a cluster) |`""`|
122
122
|`image.repository`| Repository for MarkLogic image |`progressofficial/marklogic-db`|
123
-
|`image.tag`| Image tag for MarkLogic image |`11.2.0-centos-1.1.2`|
123
+
|`image.tag`| Image tag for MarkLogic image |`11.3.0-ubi-rootless`|
124
124
|`image.pullPolicy`| Image pull policy for MarkLogic image |`IfNotPresent`|
125
-
|`initContainers.configureGroup.image`| Image for configureGroup InitContainer |`curlimages/curl:8.6.0`|
125
+
|`initContainers.configureGroup.image`| Image for configureGroup InitContainer |`curlimages/curl:8.8.0`|
126
126
|`initContainers.configureGroup.pullPolicy`| Pull policy for configureGroup InitContainer |`IfNotPresent`|
127
127
|`initContainers.utilContainer.image`| Image for copyCerts and volume permission change for root to rootless upgrade InitContainer |`redhat/ubi9:9.3`|
128
128
|`initContainers.utilContainer.pullPolicy`| Pull policy for copyCerts and volume permission change for root to rootless upgrade InitContainer |`IfNotPresent`|
@@ -184,7 +184,7 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
184
184
|`readinessProbe.failureThreshold`| Failure threshold for readiness probe |`3`|
185
185
|`readinessProbe.successThreshold`| Success threshold for readiness probe |`1`|
186
186
|`logCollection.enabled`| Parameter to enable cluster wide log collection of Marklogic server logs |`false`|
187
-
|`logCollection.image`| Image repository and tag for fluent-bit container |`fluent/fluent-bit:2.2.2`|
187
+
|`logCollection.image`| Image repository and tag for fluent-bit container |`fluent/fluent-bit:3.1.1`|
188
188
|`logCollection.resources.requests.cpu`| The requested cpu resource for the fluent-bit container |`100m`|
189
189
|`logCollection.resources.requests.memory`| The requested memory resource for the fluent-bit container |`128Mi`|
190
190
|`logCollection.resources.limits.cpu`| The cpu resource limit for the fluent-bit container |`100m`|
0 commit comments