diff --git a/manifests/kustomization.yaml b/manifests/kustomization.yaml index d9dbf5b..3db921a 100644 --- a/manifests/kustomization.yaml +++ b/manifests/kustomization.yaml @@ -6,4 +6,8 @@ resources: - rbac components: -- argocd-server-patch \ No newline at end of file +- argocd-server-patch + +images: +- name: ghcr.io/argoproj-labs/argocd-extensions + newTag: v0.2.0 diff --git a/manifests/namespace-install/kustomization.yaml b/manifests/namespace-install/kustomization.yaml index 0b0bd2c..76719cd 100644 --- a/manifests/namespace-install/kustomization.yaml +++ b/manifests/namespace-install/kustomization.yaml @@ -5,4 +5,8 @@ resources: - ../rbac components: -- ../argocd-server-patch \ No newline at end of file +- ../argocd-server-patch + +images: +- name: ghcr.io/argoproj-labs/argocd-extensions + newTag: v0.2.0