diff --git a/VERSION b/VERSION index cb2b00e4f7a7b..b50214693056f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.1 +3.0.2 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 76f0c59116f42..3e43dc3a4ec36 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: v3.0.1 + newTag: v3.0.2 resources: - ./application-controller - ./dex diff --git a/manifests/core-install-with-hydrator.yaml b/manifests/core-install-with-hydrator.yaml index e686a4f28caf2..b95be27d33470 100644 --- a/manifests/core-install-with-hydrator.yaml +++ b/manifests/core-install-with-hydrator.yaml @@ -24609,7 +24609,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24885,7 +24885,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25158,7 +25158,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25210,7 +25210,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25540,7 +25540,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index cdca2294f6fba..a2e807371eccf 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -24577,7 +24577,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24697,7 +24697,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -24970,7 +24970,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25022,7 +25022,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25352,7 +25352,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 5161c9dfdf1b1..df0bab1792c41 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: v3.0.1 + newTag: v3.0.2 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index fa87f353ef8db..b81096893272d 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: v3.0.1 + newTag: v3.0.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 d7bbc7979f7cc..d8fbad7c590d0 100644 --- a/manifests/ha/install-with-hydrator.yaml +++ b/manifests/ha/install-with-hydrator.yaml @@ -25975,7 +25975,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -26274,7 +26274,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: copyutil securityContext: @@ -26370,7 +26370,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -26494,7 +26494,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -26793,7 +26793,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -26845,7 +26845,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -27219,7 +27219,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -27585,7 +27585,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index f1f064ccd4df1..ac94a5b413bde 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -25945,7 +25945,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -26088,7 +26088,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: copyutil securityContext: @@ -26184,7 +26184,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -26308,7 +26308,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -26607,7 +26607,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -26659,7 +26659,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -27033,7 +27033,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -27399,7 +27399,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.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 35e92d38bf61a..f24ab3eec1907 100644 --- a/manifests/ha/namespace-install-with-hydrator.yaml +++ b/manifests/ha/namespace-install-with-hydrator.yaml @@ -1862,7 +1862,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -2161,7 +2161,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: copyutil securityContext: @@ -2257,7 +2257,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2381,7 +2381,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2680,7 +2680,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2732,7 +2732,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -3106,7 +3106,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -3472,7 +3472,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 40e5637af33f0..387c7995d5a27 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1832,7 +1832,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1975,7 +1975,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: copyutil securityContext: @@ -2071,7 +2071,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2195,7 +2195,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2494,7 +2494,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2546,7 +2546,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2920,7 +2920,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -3286,7 +3286,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install-with-hydrator.yaml b/manifests/install-with-hydrator.yaml index 241e27b1fe8c4..e4b60a860836e 100644 --- a/manifests/install-with-hydrator.yaml +++ b/manifests/install-with-hydrator.yaml @@ -25069,7 +25069,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -25368,7 +25368,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: copyutil securityContext: @@ -25464,7 +25464,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25566,7 +25566,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25839,7 +25839,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25891,7 +25891,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -26263,7 +26263,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -26629,7 +26629,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index 7c09a180fd7e7..23b76730a803d 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -25037,7 +25037,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -25180,7 +25180,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: copyutil securityContext: @@ -25276,7 +25276,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25378,7 +25378,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25651,7 +25651,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25703,7 +25703,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -26075,7 +26075,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -26441,7 +26441,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.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 1537882a4fbf1..f6bf244e0e9ca 100644 --- a/manifests/namespace-install-with-hydrator.yaml +++ b/manifests/namespace-install-with-hydrator.yaml @@ -956,7 +956,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1255,7 +1255,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: copyutil securityContext: @@ -1351,7 +1351,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1453,7 +1453,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1726,7 +1726,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1778,7 +1778,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2150,7 +2150,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -2516,7 +2516,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 69f0a91bbdba6..e4f250301568a 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -924,7 +924,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1067,7 +1067,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: copyutil securityContext: @@ -1163,7 +1163,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1265,7 +1265,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1538,7 +1538,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1590,7 +1590,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1962,7 +1962,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -2328,7 +2328,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.1 + image: quay.io/argoproj/argocd:v3.0.2 imagePullPolicy: Always name: argocd-application-controller ports: