Skip to content

chore(deps): update helm release argo-cd to v9.5.14#1290

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/argo-cd-9.x
May 13, 2026
Merged

chore(deps): update helm release argo-cd to v9.5.14#1290
renovate[bot] merged 1 commit into
mainfrom
renovate/argo-cd-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 13, 2026

This PR contains the following updates:

Package Update Change
argo-cd patch 9.5.139.5.14

Release Notes

argoproj/argo-helm (argo-cd)

v9.5.14

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

Full Changelog: argoproj/argo-helm@argo-cd-9.5.13...argo-cd-9.5.14


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/argo-cd-9.x branch from ad8a052 to bc75e95 Compare May 13, 2026 05:48
@github-actions
Copy link
Copy Markdown

Argo CD Diff Preview

Summary:

Total: 3 files changed

Modified (3):
± argo-cd (+7|-7)
± kubernetes-services (+1|-1)
± prometheus (+1|-1)
argo-cd (kubernetes-services/templates/argo-cd.yaml)
@@ Application modified: argo-cd (kubernetes-services/templates/argo-cd.yaml) @@
               optional: true
         - name: ARGOCD_APPLICATIONSET_CONTROLLER_MAX_RESOURCES_STATUS_COUNT
           valueFrom:
             configMapKeyRef:
               key: applicationsetcontroller.status.max.resources.count
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v3.4.1
+        image: quay.io/argoproj/argocd:v3.4.2
         imagePullPolicy: IfNotPresent
         name: applicationset-controller
         ports:
         - containerPort: 8080
           name: metrics
           protocol: TCP
         - containerPort: 8081
@@ skipped 140 lines (230 -> 369) @@
               optional: true
         - name: ARGOCD_LOG_FORMAT_TIMESTAMP
           valueFrom:
             configMapKeyRef:
               key: log.format.timestamp
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v3.4.1
+        image: quay.io/argoproj/argocd:v3.4.2
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz?full=true
             port: 8087
           initialDelaySeconds: 30
@@ skipped 157 lines (386 -> 542) @@
               optional: true
         - name: ARGOCD_NOTIFICATION_CONTROLLER_REPO_SERVER_PLAINTEXT
           valueFrom:
             configMapKeyRef:
               key: notificationscontroller.repo.server.plaintext
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v3.4.1
+        image: quay.io/argoproj/argocd:v3.4.2
         imagePullPolicy: IfNotPresent
         name: notifications-controller
         ports:
         - containerPort: 9001
           name: metrics
           protocol: TCP
         resources: {}
@@ skipped 435 lines (559 -> 993) @@
               optional: true
         - name: HELM_CACHE_HOME
           value: /helm-working-dir
         - name: HELM_CONFIG_HOME
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v3.4.1
+        image: quay.io/argoproj/argocd:v3.4.2
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz?full=true
             port: metrics
           initialDelaySeconds: 10
@@ skipped 48 lines (1010 -> 1057) @@
       initContainers:
       - args:
         - /bin/cp --update=none /usr/local/bin/argocd /var/run/argocd/argocd && /bin/ln
           -sf /var/run/argocd/argocd /var/run/argocd/argocd-cmp-server
         command:
         - sh
         - -c
-        image: quay.io/argoproj/argocd:v3.4.1
+        image: quay.io/argoproj/argocd:v3.4.2
         imagePullPolicy: IfNotPresent
         name: copyutil
         resources: {}
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
@@ skipped 401 lines (1074 -> 1474) @@
               optional: true
         - name: ARGOCD_SYNC_WITH_REPLACE_ALLOWED
           valueFrom:
             configMapKeyRef:
               key: server.sync.replace.allowed
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v3.4.1
+        image: quay.io/argoproj/argocd:v3.4.2
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz?full=true
             port: server
           initialDelaySeconds: 10
@@ skipped 426 lines (1491 -> 1916) @@
           valueFrom:
             configMapKeyRef:
               key: commit.server
               name: argocd-cmd-params-cm
               optional: true
         - name: KUBECACHEDIR
           value: /tmp/kubecache
-        image: quay.io/argoproj/argocd:v3.4.1
+        image: quay.io/argoproj/argocd:v3.4.2
         imagePullPolicy: IfNotPresent
         name: application-controller
         ports:
         - containerPort: 8082
           name: metrics
           protocol: TCP
         readinessProbe:
kubernetes-services (argo-cd/argo-git-repository.yaml)
@@ Application modified: kubernetes-services (argo-cd/argo-git-repository.yaml) @@
                   end
                 end
               end
               return hs
         dex:
           enabled: false
     repoURL: https://argoproj.github.io/argo-helm
-    targetRevision: 9.5.13
+    targetRevision: 9.5.14
   syncPolicy:
     automated:
       prune: true
       selfHeal: true
     syncOptions:
     - ServerSideApply=true
 ---
prometheus (kubernetes-services/templates/prometheus.yaml)
@@ Application modified: prometheus (kubernetes-services/templates/prometheus.yaml) @@
   strategy:
     type: RollingUpdate
   template:
     metadata:
       annotations:
         checksum/config: 5bceeca3808849664f09f642547ce17fdf495522238ef9ce952b20cfa36b7de5
         checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
-        checksum/secret: adcb1a3675e3c2e2ac3ed76c18368474dc41f4ec8e91bb75d5dbdc42bb6a439d
+        checksum/secret: a6c7fc5da8fef7e00bb617e6731e420084b79849f10518146748e84be9588937
         kubectl.kubernetes.io/default-container: grafana
       labels:
         app.kubernetes.io/instance: prometheus
         app.kubernetes.io/name: grafana
         app.kubernetes.io/version: 13.0.1
         helm.sh/chart: grafana-12.3.1
     spec:

Stats:
[Applications: 18], [Full Run: 1m5s], [Rendering: 12s], [Cluster: 21s], [Argo CD: 32s]

@renovate renovate Bot merged commit 47a016b into main May 13, 2026
3 checks passed
@renovate renovate Bot deleted the renovate/argo-cd-9.x branch May 13, 2026 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants