diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 13566b81..00000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml
deleted file mode 100644
index 02b915b8..00000000
--- a/.idea/git_toolbox_prj.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/ip-address-manager.iml b/.idea/ip-address-manager.iml
deleted file mode 100644
index 5e764c4f..00000000
--- a/.idea/ip-address-manager.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index c9a5265d..00000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1ddf..00000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/config/default/manager_image_patch.yaml-e b/config/default/manager_image_patch.yaml-e
deleted file mode 100644
index 281bc4be..00000000
--- a/config/default/manager_image_patch.yaml-e
+++ /dev/null
@@ -1,12 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: controller-manager
- namespace: system
-spec:
- template:
- spec:
- containers:
- # Change the value of image field below to your controller image URL
- - image: gcr.io/spectro-dev-public/deepak/dev/metal3-io/ipam/ip-address-manager:v1.1.3-20230302
- name: manager
diff --git a/config/default/manager_pull_policy_patch.yaml-e b/config/default/manager_pull_policy_patch.yaml-e
deleted file mode 100644
index cd7ae12c..00000000
--- a/config/default/manager_pull_policy_patch.yaml-e
+++ /dev/null
@@ -1,11 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: controller-manager
- namespace: system
-spec:
- template:
- spec:
- containers:
- - name: manager
- imagePullPolicy: IfNotPresent