Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ rootToRootlessUpgrade: false
## Marklogic image parameters
image:
repository: progressofficial/marklogic-db
tag: 11.3.1-ubi-rootless-2.1.3
tag: 12.0.0-ubi-rootless-2.2.2
pullPolicy: IfNotPresent

## Init container image parameters
initContainers:
utilContainer:
image: "redhat/ubi9:9.6"
image: "redhat/ubi10:10.0"
pullPolicy: IfNotPresent

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