diff --git a/VERSION b/VERSION index fb2c0766b7cc2..7b75d803438b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.13.0 +2.13.0-rc1 diff --git a/docs/operator-manual/tested-kubernetes-versions.md b/docs/operator-manual/tested-kubernetes-versions.md index 73475e8523f5b..b1c7080deffa9 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.13 | | +| 2.12 | | +| 2.11 | v1.29, v1.28, v1.27, v1.26, v1.25 | diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index e80274cddc620..b8e410b9eae9b 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.13.0-rc1 resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index f558902d4692d..f67384bb818bc 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -22558,7 +22558,7 @@ spec: key: applicationsetcontroller.webhook.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -22676,7 +22676,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -22929,7 +22929,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.13.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -22981,7 +22981,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.13.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -23253,7 +23253,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.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..82a7d97fc85ba 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.13.0-rc1 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index ae40b96e8657e..01aefddc2a358 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.13.0-rc1 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index ba37a63431b6b..114a58ca3cc68 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -23901,7 +23901,7 @@ spec: key: applicationsetcontroller.webhook.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24036,7 +24036,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -24124,7 +24124,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.13.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -24243,7 +24243,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -24524,7 +24524,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.13.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -24576,7 +24576,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.13.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -24930,7 +24930,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -25238,7 +25238,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index deefe124a2048..9e91d4b05bcf2 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1694,7 +1694,7 @@ spec: key: applicationsetcontroller.webhook.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1829,7 +1829,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -1917,7 +1917,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.13.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2036,7 +2036,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2317,7 +2317,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.13.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2369,7 +2369,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.13.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2723,7 +2723,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -3031,7 +3031,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index 6fd35145cb0ca..1530472ee68aa 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -23018,7 +23018,7 @@ spec: key: applicationsetcontroller.webhook.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -23153,7 +23153,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -23241,7 +23241,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.13.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -23341,7 +23341,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -23594,7 +23594,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.13.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -23646,7 +23646,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.13.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -23998,7 +23998,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -24306,7 +24306,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 0d9c0816cfe30..e7084bbf9aa88 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -811,7 +811,7 @@ spec: key: applicationsetcontroller.webhook.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -946,7 +946,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -1034,7 +1034,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.13.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1134,7 +1134,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1387,7 +1387,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.13.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1439,7 +1439,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.13.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1791,7 +1791,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -2099,7 +2099,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.13.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: