From b5bdef0d0657089cae4846e9596dca96b08312e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 17:01:07 +0300 Subject: [PATCH] Bump version to 2.8.19 (#18322) 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 | 10 ++++----- manifests/core-install/kustomization.yaml | 2 +- manifests/ha/base/kustomization.yaml | 2 +- .../ha/base/redis-ha/chart/upstream.yaml | 5 +---- manifests/ha/install.yaml | 21 ++++++++----------- manifests/ha/namespace-install.yaml | 21 ++++++++----------- manifests/install.yaml | 16 +++++++------- manifests/namespace-install.yaml | 16 +++++++------- 10 files changed, 44 insertions(+), 53 deletions(-) diff --git a/VERSION b/VERSION index e8f6dcdb3af8e..3db58c920a722 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.18 +2.8.19 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 62e384ea8bd14..37a572ab0a11a 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.18 + newTag: v2.8.19 resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index 2fd3b4d83fdb2..104ddb504ac13 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.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -19032,7 +19032,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 75dd1b3fc90d0..fad43401de643 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.18 + newTag: v2.8.19 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index 6a0d80c9609f5..ff0bf3fceb557 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.18 + newTag: v2.8.19 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 3d705de257c83..c5105562a637d 100644 --- a/manifests/ha/base/redis-ha/chart/upstream.yaml +++ b/manifests/ha/base/redis-ha/chart/upstream.yaml @@ -1054,10 +1054,7 @@ spec: app: redis-ha-haproxy release: argocd annotations: - prometheus.io/port: "9101" - prometheus.io/scrape: "true" - prometheus.io/path: "/metrics" - checksum/config: e34e8124c38bcfd2f16e75620bbde30158686692b13bc449eecc44c51b207d54 + checksum/config: 2cb2cc491da078531f46cefd660dfcc1703f56dc3186217ec25d2f83d38a3736 spec: # Needed when using unmodified rbac-setup.yml diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 7f4b50f07295a..5c5746ba205fd 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -20398,10 +20398,7 @@ spec: template: metadata: annotations: - checksum/config: e34e8124c38bcfd2f16e75620bbde30158686692b13bc449eecc44c51b207d54 - prometheus.io/path: /metrics - prometheus.io/port: "9101" - prometheus.io/scrape: "true" + checksum/config: 2cb2cc491da078531f46cefd660dfcc1703f56dc3186217ec25d2f83d38a3736 labels: app.kubernetes.io/name: argocd-redis-ha-haproxy name: argocd-redis-ha-haproxy @@ -20457,7 +20454,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -20696,7 +20693,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -20748,7 +20745,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.18 + image: quay.io/argoproj/argocd:v2.8.19 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -21048,7 +21045,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always livenessProbe: httpGet: @@ -21305,7 +21302,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 3fe7ba1a493af..67bf484eeab5a 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1910,10 +1910,7 @@ spec: template: metadata: annotations: - checksum/config: e34e8124c38bcfd2f16e75620bbde30158686692b13bc449eecc44c51b207d54 - prometheus.io/path: /metrics - prometheus.io/port: "9101" - prometheus.io/scrape: "true" + checksum/config: 2cb2cc491da078531f46cefd660dfcc1703f56dc3186217ec25d2f83d38a3736 labels: app.kubernetes.io/name: argocd-redis-ha-haproxy name: argocd-redis-ha-haproxy @@ -1969,7 +1966,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2208,7 +2205,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2260,7 +2257,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.18 + image: quay.io/argoproj/argocd:v2.8.19 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2560,7 +2557,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always livenessProbe: httpGet: @@ -2817,7 +2814,7 @@ spec: key: controller.ignore.normalizer.jq.timeout name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index a01695bd478a6..d3e8901202bff 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -19563,7 +19563,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 4ff8fb79f8d15..2c211228dbfaf 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1075,7 +1075,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 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.18 + image: quay.io/argoproj/argocd:v2.8.19 imagePullPolicy: Always name: argocd-application-controller ports: