From 611a41ac62b7306a84b38702bb53e547a573acf0 Mon Sep 17 00:00:00 2001 From: jkondrat-sd Date: Wed, 24 Jun 2026 07:02:46 +0000 Subject: [PATCH] chore: replace bitnami images with soldevelo equivalents --- .../litellm-helm/templates/tests/test-servicemonitor.yaml | 2 +- integrations/litellm/index.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/litellm/deploy/charts/litellm-helm/templates/tests/test-servicemonitor.yaml b/integrations/litellm/deploy/charts/litellm-helm/templates/tests/test-servicemonitor.yaml index c2a4f84ec..2ca36fdb7 100644 --- a/integrations/litellm/deploy/charts/litellm-helm/templates/tests/test-servicemonitor.yaml +++ b/integrations/litellm/deploy/charts/litellm-helm/templates/tests/test-servicemonitor.yaml @@ -10,7 +10,7 @@ metadata: spec: containers: - name: test - image: bitnami/kubectl:latest + image: soldevelo/kubectl:latest command: ['sh', '-c'] args: - | diff --git a/integrations/litellm/index.yaml b/integrations/litellm/index.yaml index 9b2461c36..f11ce80ab 100644 --- a/integrations/litellm/index.yaml +++ b/integrations/litellm/index.yaml @@ -25,7 +25,7 @@ entries: category: Database images: | - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r16 + image: docker.io/soldevelo/os-shell:12-debian-12-r3 - name: postgres-exporter image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r14 - name: postgresql @@ -69,7 +69,7 @@ entries: - name: kubectl image: docker.io/bitnami/kubectl:1.29.2-debian-12-r3 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r16 + image: docker.io/soldevelo/os-shell:12-debian-12-r3 - name: redis image: docker.io/bitnami/redis:7.2.4-debian-12-r9 - name: redis-exporter