diff --git a/VERSION b/VERSION index b70ae75a88d07..7243b12cf4136 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.14.1 +2.14.2 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index ae0abb7e3906d..4dadcd9ba73b4 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/argoproj/argocd - newTag: v2.14.1 + newTag: v2.14.2 resources: - ./application-controller - ./dex diff --git a/manifests/core-install-with-hydrator.yaml b/manifests/core-install-with-hydrator.yaml index cd18ca8e6b0d9..f3139e560195b 100644 --- a/manifests/core-install-with-hydrator.yaml +++ b/manifests/core-install-with-hydrator.yaml @@ -24165,7 +24165,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24435,7 +24435,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -24696,7 +24696,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -24748,7 +24748,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25066,7 +25066,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index 2f1f6db85d0de..eca97de06f006 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -24133,7 +24133,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24253,7 +24253,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -24514,7 +24514,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -24566,7 +24566,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -24884,7 +24884,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 211db2b7f2ba0..97a6d4bbc6577 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/argoproj/argocd - newTag: v2.14.1 + newTag: v2.14.2 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index 5bcb6302cabe0..846b587e7e89d 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/argoproj/argocd - newTag: v2.14.1 + newTag: v2.14.2 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install-with-hydrator.yaml b/manifests/ha/install-with-hydrator.yaml index 8813102606d35..1535768bd9886 100644 --- a/manifests/ha/install-with-hydrator.yaml +++ b/manifests/ha/install-with-hydrator.yaml @@ -25506,7 +25506,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -25793,7 +25793,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: copyutil securityContext: @@ -25883,7 +25883,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -26004,7 +26004,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -26291,7 +26291,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -26343,7 +26343,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -26705,7 +26705,7 @@ spec: key: hydrator.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -27059,7 +27059,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 4d7a1935acd7d..9e5a6c2dcb8f5 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -25476,7 +25476,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -25613,7 +25613,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: copyutil securityContext: @@ -25703,7 +25703,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25824,7 +25824,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -26111,7 +26111,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -26163,7 +26163,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -26525,7 +26525,7 @@ spec: key: hydrator.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -26879,7 +26879,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install-with-hydrator.yaml b/manifests/ha/namespace-install-with-hydrator.yaml index 5a7cd5af7730a..4815793065e5b 100644 --- a/manifests/ha/namespace-install-with-hydrator.yaml +++ b/manifests/ha/namespace-install-with-hydrator.yaml @@ -1736,7 +1736,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -2023,7 +2023,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: copyutil securityContext: @@ -2113,7 +2113,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2234,7 +2234,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2521,7 +2521,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2573,7 +2573,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2935,7 +2935,7 @@ spec: key: hydrator.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -3289,7 +3289,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 6f5216ef07db1..6a95803b82a4b 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1706,7 +1706,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1843,7 +1843,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: copyutil securityContext: @@ -1933,7 +1933,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2054,7 +2054,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2341,7 +2341,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2393,7 +2393,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2755,7 +2755,7 @@ spec: key: hydrator.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -3109,7 +3109,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install-with-hydrator.yaml b/manifests/install-with-hydrator.yaml index 0e2fc76d8fdd4..da4316ff801d2 100644 --- a/manifests/install-with-hydrator.yaml +++ b/manifests/install-with-hydrator.yaml @@ -24625,7 +24625,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24912,7 +24912,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: copyutil securityContext: @@ -25002,7 +25002,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25104,7 +25104,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25365,7 +25365,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25417,7 +25417,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25777,7 +25777,7 @@ spec: key: hydrator.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -26131,7 +26131,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index 6e7dc6924591c..3da3e352addaa 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -24593,7 +24593,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24730,7 +24730,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: copyutil securityContext: @@ -24820,7 +24820,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -24922,7 +24922,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25183,7 +25183,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25235,7 +25235,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25595,7 +25595,7 @@ spec: key: hydrator.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -25949,7 +25949,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install-with-hydrator.yaml b/manifests/namespace-install-with-hydrator.yaml index 2d63f73d84430..f81a60ba87932 100644 --- a/manifests/namespace-install-with-hydrator.yaml +++ b/manifests/namespace-install-with-hydrator.yaml @@ -855,7 +855,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1142,7 +1142,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: copyutil securityContext: @@ -1232,7 +1232,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1334,7 +1334,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1595,7 +1595,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1647,7 +1647,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2007,7 +2007,7 @@ spec: key: hydrator.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -2361,7 +2361,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index ca5d8f3c61ebc..023e0055ad575 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -823,7 +823,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -960,7 +960,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: copyutil securityContext: @@ -1050,7 +1050,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1152,7 +1152,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1413,7 +1413,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1465,7 +1465,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1825,7 +1825,7 @@ spec: key: hydrator.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -2179,7 +2179,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v2.14.1 + image: quay.io/argoproj/argocd:v2.14.2 imagePullPolicy: Always name: argocd-application-controller ports: