Skip to content

Commit 18096a9

Browse files
pengzhoumlPeng Zhou
andauthored
MLE-22607 update redhat image to ubi9:9.6 (#328)
Co-authored-by: Peng Zhou <[email protected]>
1 parent aa37623 commit 18096a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
137137
| `image.repository` | Repository for MarkLogic image | `progressofficial/marklogic-db` |
138138
| `image.tag` | Image tag for MarkLogic image | `11.3.1-ubi-rootless-2.1.2` |
139139
| `image.pullPolicy` | Image pull policy for MarkLogic image | `IfNotPresent` |
140-
| `initContainers.utilContainer.image` | Image for copyCerts and volume permission change for root to rootless upgrade InitContainer | `redhat/ubi9:9.5` |
140+
| `initContainers.utilContainer.image` | Image for copyCerts and volume permission change for root to rootless upgrade InitContainer | `redhat/ubi9:9.6` |
141141
| `initContainers.utilContainer.pullPolicy` | Pull policy for copyCerts and volume permission change for root to rootless upgrade InitContainer | `IfNotPresent` |
142142
| `imagePullSecrets` | Registry secret names as an array | `[]` |
143143
| `hugepages.enabled` | Parameter to enable Hugepage on MarkLogic | `false` |

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ image:
5151
## Init container image parameters
5252
initContainers:
5353
utilContainer:
54-
image: "redhat/ubi9:9.5"
54+
image: "redhat/ubi9:9.6"
5555
pullPolicy: IfNotPresent
5656

5757
## Configure the imagePullSecrets to pull the image from private repository that requires credential

0 commit comments

Comments
 (0)