diff --git a/v03-argocd-applications/application-directory.yml b/v03-argocd-applications/application-directory.yml
index 23c5a48..5ee3ef1 100644
--- a/v03-argocd-applications/application-directory.yml
+++ b/v03-argocd-applications/application-directory.yml
@@ -9,9 +9,9 @@ spec:
   project: default
   source:
           #    directory:
-          #      exclude: 'service.yml'
+          #     exclude: 'service.yml'
           #      include: '{serviceaccount.yml,service.yml}'
           #      recurse: true
     path: v03-argocd-applications/directoryOfmanifests
-    repoURL: https://github.com/devopshobbies/argocd-tutorial.git
+    repoURL: https://github.com/fallahizahra123/argocd-tutorial.git
     targetRevision: main
diff --git a/v03-argocd-applications/application-helm.yml b/v03-argocd-applications/application-helm.yml
index 96cf83a..b903bf4 100644
--- a/v03-argocd-applications/application-helm.yml
+++ b/v03-argocd-applications/application-helm.yml
@@ -16,5 +16,5 @@ spec:
           #      valueFiles:
           #        - custom-values.yaml
     path: v03-argocd-applications/helm/nginx
-    repoURL: https://github.com/devopshobbies/argocd-tutorial.git
+    repoURL: https://github.com/fallahizahra123/argocd-tutorial.git
     targetRevision: main
diff --git a/v03-argocd-applications/application-helm2.yml b/v03-argocd-applications/application-helm2.yml
new file mode 100644
index 0000000..eac299e
--- /dev/null
+++ b/v03-argocd-applications/application-helm2.yml
@@ -0,0 +1,16 @@
+apiVersion: argoproj.io/v1alpha1
+kind: Application
+metadata:
+  name: sealed-secrets
+  namespace: argocd
+spec:
+  project: default
+  source:
+    chart: sealed-secrets
+    repoURL: https://bitnami-labs.github.io/sealed-secrets
+    targetRevision: 1.16.1
+    helm:
+      releaseName: sealed-secrets
+  destination:
+    server: "https://kubernetes.default.svc"
+    namespace: default
diff --git a/v03-argocd-applications/helm/nginx/values.yaml b/v03-argocd-applications/helm/nginx/values.yaml
index caddb5f..363baa3 100644
--- a/v03-argocd-applications/helm/nginx/values.yaml
+++ b/v03-argocd-applications/helm/nginx/values.yaml
@@ -2,7 +2,7 @@
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
 
-replicaCount: 2
+replicaCount: 3
 
 image:
   repository: nginx