Skip to content

Commit 68d30d0

Browse files
DOCSP-42620 -- Update default base image to ubi9 (#1858)
* DOCSP-42620 -- update default redhat base image to ubi9 * DOCSP-42620 -- external review revisions
1 parent c064724 commit 68d30d0

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

source/reference/helm-operator-settings.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ The suffix of the :term:`application database` image.
228228

229229
.. include:: /includes/summary-1-20-suffix-change.rst
230230

231-
The default is ``ubi8``. We recommend using only ``ubi`` images for consistency, but if you need to, you can change this setting to ``ubuntu2204``.
231+
The default is ``ubi9``. We recommend using only ``ubi`` images for consistency, but if you need to, you can change this setting to ``ubuntu2204``.
232232

233233
.. code-block:: yaml
234234

235235
mongodb:
236-
imageType: ubi8
236+
imageType: ubi9
237237

238238

239239
multiCluster.clusterClientTimeout

source/reference/kubectl-operator-settings.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ The suffix of the :term:`application database` image.
505505

506506
.. include:: /includes/summary-1-20-suffix-change.rst
507507

508-
The default is ``-ubi8``.
508+
The default is ``-ubi9``.
509509

510510
.. code-block:: yaml
511511
:linenos:
@@ -520,7 +520,7 @@ The default is ``-ubi8``.
520520
imagePullPolicy: <policyChoice>
521521
env:
522522
- name: MDB_IMAGE_TYPE
523-
value: ubi8
523+
value: ubi9
524524

525525
.. _mdb-agent-file-logging:
526526

source/tutorial/plan-k8s-op-container-images.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ Container Images
2121

2222
When you install the |k8s-op-short|, it pulls the images from the Quay.io
2323
container registry. The |k8s-op-short| images are based on the
24-
`Red Hat UBI 8 <https://www.redhat.com/en/topics/containers>`__
25-
operating system. MongoDB rebuilds |k8s-op-short| images daily for the
24+
`Red Hat UBI 9 <https://www.redhat.com/en/topics/containers>`__
25+
operating system, unless you are running MongoDB 6.0.3 or lower,
26+
in which case the base image is `Red Hat UBI 8 <https://www.redhat.com/en/topics/containers>`__.
27+
MongoDB rebuilds |k8s-op-short| images daily for the
2628
latest operating system and supporting library updates.
2729

2830
Official images provide the following advantages:
@@ -173,6 +175,9 @@ If you enable static containers:
173175
{+mdbagent+} container based on the |onprem| version
174176
you select to manage a specific deployment.
175177

178+
- You must run MongoDB version 6.0.4 or greater when your |k8s-op-short| version
179+
is 1.28.0 or greater due to base image compatibility changes in the |k8s-op-short|.
180+
176181
- With |cloud|, your {+mdbagent+} version could fall behind compatibility with the latest
177182
version of |cloud| because the {+k8s-op-short+} can't call the ``agentVersion`` endpoint
178183
in |cloud|. To ensure your {+mdbagent+} is up to date with |cloud|, you can perform one

0 commit comments

Comments
 (0)