diff --git a/VERSION b/VERSION index 4a36342fcab70..cf8213193d04a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 +3.0.0-rc1 diff --git a/docs/operator-manual/tested-kubernetes-versions.md b/docs/operator-manual/tested-kubernetes-versions.md index 73475e8523f5b..c0a19ed4bb601 100644 --- a/docs/operator-manual/tested-kubernetes-versions.md +++ b/docs/operator-manual/tested-kubernetes-versions.md @@ -1,2 +1,5 @@ -This page is populated for released Argo CD versions. Use the version selector to view this table for a specific -version. +| Argo CD version | Kubernetes versions | +|-----------------|---------------------| +| 3.0 | v1.32, v1.31, v1.30, v1.29 | +| 2.14 | v1.31, v1.30, v1.29, v1.28 | +| 2.13 | v1.30, v1.29, v1.28, v1.27 | diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index e80274cddc620..f0fcd361e1401 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: latest + newTag: v3.0.0-rc1 resources: - ./application-controller - ./dex diff --git a/manifests/core-install-with-hydrator.yaml b/manifests/core-install-with-hydrator.yaml index 1a302d1a884ed..5d6b1b38fc8f4 100644 --- a/manifests/core-install-with-hydrator.yaml +++ b/manifests/core-install-with-hydrator.yaml @@ -24613,7 +24613,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24889,7 +24889,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25162,7 +25162,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25214,7 +25214,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25544,7 +25544,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index 80a7d6a93d3db..6cf231ab6ff4a 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -24581,7 +24581,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24701,7 +24701,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -24974,7 +24974,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25026,7 +25026,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25356,7 +25356,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 07a82b3707700..af2a3a9b962b9 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: latest + newTag: v3.0.0-rc1 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index ae40b96e8657e..6862da93bc32f 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: latest + newTag: v3.0.0-rc1 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install-with-hydrator.yaml b/manifests/ha/install-with-hydrator.yaml index 2da2df4f58ff5..415d58f2eae31 100644 --- a/manifests/ha/install-with-hydrator.yaml +++ b/manifests/ha/install-with-hydrator.yaml @@ -25978,7 +25978,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -26277,7 +26277,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -26373,7 +26373,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -26497,7 +26497,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -26796,7 +26796,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -26848,7 +26848,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -27222,7 +27222,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -27588,7 +27588,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index d651a31cd2346..8adcd1276f4f6 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -25948,7 +25948,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -26091,7 +26091,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -26187,7 +26187,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -26311,7 +26311,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -26610,7 +26610,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -26662,7 +26662,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -27036,7 +27036,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -27402,7 +27402,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 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 d119fa87017ab..5dff862f5f2a7 100644 --- a/manifests/ha/namespace-install-with-hydrator.yaml +++ b/manifests/ha/namespace-install-with-hydrator.yaml @@ -1865,7 +1865,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -2164,7 +2164,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -2260,7 +2260,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2384,7 +2384,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2683,7 +2683,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2735,7 +2735,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -3109,7 +3109,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -3475,7 +3475,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index a026282d168d9..9937a057c5c27 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1835,7 +1835,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1978,7 +1978,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -2074,7 +2074,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2198,7 +2198,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2497,7 +2497,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2549,7 +2549,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2923,7 +2923,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -3289,7 +3289,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install-with-hydrator.yaml b/manifests/install-with-hydrator.yaml index a1605293dd6c2..2f135f67d4b56 100644 --- a/manifests/install-with-hydrator.yaml +++ b/manifests/install-with-hydrator.yaml @@ -25073,7 +25073,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -25372,7 +25372,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -25468,7 +25468,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25570,7 +25570,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25843,7 +25843,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25895,7 +25895,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -26267,7 +26267,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -26633,7 +26633,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index f33eefdd07bc4..018357a6414db 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -25041,7 +25041,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -25184,7 +25184,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -25280,7 +25280,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25382,7 +25382,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25655,7 +25655,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25707,7 +25707,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -26079,7 +26079,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -26445,7 +26445,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install-with-hydrator.yaml b/manifests/namespace-install-with-hydrator.yaml index 187c80cf91bdb..c78d6aac600ea 100644 --- a/manifests/namespace-install-with-hydrator.yaml +++ b/manifests/namespace-install-with-hydrator.yaml @@ -960,7 +960,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1259,7 +1259,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -1355,7 +1355,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1457,7 +1457,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1730,7 +1730,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1782,7 +1782,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2154,7 +2154,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -2520,7 +2520,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index db028431acce5..5107ea582a17f 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -928,7 +928,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1071,7 +1071,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -1167,7 +1167,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1269,7 +1269,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1542,7 +1542,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1594,7 +1594,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1966,7 +1966,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -2332,7 +2332,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v3.0.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: