From: Fiete Ostkamp Date: Sun, 19 Oct 2025 06:31:15 +0000 (+0200) Subject: Fix ImagePullBackoff in gating due to Bitnami image X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5fa1f785e3fb780982f0fc76334bad8fb8a10188;p=oom.git Fix ImagePullBackoff in gating due to Bitnami image - bitnami is not publishing tagged images anymore in the free version of their offering - use the latest tag of the nginx image to resolve the ImagePull Backoff, that reflects negatively in the gating test reports Issue-ID: USECASEUI-896 Change-Id: I3a7111082122a53673db051d75675e89248f9b09 Signed-off-by: Fiete Ostkamp --- diff --git a/kubernetes/common/nginx/values.yaml b/kubernetes/common/nginx/values.yaml index 49e4e4c450..827d5dcdba 100644 --- a/kubernetes/common/nginx/values.yaml +++ b/kubernetes/common/nginx/values.yaml @@ -86,7 +86,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/nginx - tag: 1.27.3-debian-12-r5 + tag: latest digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images