From 7dae5f59f62ad3c2e000b6aa486cfd57265ab10d Mon Sep 17 00:00:00 2001 From: elishadavidi <62501723+elishadavidi@users.noreply.github.com> Date: Thu, 28 May 2026 16:12:49 +0300 Subject: [PATCH] fix: point omegabasms to Docker Hub image --- manifests/omegabasms/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/omegabasms/values.yaml b/manifests/omegabasms/values.yaml index b665f04..1e82ed9 100644 --- a/manifests/omegabasms/values.yaml +++ b/manifests/omegabasms/values.yaml @@ -5,13 +5,13 @@ commonLabels: {} commonAnnotations: {} imagePullSecrets: - - name: harbor-regcred + - name: dockerhub-regcred backend: image: - repository: harbor.dvirlabs.com/my-apps/omegabasms + repository: elisha852/omegabasms tag: latest - pullPolicy: IfNotPresent + pullPolicy: Always replicas: 1