From c6821bb43faff0271b5421be25918e2c6e9f458f Mon Sep 17 00:00:00 2001 From: ishitasequeira <46771830+ishitasequeira@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:54:24 +0000 Subject: [PATCH] Bump version to 2.13.2 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- VERSION | 2 +- manifests/base/kustomization.yaml | 2 +- manifests/core-install.yaml | 10 +++++----- manifests/core-install/kustomization.yaml | 2 +- manifests/ha/base/kustomization.yaml | 2 +- manifests/ha/install.yaml | 16 ++++++++-------- manifests/ha/namespace-install.yaml | 16 ++++++++-------- manifests/install.yaml | 16 ++++++++-------- manifests/namespace-install.yaml | 16 ++++++++-------- 9 files changed, 41 insertions(+), 41 deletions(-) diff --git a/VERSION b/VERSION index 94f15e9cc3098..0e83a9a9c4e65 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.13.1 +2.13.2 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 34568e1ecbdb6..7a4a3c4cdc28d 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: v2.13.1 + newTag: v2.13.2 resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index 67643054928d3..999ef8da9930a 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -22571,7 +22571,7 @@ spec: key: applicationsetcontroller.webhook.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -22689,7 +22689,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -22942,7 +22942,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -22994,7 +22994,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -23284,7 +23284,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 9b38fdacb391f..10a60b673ea54 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: v2.13.1 + newTag: v2.13.2 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index eca95c48542a8..dfb4365cdb01f 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: v2.13.1 + newTag: v2.13.2 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 5eeb2a693d31d..9dc8021b78bab 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -23914,7 +23914,7 @@ spec: key: applicationsetcontroller.webhook.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24049,7 +24049,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always name: copyutil securityContext: @@ -24137,7 +24137,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -24256,7 +24256,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -24537,7 +24537,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -24589,7 +24589,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -24943,7 +24943,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -25269,7 +25269,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 7345ebb61d781..421b03e509375 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2036,7 +2036,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -3049,7 +3049,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index fd05adcdffd9b..e342aebef0d73 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -23031,7 +23031,7 @@ spec: key: applicationsetcontroller.webhook.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -23166,7 +23166,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always name: copyutil securityContext: @@ -23254,7 +23254,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -23354,7 +23354,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -23607,7 +23607,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -23659,7 +23659,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -24011,7 +24011,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -24337,7 +24337,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 86ebc381c1d7d..fe64454a59b46 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1134,7 +1134,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 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:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -2117,7 +2117,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.13.1 + image: quay.io/argoproj/argocd:v2.13.2 imagePullPolicy: Always name: argocd-application-controller ports: