From 646cc051919b00f4c9cec22cf2848ba4383b2311 Mon Sep 17 00:00:00 2001 From: pasha-codefresh <39732895+pasha-codefresh@users.noreply.github.com> Date: Tue, 21 May 2024 13:26:15 +0000 Subject: [PATCH] Bump version to 2.11.1 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 | 12 +++++----- manifests/core-install/kustomization.yaml | 2 +- manifests/ha/base/kustomization.yaml | 2 +- .../ha/base/redis-ha/chart/upstream.yaml | 8 +++---- manifests/ha/install.yaml | 24 +++++++++---------- manifests/ha/namespace-install.yaml | 24 +++++++++---------- manifests/install.yaml | 18 +++++++------- manifests/namespace-install.yaml | 18 +++++++------- 10 files changed, 56 insertions(+), 56 deletions(-) diff --git a/VERSION b/VERSION index 46b81d815a23b..6ceb272eecd58 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.0 +2.11.1 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index d223e8635c091..3957ef0181105 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.11.0 + newTag: v2.11.1 resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index b34db579534db..29330a097bfa9 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -21224,7 +21224,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -21326,7 +21326,7 @@ spec: secretKeyRef: key: auth name: argocd-redis - image: redis:7.0.15-alpine + image: redis:7.0.14-alpine imagePullPolicy: Always name: redis ports: @@ -21342,7 +21342,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -21583,7 +21583,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -21635,7 +21635,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -21907,7 +21907,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index b29b5f1312e50..78481819ef53b 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.11.0 + newTag: v2.11.1 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index 73b60de748ec6..531072b659a4b 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.11.0 + newTag: v2.11.1 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/base/redis-ha/chart/upstream.yaml b/manifests/ha/base/redis-ha/chart/upstream.yaml index 3aeabcbf53f64..f6fc53ffcae07 100644 --- a/manifests/ha/base/redis-ha/chart/upstream.yaml +++ b/manifests/ha/base/redis-ha/chart/upstream.yaml @@ -1219,7 +1219,7 @@ spec: automountServiceAccountToken: false initContainers: - name: config-init - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent resources: {} @@ -1258,7 +1258,7 @@ spec: containers: - name: redis - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent command: - redis-server @@ -1321,7 +1321,7 @@ spec: - /bin/sh - /readonly-config/trigger-failover-if-master.sh - name: sentinel - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent command: - redis-sentinel @@ -1378,7 +1378,7 @@ spec: {} - name: split-brain-fix - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent command: - sh diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 8d2a4d7ce43b9..2d034d0d550fa 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -22565,7 +22565,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -22688,7 +22688,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: copyutil securityContext: @@ -22770,7 +22770,7 @@ spec: key: notificationscontroller.selfservice.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -22889,7 +22889,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -23158,7 +23158,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -23210,7 +23210,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -23534,7 +23534,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: httpGet: @@ -23833,7 +23833,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: argocd-application-controller ports: @@ -23916,7 +23916,7 @@ spec: secretKeyRef: key: auth name: argocd-redis - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -23976,7 +23976,7 @@ spec: secretKeyRef: key: auth name: argocd-redis - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -24034,7 +24034,7 @@ spec: secretKeyRef: key: auth name: argocd-redis - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent name: split-brain-fix resources: {} @@ -24069,7 +24069,7 @@ spec: secretKeyRef: key: auth name: argocd-redis - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent name: config-init securityContext: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 9f557fc1f43d8..129aec6871ad8 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1686,7 +1686,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1809,7 +1809,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: copyutil securityContext: @@ -1891,7 +1891,7 @@ spec: key: notificationscontroller.selfservice.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2010,7 +2010,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2279,7 +2279,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2331,7 +2331,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2655,7 +2655,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: httpGet: @@ -2954,7 +2954,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: argocd-application-controller ports: @@ -3037,7 +3037,7 @@ spec: secretKeyRef: key: auth name: argocd-redis - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -3097,7 +3097,7 @@ spec: secretKeyRef: key: auth name: argocd-redis - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -3155,7 +3155,7 @@ spec: secretKeyRef: key: auth name: argocd-redis - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent name: split-brain-fix resources: {} @@ -3190,7 +3190,7 @@ spec: secretKeyRef: key: auth name: argocd-redis - image: public.ecr.aws/docker/library/redis:7.0.15-alpine + image: public.ecr.aws/docker/library/redis:7.0.14-alpine imagePullPolicy: IfNotPresent name: config-init securityContext: diff --git a/manifests/install.yaml b/manifests/install.yaml index c2871ec4451b4..6b9be9136a68d 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -21682,7 +21682,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -21805,7 +21805,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: copyutil securityContext: @@ -21887,7 +21887,7 @@ spec: key: notificationscontroller.selfservice.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -21971,7 +21971,7 @@ spec: secretKeyRef: key: auth name: argocd-redis - image: redis:7.0.15-alpine + image: redis:7.0.14-alpine imagePullPolicy: Always name: redis ports: @@ -21987,7 +21987,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -22228,7 +22228,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -22280,7 +22280,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -22602,7 +22602,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: httpGet: @@ -22901,7 +22901,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index d64e1db7046b9..8d86e49838090 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -803,7 +803,7 @@ spec: key: applicationsetcontroller.enable.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -926,7 +926,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: copyutil securityContext: @@ -1008,7 +1008,7 @@ spec: key: notificationscontroller.selfservice.enabled name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1092,7 +1092,7 @@ spec: secretKeyRef: key: auth name: argocd-redis - image: redis:7.0.15-alpine + image: redis:7.0.14-alpine imagePullPolicy: Always name: redis ports: @@ -1108,7 +1108,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1349,7 +1349,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1401,7 +1401,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1723,7 +1723,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always livenessProbe: httpGet: @@ -2022,7 +2022,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.11.0 + image: quay.io/argoproj/argocd:v2.11.1 imagePullPolicy: Always name: argocd-application-controller ports: