From 11087d4d456158a682cbfc47cc9f345397038924 Mon Sep 17 00:00:00 2001 From: pashakostohrys Date: Thu, 17 Oct 2024 15:38:04 +0300 Subject: [PATCH] merge self heal logic with oss --- manifests/base/kustomization.yaml | 2 +- manifests/core-install.yaml | 8 ++++---- manifests/core-install/kustomization.yaml | 2 +- manifests/ha/base/kustomization.yaml | 2 +- manifests/ha/install.yaml | 12 ++++++------ manifests/ha/namespace-install.yaml | 12 ++++++------ manifests/install.yaml | 14 +++++++------- manifests/namespace-install.yaml | 14 +++++++------- 8 files changed, 33 insertions(+), 33 deletions(-) diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index d4ca5d67c3650..10fc04346acaa 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: quay.io/argoproj/argocd newName: quay.io/codefresh/argocd - newTag: v2.12-2024.10.16-ae9bb9622 + newTag: latest resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index 2dfbad671ba8c..27c98a42c948d 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -21543,7 +21543,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -21796,7 +21796,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -21848,7 +21848,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest name: copyutil securityContext: allowPrivilegeEscalation: false @@ -22119,7 +22119,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 5c53e36472d99..66dd4c93f4989 100644 --- a/manifests/core-install/kustomization.yaml +++ b/manifests/core-install/kustomization.yaml @@ -12,4 +12,4 @@ resources: images: - name: quay.io/argoproj/argocd newName: quay.io/codefresh/argocd - newTag: v2.12-2024.10.16-ae9bb9622 + newTag: latest diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index 28bf918b74c76..c963eaa45dc22 100644 --- a/manifests/ha/base/kustomization.yaml +++ b/manifests/ha/base/kustomization.yaml @@ -12,7 +12,7 @@ patches: images: - name: quay.io/argoproj/argocd newName: quay.io/codefresh/argocd - newTag: v2.12-2024.10.16-ae9bb9622 + newTag: latest resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 334d3e7659fee..b8b15968b4b0d 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -22785,7 +22785,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always name: copyutil securityContext: @@ -22900,7 +22900,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -23183,7 +23183,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -23235,7 +23235,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest name: copyutil securityContext: allowPrivilegeEscalation: false @@ -23565,7 +23565,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always livenessProbe: httpGet: @@ -23864,7 +23864,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 568cd9cd33d83..2fc731b03fe4c 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1697,7 +1697,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always name: copyutil securityContext: @@ -1812,7 +1812,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2095,7 +2095,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2147,7 +2147,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2477,7 +2477,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always livenessProbe: httpGet: @@ -2776,7 +2776,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index e52bc9f8f0bf3..2ae1921a1e256 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -22009,7 +22009,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always name: copyutil securityContext: @@ -22105,7 +22105,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -22358,7 +22358,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -22410,7 +22410,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest name: copyutil securityContext: allowPrivilegeEscalation: false @@ -22731,7 +22731,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always livenessProbe: httpGet: @@ -23030,7 +23030,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always name: argocd-application-controller ports: @@ -23194,7 +23194,7 @@ spec: key: event-reporter.metrics.listen.address name: argocd-cmd-params-cm optional: true - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always livenessProbe: httpGet: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 8bf8969667ded..7e947b74a9710 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -921,7 +921,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always name: copyutil securityContext: @@ -1017,7 +1017,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1270,7 +1270,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1322,7 +1322,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1643,7 +1643,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always livenessProbe: httpGet: @@ -1942,7 +1942,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always name: argocd-application-controller ports: @@ -2106,7 +2106,7 @@ spec: key: event-reporter.metrics.listen.address name: argocd-cmd-params-cm optional: true - image: quay.io/codefresh/argocd:v2.12-2024.10.16-ae9bb9622 + image: quay.io/codefresh/argocd:latest imagePullPolicy: Always livenessProbe: httpGet: