From 37b1cf5306f9c245f188c4c0566c23a0f80cdc65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:17:41 +0300 Subject: [PATCH] Bump version to 2.10.8 (#17990) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pasha-codefresh <39732895+pasha-codefresh@users.noreply.github.com> --- VERSION | 2 +- manifests/base/kustomization.yaml | 2 +- manifests/core-install.yaml | 8 ++++---- manifests/core-install/kustomization.yaml | 2 +- manifests/ha/base/kustomization.yaml | 2 +- manifests/ha/install.yaml | 14 +++++++------- manifests/ha/namespace-install.yaml | 14 +++++++------- manifests/install.yaml | 14 +++++++------- manifests/namespace-install.yaml | 14 +++++++------- 9 files changed, 36 insertions(+), 36 deletions(-) diff --git a/VERSION b/VERSION index b6307018831e4..c63c9a7524808 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.7 +2.10.8 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 8defd8d13ab9a..6fd79fc81d55b 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.10.7 + newTag: v2.10.8 resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index bac8368f920f8..5a505ab3b704e 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -21020,7 +21020,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -21344,7 +21344,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -21396,7 +21396,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -21663,7 +21663,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 1258fef4cd93d..176efbde53f8c 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.10.7 + newTag: v2.10.8 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index 0a8d21e8575ba..a9040b75875af 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.10.7 + newTag: v2.10.8 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index f3ee5481568a6..03c0e20afafaf 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -22383,7 +22383,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -22506,7 +22506,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: copyutil securityContext: @@ -22588,7 +22588,7 @@ spec: key: notificationscontroller.selfservice.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -22943,7 +22943,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -22995,7 +22995,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -23314,7 +23314,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: httpGet: @@ -23608,7 +23608,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index ec6bcb02d106f..4b6495c0981b8 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1668,7 +1668,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1791,7 +1791,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: copyutil securityContext: @@ -1873,7 +1873,7 @@ spec: key: notificationscontroller.selfservice.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2228,7 +2228,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2280,7 +2280,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2599,7 +2599,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: httpGet: @@ -2893,7 +2893,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index 32f106c0b12d9..b597142286f1b 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -21478,7 +21478,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -21601,7 +21601,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: copyutil securityContext: @@ -21683,7 +21683,7 @@ spec: key: notificationscontroller.selfservice.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -21989,7 +21989,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -22041,7 +22041,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -22358,7 +22358,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: httpGet: @@ -22652,7 +22652,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 55cd99c3a17f8..9581cf1f1e150 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -763,7 +763,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -886,7 +886,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: copyutil securityContext: @@ -968,7 +968,7 @@ spec: key: notificationscontroller.selfservice.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1274,7 +1274,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1326,7 +1326,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1643,7 +1643,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always livenessProbe: httpGet: @@ -1937,7 +1937,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.10.7 + image: quay.io/argoproj/argocd:v2.10.8 imagePullPolicy: Always name: argocd-application-controller ports: