Skip to content

Commit 5423c9e

Browse files
pengzhoumlPeng Zhou
andauthored
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]>
1 parent c40c44e commit 5423c9e

File tree

4 files changed

+7
-23
lines changed

4 files changed

+7
-23
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
120120
| `group.enableXdqpSsl` | SSL encryption for XDQP | `true` |
121121
| `bootstrapHostName` | Host name of MarkLogic bootstrap host (to join a cluster) | `""` |
122122
| `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` |
124124
| `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` |
126126
| `initContainers.configureGroup.pullPolicy` | Pull policy for configureGroup InitContainer | `IfNotPresent` |
127127
| `initContainers.utilContainer.image` | Image for copyCerts and volume permission change for root to rootless upgrade InitContainer | `redhat/ubi9:9.3` |
128128
| `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
184184
| `readinessProbe.failureThreshold` | Failure threshold for readiness probe | `3` |
185185
| `readinessProbe.successThreshold` | Success threshold for readiness probe | `1` |
186186
| `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` |
188188
| `logCollection.resources.requests.cpu` | The requested cpu resource for the fluent-bit container | `100m` |
189189
| `logCollection.resources.requests.memory` | The requested memory resource for the fluent-bit container | `128Mi` |
190190
| `logCollection.resources.limits.cpu` | The cpu resource limit for the fluent-bit container | `100m` |

charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ keywords:
1717
sources:
1818
- https://github.com/marklogic/marklogic-kubernetes
1919
- https://www.marklogic.com/
20-
version: 1.1.2
20+
version: 2.0.0

charts/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ rootToRootlessUpgrade: false
4545
## Marklogic image parameters
4646
image:
4747
repository: progressofficial/marklogic-db
48-
tag: 11.2.0-ubi-rootless
48+
tag: 11.3.0-ubi-rootless
4949
pullPolicy: IfNotPresent
5050

5151
## Init container image parameters
5252
initContainers:
5353
configureGroup:
54-
image: "curlimages/curl:8.6.0"
54+
image: "curlimages/curl:8.8.0"
5555
pullPolicy: IfNotPresent
5656
utilContainer:
5757
image: "redhat/ubi9:9.3"
@@ -306,7 +306,7 @@ readinessProbe:
306306
## And export them to a logging backend specified in the outputs section below
307307
logCollection:
308308
enabled: false
309-
image: fluent/fluent-bit:2.2.2
309+
image: fluent/fluent-bit:3.1.1
310310
resources:
311311
requests:
312312
cpu: "100m"

values.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)