From 07800daec1644eda12703b0ad30d41040cef1562 Mon Sep 17 00:00:00 2001 From: Catalog Updater Date: Mon, 11 Sep 2023 17:47:04 +0000 Subject: [PATCH] Release argo-cd-v2.6.12-kbst.0 --- src/argo-cd/ha/install.yaml | 28 +++++++++++++-------------- src/argo-cd/ha/kustomization.yaml | 2 +- src/argo-cd/normal/install.yaml | 18 ++++++++--------- src/argo-cd/normal/kustomization.yaml | 2 +- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/argo-cd/ha/install.yaml b/src/argo-cd/ha/install.yaml index 1669036c..ca625042 100644 --- a/src/argo-cd/ha/install.yaml +++ b/src/argo-cd/ha/install.yaml @@ -16758,7 +16758,7 @@ spec: key: applicationsetcontroller.enable.progressive.syncs name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -16839,7 +16839,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.35.3 + image: ghcr.io/dexidp/dex:v2.37.0 imagePullPolicy: Always name: dex ports: @@ -16868,7 +16868,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always name: copyutil securityContext: @@ -16921,7 +16921,7 @@ spec: containers: - command: - argocd-notifications - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -16992,7 +16992,7 @@ spec: app.kubernetes.io/name: argocd-redis-ha-haproxy topologyKey: kubernetes.io/hostname containers: - - image: haproxy:2.6.9-alpine + - image: haproxy:2.6.14-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -17028,7 +17028,7 @@ spec: - /readonly/haproxy_init.sh command: - sh - image: haproxy:2.6.9-alpine + image: haproxy:2.6.14-alpine imagePullPolicy: IfNotPresent name: config-init securityContext: @@ -17224,7 +17224,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -17276,7 +17276,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -17555,7 +17555,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always livenessProbe: httpGet: @@ -17791,7 +17791,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always name: argocd-application-controller ports: @@ -17868,7 +17868,7 @@ spec: - /data/conf/redis.conf command: - redis-server - image: redis:7.0.8-alpine + image: redis:7.0.11-alpine imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -17921,7 +17921,7 @@ spec: - /data/conf/sentinel.conf command: - redis-sentinel - image: redis:7.0.8-alpine + image: redis:7.0.11-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -17973,7 +17973,7 @@ spec: value: 40000915ab58c3fa8fd888fb8b24711944e6cbb4 - name: SENTINEL_ID_2 value: 2bbec7894d954a8af3bb54d13eaec53cb024e2ca - image: redis:7.0.8-alpine + image: redis:7.0.11-alpine imagePullPolicy: IfNotPresent name: split-brain-fix resources: {} @@ -18002,7 +18002,7 @@ spec: value: 40000915ab58c3fa8fd888fb8b24711944e6cbb4 - name: SENTINEL_ID_2 value: 2bbec7894d954a8af3bb54d13eaec53cb024e2ca - image: redis:7.0.8-alpine + image: redis:7.0.11-alpine imagePullPolicy: IfNotPresent name: config-init securityContext: diff --git a/src/argo-cd/ha/kustomization.yaml b/src/argo-cd/ha/kustomization.yaml index 9e046aa0..e2407822 100644 --- a/src/argo-cd/ha/kustomization.yaml +++ b/src/argo-cd/ha/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: argocd commonAnnotations: app.kubernetes.io/managed-by: kubestack - app.kubernetes.io/version: v2.6.7 + app.kubernetes.io/version: v2.6.12 catalog.kubestack.com/heritage: kubestack.com/catalog/argo-cd catalog.kubestack.com/variant: ha resources: diff --git a/src/argo-cd/normal/install.yaml b/src/argo-cd/normal/install.yaml index ca497d62..fde0c0f5 100644 --- a/src/argo-cd/normal/install.yaml +++ b/src/argo-cd/normal/install.yaml @@ -15877,7 +15877,7 @@ spec: key: applicationsetcontroller.enable.progressive.syncs name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -15958,7 +15958,7 @@ spec: key: dexserver.disable.tls name: argocd-cmd-params-cm optional: true - image: ghcr.io/dexidp/dex:v2.35.3 + image: ghcr.io/dexidp/dex:v2.37.0 imagePullPolicy: Always name: dex ports: @@ -15987,7 +15987,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always name: copyutil securityContext: @@ -16040,7 +16040,7 @@ spec: containers: - command: - argocd-notifications - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -16117,7 +16117,7 @@ spec: - "" - --appendonly - "no" - image: redis:7.0.8-alpine + image: redis:7.0.11-alpine imagePullPolicy: Always name: redis ports: @@ -16299,7 +16299,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -16351,7 +16351,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -16626,7 +16626,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always livenessProbe: httpGet: @@ -16860,7 +16860,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.6.7 + image: quay.io/argoproj/argocd:v2.6.12 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/src/argo-cd/normal/kustomization.yaml b/src/argo-cd/normal/kustomization.yaml index bc1cbe31..e535bef1 100644 --- a/src/argo-cd/normal/kustomization.yaml +++ b/src/argo-cd/normal/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: argocd commonAnnotations: app.kubernetes.io/managed-by: kubestack - app.kubernetes.io/version: v2.6.7 + app.kubernetes.io/version: v2.6.12 catalog.kubestack.com/heritage: kubestack.com/catalog/argo-cd catalog.kubestack.com/variant: normal resources: