diff --git a/VERSION b/VERSION index 747457c6d227e..a909317fe5aef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.9 +3.0.10 diff --git a/manifests/base/commit-server/kustomization.yaml b/manifests/base/commit-server/kustomization.yaml index 096b88b76e628..b7b782a40d571 100644 --- a/manifests/base/commit-server/kustomization.yaml +++ b/manifests/base/commit-server/kustomization.yaml @@ -12,4 +12,4 @@ resources: images: - name: quay.io/argoproj/argocd newName: quay.io/argoproj/argocd - newTag: v3.0.9 + newTag: v3.0.10 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 77c093ae613ff..d0e574eb3962c 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.9 + newTag: v3.0.10 resources: - ./application-controller - ./dex diff --git a/manifests/core-install-with-hydrator.yaml b/manifests/core-install-with-hydrator.yaml index da13f19b918e8..854faae1e068b 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24735,7 +24735,7 @@ spec: key: log.format.timestamp name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -24781,7 +24781,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -24885,7 +24885,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25552,7 +25552,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index e9830e09c94fa..8a76765d350af 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24697,7 +24697,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25364,7 +25364,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index a7edf07a85a2c..56d058f7ed2ce 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.9 + newTag: v3.0.10 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index 23ee2295caad3..498e1565c2016 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.9 + newTag: v3.0.10 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install-with-hydrator.yaml b/manifests/ha/install-with-hydrator.yaml index 116294dd12700..9e788972be286 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -26101,7 +26101,7 @@ spec: key: log.format.timestamp name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -26147,7 +26147,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -26274,7 +26274,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -26494,7 +26494,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: httpGet: @@ -27597,7 +27597,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 7b2b58a17cc31..5c9ac9771583e 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -26308,7 +26308,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: httpGet: @@ -27411,7 +27411,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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 77ecdcb68b398..cf49e675a1ca8 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1988,7 +1988,7 @@ spec: key: log.format.timestamp name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2034,7 +2034,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2161,7 +2161,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2381,7 +2381,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: httpGet: @@ -3484,7 +3484,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 71fa6dd351a54..1a3751d570345 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2195,7 +2195,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: httpGet: @@ -3298,7 +3298,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install-with-hydrator.yaml b/manifests/install-with-hydrator.yaml index a242d0074e442..6227e185c3a95 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -25195,7 +25195,7 @@ spec: key: log.format.timestamp name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25241,7 +25241,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25368,7 +25368,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25566,7 +25566,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: httpGet: @@ -26641,7 +26641,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index 33a18629a0898..8796b2fd87c65 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25378,7 +25378,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: httpGet: @@ -26453,7 +26453,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install-with-hydrator.yaml b/manifests/namespace-install-with-hydrator.yaml index 8e584584f6d57..7bf9fc682d643 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1082,7 +1082,7 @@ spec: key: log.format.timestamp name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1128,7 +1128,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1255,7 +1255,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1453,7 +1453,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: httpGet: @@ -2528,7 +2528,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 4104db2d4fe1f..346d6a1c37231 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1265,7 +1265,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 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.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always livenessProbe: httpGet: @@ -2340,7 +2340,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.9 + image: quay.io/argoproj/argocd:v3.0.10 imagePullPolicy: Always name: argocd-application-controller ports: