diff --git a/charts/values.yaml b/charts/values.yaml index 6a6bb5d..b9a7038 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -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