From 14432fb30a56e8efed15978766b918acb05a80eb Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Thu, 10 Jul 2025 09:52:02 +0300 Subject: [PATCH] fix repository for tunedrop --- charts/tunedrop-chart/values.yaml | 2 +- manifests/tunedrop/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tunedrop-chart/values.yaml b/charts/tunedrop-chart/values.yaml index 564a709..746e30b 100644 --- a/charts/tunedrop-chart/values.yaml +++ b/charts/tunedrop-chart/values.yaml @@ -1,6 +1,6 @@ backend: image: - repository: my-apps/tunedrop-backend + repository: harbor.dvirlabs.com/my-apps/tunedrop-backend pullPolicy: IfNotPresent tag: latest diff --git a/manifests/tunedrop/values.yaml b/manifests/tunedrop/values.yaml index ea2e71e..b073596 100644 --- a/manifests/tunedrop/values.yaml +++ b/manifests/tunedrop/values.yaml @@ -1,6 +1,6 @@ backend: image: - repository: my-apps/tunedrop + repository: harbor.dvirlabs.com/my-apps/tunedrop pullPolicy: IfNotPresent tag: master-363337b