From bf0fa07aed8b749c3ef4e19febb75f63d69e543f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:37:45 -0700 Subject: [PATCH] Bump version to 2.8.21 (#19628) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jessesuen <12677113+jessesuen@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 9423d08989736..6c4bbe4c21d04 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.20 +2.8.21 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 9bbaa2bfb2a56..7f2b215ad8ba1 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.8.20 + newTag: v2.8.21 resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index ec33849bfe318..9ce82c9042bcd 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -18914,7 +18914,7 @@ spec: key: applicationsetcontroller.allowed.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -19032,7 +19032,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -19243,7 +19243,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -19295,7 +19295,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -19525,7 +19525,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 0abfaf090a580..1d16ea6b64354 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.8.20 + newTag: v2.8.21 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index 88066c82bdfbc..0383cfa16bb38 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.8.20 + newTag: v2.8.21 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 57434e4a31102..dc4c9668cb16b 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -20141,7 +20141,7 @@ spec: key: applicationsetcontroller.allowed.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -20264,7 +20264,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: copyutil securityContext: @@ -20340,7 +20340,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -20454,7 +20454,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -20693,7 +20693,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -20745,7 +20745,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -21045,7 +21045,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: httpGet: @@ -21302,7 +21302,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 2a5f52164f640..86a8b2323c651 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1653,7 +1653,7 @@ spec: key: applicationsetcontroller.allowed.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1776,7 +1776,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: copyutil securityContext: @@ -1852,7 +1852,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1966,7 +1966,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2205,7 +2205,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2257,7 +2257,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2557,7 +2557,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: httpGet: @@ -2814,7 +2814,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index b0818f0e009e4..1c7a674aa8595 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -19264,7 +19264,7 @@ spec: key: applicationsetcontroller.allowed.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -19387,7 +19387,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: copyutil securityContext: @@ -19463,7 +19463,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -19563,7 +19563,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -19774,7 +19774,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -19826,7 +19826,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -20124,7 +20124,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: httpGet: @@ -20381,7 +20381,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index fcfcccb12fa28..d8f8863ee74ed 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -776,7 +776,7 @@ spec: key: applicationsetcontroller.allowed.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -899,7 +899,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: copyutil securityContext: @@ -975,7 +975,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1075,7 +1075,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1286,7 +1286,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1338,7 +1338,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1636,7 +1636,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always livenessProbe: httpGet: @@ -1893,7 +1893,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.20 + image: quay.io/argoproj/argocd:v2.8.21 imagePullPolicy: Always name: argocd-application-controller ports: