diff --git a/cc7/templates/deploymentconfig.yaml b/cc7/templates/deploymentconfig.yaml
index 62e10c3e5c33ebbec87c367ffcafb1019addd3d7..96c65f651c0ffb8fbb644212b1499b614ad5e8d4 100644
--- a/cc7/templates/deploymentconfig.yaml
+++ b/cc7/templates/deploymentconfig.yaml
@@ -166,12 +166,6 @@ spec:
           env:
             - name: WATCH_NAMESPACE
               value: {{ .Release.Namespace }}
-            - name: POD_NAME
-              valueFrom:
-                fieldRef:
-                  fieldPath: metadata.name
-            - name: OPERATOR_NAME
-              value: "webeos-config-operator"
             - name: OIDC_CRYPTOPASSPHRASE
               valueFrom:
                 secretKeyRef:
diff --git a/el9/templates/deployment.yaml b/el9/templates/deployment.yaml
index 36ac0d6eb5fc820ce41fe9e0bed120209c07152e..dffe37954fd6578ce6215a44b1091a2165fa2135 100644
--- a/el9/templates/deployment.yaml
+++ b/el9/templates/deployment.yaml
@@ -249,6 +249,8 @@ spec:
         - name: controller
           image: {{ .Values.containers.controller.image | quote }}
           imagePullPolicy: Always
+          command:
+            - /bin/webeos-config
           env:
             - name: WATCH_NAMESPACE
               value: {{ .Release.Namespace }}
@@ -257,7 +259,7 @@ spec:
                 fieldRef:
                   fieldPath: metadata.name
             - name: OPERATOR_NAME
-              value: "webeos-config-operator"
+              value: "webeos-site-operator"
             - name: OIDC_CRYPTOPASSPHRASE
               valueFrom:
                 secretKeyRef:
diff --git a/el9/values.yaml b/el9/values.yaml
index b708cf163cb3d74377dff9248ccccc42db00fc0b..affa8d53e4819704f6cbca3b72b6251a5b293020 100644
--- a/el9/values.yaml
+++ b/el9/values.yaml
@@ -230,7 +230,7 @@ containers:
       successThreshold: 1
 
   controller:
-    image: gitlab-registry.cern.ch/webservices/webeos/webeos-config-operator:RELEASE.2024.06.25T17-22-43Z
+    image: gitlab-registry.cern.ch/webservices/webeos/webeos-site-operator:RELEASE.2025.03.05T11-04-57Z
     resources:
       limits:
         cpu: 250m