From ade2cf33df2746f0257a60564165a8fa5996d1c7 Mon Sep 17 00:00:00 2001
From: Robert Schmidt <robert.schmidt@openairinterface.org>
Date: Thu, 13 Oct 2022 11:00:06 +0200
Subject: [PATCH] Fix after ci-physim-cleanup

---
 charts/physims/values.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/physims/values.yaml b/charts/physims/values.yaml
index 70923badc52..7d0faa33cea 100644
--- a/charts/physims/values.yaml
+++ b/charts/physims/values.yaml
@@ -4,11 +4,11 @@
 
 global:
   serviceAccountName: oai-physim-sa
-  namespace: "oaicicd-ran"
+  namespace: "OAICICD_PROJECT"
   image:
     registry: local
     repository: image-registry.openshift-image-registry.svc:5000/oaicicd-ran/oai-physim
-    version: ci-physim-cleanup
+    version: TAG
     # pullPolicy: IfNotPresent or Never or Always
     pullPolicy: Always
 
-- 
GitLab