diff --git a/charts/physims/values.yaml b/charts/physims/values.yaml
index 70923badc529e3b0d56705d0ef52b2667fee835f..7d0faa33cea309309a155fa284a61250a0f94305 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