From b999868fedfff7677536ca49b970df09aa49d4aa Mon Sep 17 00:00:00 2001 From: pasha-codefresh <39732895+pasha-codefresh@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:06:50 +0000 Subject: [PATCH] Bump version to 2.14.0-rc1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- VERSION | 2 +- .../tested-kubernetes-versions.md | 7 +++++-- manifests/base/kustomization.yaml | 2 +- manifests/core-install-with-hydrator.yaml | 10 +++++----- manifests/core-install.yaml | 10 +++++----- manifests/core-install/kustomization.yaml | 2 +- manifests/ha/base/kustomization.yaml | 2 +- manifests/ha/install-with-hydrator.yaml | 16 ++++++++-------- manifests/ha/install.yaml | 16 ++++++++-------- .../ha/namespace-install-with-hydrator.yaml | 16 ++++++++-------- manifests/ha/namespace-install.yaml | 16 ++++++++-------- manifests/install-with-hydrator.yaml | 16 ++++++++-------- manifests/install.yaml | 16 ++++++++-------- manifests/namespace-install-with-hydrator.yaml | 16 ++++++++-------- manifests/namespace-install.yaml | 16 ++++++++-------- 15 files changed, 83 insertions(+), 80 deletions(-) diff --git a/VERSION b/VERSION index edcfe40d1984a..39b888cfe682b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.14.0 +2.14.0-rc1 diff --git a/docs/operator-manual/tested-kubernetes-versions.md b/docs/operator-manual/tested-kubernetes-versions.md index 73475e8523f5b..174ce6e05164f 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 | +|-----------------|---------------------| +| 2.14 | v1.31, v1.30, v1.29, v1.28 | +| 2.13 | v1.30, v1.29, v1.28, v1.27 | +| 2.12 | v1.29, v1.28, v1.27, v1.26 | diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index e80274cddc620..1e5a65685f35c 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: v2.14.0-rc1 resources: - ./application-controller - ./dex diff --git a/manifests/core-install-with-hydrator.yaml b/manifests/core-install-with-hydrator.yaml index 80ec8a154c49b..03d201d61e913 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24435,7 +24435,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25054,7 +25054,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index 1958f6fc18cd1..cf0846e72144b 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24253,7 +24253,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -24872,7 +24872,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.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..f73fa3d9360e5 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: v2.14.0-rc1 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index ae40b96e8657e..4350575c1b484 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: v2.14.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 5f3dda5c00ad6..cfdc285a6f938 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -26004,7 +26004,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -27047,7 +27047,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index f502d4349d24d..0e2e6346105f4 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25824,7 +25824,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -26867,7 +26867,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.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 5f8316a33220b..5a81f4f1e6f49 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2234,7 +2234,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -3277,7 +3277,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index d86dfd009f8d7..e967e28aebef5 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2054,7 +2054,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -3097,7 +3097,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install-with-hydrator.yaml b/manifests/install-with-hydrator.yaml index 446762e6c0da5..32e06a37c81b7 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25104,7 +25104,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -26119,7 +26119,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index 61dfdd5759622..5616d64f80056 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -24922,7 +24922,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -25937,7 +25937,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.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 ac43cc4f2da97..7eb82f664b8c2 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1334,7 +1334,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -2349,7 +2349,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 3c6e616fe0fdb..dd5a6a847674e 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1152,7 +1152,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 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:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -2167,7 +2167,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.14.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: