Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2025

This PR contains the following updates:

Package Update Change
argo-cd patch 9.2.29.2.3

Release Notes

argoproj/argo-helm (argo-cd)

v9.2.3

Compare Source

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

What's Changed

  • fix(argo-cd): Add default values for liveness and readiness enablement, and set to … by @​mickkael in #​3649

Full Changelog: argoproj/argo-helm@argo-cd-9.2.2...argo-cd-9.2.3


Configuration

📅 Schedule: 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.

@github-actions
Copy link

github-actions bot commented Dec 31, 2025

--- kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack OCIRepository: monitoring/kube-prometheus-stack

+++ kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack OCIRepository: monitoring/kube-prometheus-stack

@@ -11,9 +11,9 @@

 spec:
   interval: 1h
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 80.9.2
+    tag: 80.9.1
   url: oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
 

@github-actions
Copy link

--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-applicationset-controller

+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-applicationset-controller

@@ -23,13 +23,13 @@

     matchLabels:
       app.kubernetes.io/name: argocd-applicationset-controller
       app.kubernetes.io/instance: argocd
   template:
     metadata:
       annotations:
-        checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+        checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
       labels:
         app.kubernetes.io/name: argocd-applicationset-controller
         app.kubernetes.io/instance: argocd
         app.kubernetes.io/component: applicationset-controller
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: argocd
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-notifications-controller

+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-notifications-controller

@@ -25,13 +25,13 @@

     matchLabels:
       app.kubernetes.io/name: argocd-notifications-controller
       app.kubernetes.io/instance: argocd
   template:
     metadata:
       annotations:
-        checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+        checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
       labels:
         app.kubernetes.io/name: argocd-notifications-controller
         app.kubernetes.io/instance: argocd
         app.kubernetes.io/component: notifications-controller
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: argocd
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-repo-server

+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-repo-server

@@ -23,14 +23,14 @@

     matchLabels:
       app.kubernetes.io/name: argocd-repo-server
       app.kubernetes.io/instance: argocd
   template:
     metadata:
       annotations:
-        checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
-        checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
+        checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+        checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
       labels:
         app.kubernetes.io/name: argocd-repo-server
         app.kubernetes.io/instance: argocd
         app.kubernetes.io/component: repo-server
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: argocd
@@ -334,12 +334,30 @@

         - name: repo-server
           containerPort: 8081
           protocol: TCP
         - name: metrics
           containerPort: 8084
           protocol: TCP
+        livenessProbe:
+          httpGet:
+            path: /healthz?full=true
+            port: metrics
+          initialDelaySeconds: 10
+          periodSeconds: 10
+          timeoutSeconds: 1
+          successThreshold: 1
+          failureThreshold: 3
+        readinessProbe:
+          httpGet:
+            path: /healthz
+            port: metrics
+          initialDelaySeconds: 10
+          periodSeconds: 10
+          timeoutSeconds: 1
+          successThreshold: 1
+          failureThreshold: 3
         resources: {}
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-server

+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-server

@@ -23,14 +23,14 @@

     matchLabels:
       app.kubernetes.io/name: argocd-server
       app.kubernetes.io/instance: argocd
   template:
     metadata:
       annotations:
-        checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
-        checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
+        checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+        checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
       labels:
         app.kubernetes.io/name: argocd-server
         app.kubernetes.io/instance: argocd
         app.kubernetes.io/component: server
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: argocd
@@ -382,12 +382,30 @@

         - name: server
           containerPort: 8080
           protocol: TCP
         - name: metrics
           containerPort: 8083
           protocol: TCP
+        livenessProbe:
+          httpGet:
+            path: /healthz?full=true
+            port: server
+          initialDelaySeconds: 10
+          periodSeconds: 10
+          timeoutSeconds: 1
+          successThreshold: 1
+          failureThreshold: 3
+        readinessProbe:
+          httpGet:
+            path: /healthz
+            port: server
+          initialDelaySeconds: 10
+          periodSeconds: 10
+          timeoutSeconds: 1
+          successThreshold: 1
+          failureThreshold: 3
         resources: {}
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-dex-server

+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-dex-server

@@ -23,13 +23,13 @@

     matchLabels:
       app.kubernetes.io/name: argocd-dex-server
       app.kubernetes.io/instance: argocd
   template:
     metadata:
       annotations:
-        checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+        checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
       labels:
         app.kubernetes.io/name: argocd-dex-server
         app.kubernetes.io/instance: argocd
         app.kubernetes.io/component: dex-server
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: argocd
--- HelmRelease: infrastructure/argocd StatefulSet: infrastructure/argocd-application-controller

+++ HelmRelease: infrastructure/argocd StatefulSet: infrastructure/argocd-application-controller

@@ -24,14 +24,14 @@

     matchLabels:
       app.kubernetes.io/name: argocd-application-controller
       app.kubernetes.io/instance: argocd
   template:
     metadata:
       annotations:
-        checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
-        checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
+        checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+        checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
       labels:
         app.kubernetes.io/name: argocd-application-controller
         app.kubernetes.io/instance: argocd
         app.kubernetes.io/component: application-controller
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: argocd

@renovate renovate bot enabled auto-merge (squash) January 1, 2026 16:33
@renovate renovate bot force-pushed the renovate/argo-cd-9.x branch from bb261bc to 504986d Compare January 1, 2026 16:33
@renovate renovate bot merged commit 80ebcda into main Jan 1, 2026
2 checks passed
@renovate renovate bot deleted the renovate/argo-cd-9.x branch January 1, 2026 21: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.

1 participant