From 85025e1dcb683b192ea3599de0b0a196d64c94a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 18:41:17 -0400 Subject: [PATCH] Bump version to 2.8.5 (#16113) Signed-off-by: GitHub Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: crenshaw-dev Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@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 +- .../ha/base/redis-ha/chart/upstream.yaml | 52 ++++++++++++++++--- manifests/ha/install.yaml | 14 ++--- manifests/ha/namespace-install.yaml | 14 ++--- manifests/install.yaml | 14 ++--- manifests/namespace-install.yaml | 14 ++--- 10 files changed, 82 insertions(+), 42 deletions(-) diff --git a/VERSION b/VERSION index 2701a226a2f02..766d70806b3f3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.4 +2.8.5 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index fac1e51a2cec3..1dfc3449925a5 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.4 + newTag: v2.8.5 resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index 5ff3999b5801d..1c9979d27bbb9 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -18880,7 +18880,7 @@ spec: key: applicationsetcontroller.allowed.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -19180,7 +19180,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -19232,7 +19232,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -19451,7 +19451,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index bb80a60ff6695..db5d6994f3599 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.4 + newTag: v2.8.5 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index fd7852d76075e..ea7c0c692d933 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.4 + newTag: v2.8.5 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 7ee7bd76dc517..004c8773f284f 100644 --- a/manifests/ha/base/redis-ha/chart/upstream.yaml +++ b/manifests/ha/base/redis-ha/chart/upstream.yaml @@ -1080,7 +1080,13 @@ spec: args: - /readonly/haproxy_init.sh securityContext: - null + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL + runAsNonRoot: true + seccompProfile: + type: RuntimeDefault volumeMounts: - name: config-volume mountPath: /readonly @@ -1092,7 +1098,13 @@ spec: image: haproxy:2.6.14-alpine imagePullPolicy: IfNotPresent securityContext: - null + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL + runAsNonRoot: true + seccompProfile: + type: RuntimeDefault livenessProbe: httpGet: path: /healthz @@ -1188,7 +1200,14 @@ spec: args: - /readonly-config/init.sh securityContext: - null + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL + runAsNonRoot: true + runAsUser: 1000 + seccompProfile: + type: RuntimeDefault env: - name: SENTINEL_ID_0 value: 3c0d9c0320bb34888c2df5757c718ce6ca992ce6 @@ -1213,7 +1232,14 @@ spec: args: - /data/conf/redis.conf securityContext: - null + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL + runAsNonRoot: true + runAsUser: 1000 + seccompProfile: + type: RuntimeDefault livenessProbe: initialDelaySeconds: 30 periodSeconds: 15 @@ -1263,7 +1289,14 @@ spec: args: - /data/conf/sentinel.conf securityContext: - null + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL + runAsNonRoot: true + runAsUser: 1000 + seccompProfile: + type: RuntimeDefault livenessProbe: initialDelaySeconds: 30 periodSeconds: 15 @@ -1307,7 +1340,14 @@ spec: args: - /readonly-config/fix-split-brain.sh securityContext: - null + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL + runAsNonRoot: true + runAsUser: 1000 + seccompProfile: + type: RuntimeDefault env: - name: SENTINEL_ID_0 value: 3c0d9c0320bb34888c2df5757c718ce6ca992ce6 diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index fb85dbbec7480..ad14dbeba0975 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -20129,7 +20129,7 @@ spec: key: applicationsetcontroller.allowed.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -20252,7 +20252,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: copyutil securityContext: @@ -20328,7 +20328,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -20654,7 +20654,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -20706,7 +20706,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -20995,7 +20995,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: httpGet: @@ -21241,7 +21241,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index f68feb55af6e8..013eea712f727 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1635,7 +1635,7 @@ spec: key: applicationsetcontroller.allowed.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1758,7 +1758,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: copyutil securityContext: @@ -1834,7 +1834,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2160,7 +2160,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2212,7 +2212,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2501,7 +2501,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: httpGet: @@ -2747,7 +2747,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index b529292252b33..b48dde0f41a6e 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -19230,7 +19230,7 @@ spec: key: applicationsetcontroller.allowed.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -19353,7 +19353,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: copyutil securityContext: @@ -19429,7 +19429,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -19711,7 +19711,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -19763,7 +19763,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -20050,7 +20050,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: httpGet: @@ -20296,7 +20296,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 33c8010825954..a38dcc5ba8d0b 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -736,7 +736,7 @@ spec: key: applicationsetcontroller.allowed.scm.providers name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -859,7 +859,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: copyutil securityContext: @@ -935,7 +935,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1217,7 +1217,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1269,7 +1269,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1556,7 +1556,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always livenessProbe: httpGet: @@ -1802,7 +1802,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.8.4 + image: quay.io/argoproj/argocd:v2.8.5 imagePullPolicy: Always name: argocd-application-controller ports: