diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 00000000..13566b81
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 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/charts.iml b/.idea/charts.iml
new file mode 100644
index 00000000..5e764c4f
--- /dev/null
+++ b/.idea/charts.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 00000000..442a908c
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..94a25f7f
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/charts/devtron/Chart.lock b/charts/devtron/Chart.lock
new file mode 100644
index 00000000..d8bb6219
--- /dev/null
+++ b/charts/devtron/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: argo-cd
+ repository: https://argoproj.github.io/argo-helm
+ version: 5.9.1
+- name: security
+ repository: https://helm.devtron.ai
+ version: 0.1.2
+digest: sha256:e775b1d027903fc844b4a6755621b2995c048a75a02a24d8c01be3f1fc91e144
+generated: "2022-11-15T13:30:00.695357+05:30"
diff --git a/charts/devtron/Chart.yaml b/charts/devtron/Chart.yaml
index 7e8cf065..a8efceee 100644
--- a/charts/devtron/Chart.yaml
+++ b/charts/devtron/Chart.yaml
@@ -16,7 +16,7 @@ sources:
- https://github.com/devtron-labs/charts
dependencies:
- name: argo-cd
- version: "5.2.0"
+ version: "5.9.1"
repository: https://argoproj.github.io/argo-helm
condition: argo-cd.enabled
- name: security
diff --git a/charts/devtron/charts/argo-cd-5.9.1.tgz b/charts/devtron/charts/argo-cd-5.9.1.tgz
new file mode 100644
index 00000000..8a356673
Binary files /dev/null and b/charts/devtron/charts/argo-cd-5.9.1.tgz differ
diff --git a/charts/devtron/charts/security-0.1.2.tgz b/charts/devtron/charts/security-0.1.2.tgz
new file mode 100644
index 00000000..1b0a7d62
Binary files /dev/null and b/charts/devtron/charts/security-0.1.2.tgz differ
diff --git a/charts/devtron/values.yaml b/charts/devtron/values.yaml
index 3558fb59..a03431e3 100644
--- a/charts/devtron/values.yaml
+++ b/charts/devtron/values.yaml
@@ -115,7 +115,7 @@ argo-cd:
# -- If defined, a repository applied to all Argo CD deployments
repository: quay.io/argoproj/argocd
# -- Overrides the global Argo CD image tag whose default is the chart appVersion
- tag: "v2.4.0"
+ tag: "v2.5.2"
# -- If defined, a imagePullPolicy applied to all Argo CD deployments
imagePullPolicy: IfNotPresent
configs: