From 787fe221baf691c254cf9b257525c20101c4ce6d Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:48:03 +0100 Subject: [PATCH] chore(argocd): Bump ArgoCD version to 3.2.6 --- k8s-peterg/argocd/install.yaml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/k8s-peterg/argocd/install.yaml b/k8s-peterg/argocd/install.yaml index 4ce3fa7..e15427a 100644 --- a/k8s-peterg/argocd/install.yaml +++ b/k8s-peterg/argocd/install.yaml @@ -25262,7 +25262,7 @@ spec: key: applicationsetcontroller.status.max.resources.count name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.2.0 + image: quay.io/argoproj/argocd:v3.2.6 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -25414,7 +25414,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.2.0 + image: quay.io/argoproj/argocd:v3.2.6 imagePullPolicy: Always name: copyutil securityContext: @@ -25510,7 +25510,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.2.0 + image: quay.io/argoproj/argocd:v3.2.6 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25612,7 +25612,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.2.0 + image: quay.io/argoproj/argocd:v3.2.6 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25885,6 +25885,12 @@ spec: key: reposerver.git.request.timeout name: argocd-cmd-params-cm optional: true + - name: ARGOCD_REPO_SERVER_ENABLE_BUILTIN_GIT_CONFIG + valueFrom: + configMapKeyRef: + key: reposerver.enable.builtin.git.config + name: argocd-cmd-params-cm + optional: true - name: ARGOCD_GRPC_MAX_SIZE_MB valueFrom: configMapKeyRef: @@ -25903,7 +25909,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.2.0 + image: quay.io/argoproj/argocd:v3.2.6 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25955,7 +25961,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.2.0 + image: quay.io/argoproj/argocd:v3.2.6 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -26327,7 +26333,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.2.0 + image: quay.io/argoproj/argocd:v3.2.6 imagePullPolicy: Always livenessProbe: httpGet: @@ -26711,7 +26717,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.2.0 + image: quay.io/argoproj/argocd:v3.2.6 imagePullPolicy: Always name: argocd-application-controller ports: @@ -26943,4 +26949,3 @@ spec: app.kubernetes.io/name: argocd-server policyTypes: - Ingress -