Fix ImagePullBackoff in gating due to Bitnami image 81/142281/1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Sun, 19 Oct 2025 06:31:15 +0000 (08:31 +0200)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Sun, 19 Oct 2025 06:31:15 +0000 (08:31 +0200)
- 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 <fiete.ostkamp@telekom.de>
kubernetes/common/nginx/values.yaml

index 49e4e4c..827d5dc 100644 (file)
@@ -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