Skip to content

fix(helm): update chart argo-cd ( 9.4.0 → 9.4.3 ) - autoclosed#3159

Merged
rogerrum merged 1 commit intomainfrom
renovate/argo-cd-9.x
Feb 21, 2026
Merged

fix(helm): update chart argo-cd ( 9.4.0 → 9.4.3 ) - autoclosed#3159
rogerrum merged 1 commit intomainfrom
renovate/argo-cd-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 5, 2026

This PR contains the following updates:

Package Update Change
argo-cd patch 9.4.09.4.3

Release Notes

argoproj/argo-helm (argo-cd)

v9.4.3

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-workflows-0.47.4...argo-cd-9.4.3

v9.4.2

Compare Source

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

What's Changed

Full Changelog: argoproj/argo-helm@argocd-image-updater-1.1.0...argo-cd-9.4.2

v9.4.1

Compare Source

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

What's Changed

New Contributors

Full Changelog: argoproj/argo-helm@argo-workflows-0.47.3...argo-cd-9.4.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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
Copy Markdown

github-actions Bot commented Feb 5, 2026

Path: argocd
Version: 9.4.0 -> 9.4.3

--- /tmp/tmp.vqLGJPjoLx	2026-02-18 19:01:41.659853455 +0000
+++ /tmp/tmp.9y6G5EyceX	2026-02-18 19:01:44.186869826 +0000
@@ -32653,7 +32653,7 @@
       automountServiceAccountToken: true
       containers:
         - name: applicationset-controller
-          image: quay.io/argoproj/argocd:v3.3.0
+          image: quay.io/argoproj/argocd:v3.3.1
           imagePullPolicy: IfNotPresent
           args:
             - /usr/local/bin/argocd-applicationset-controller
@@ -32931,7 +32931,7 @@
       automountServiceAccountToken: true
       containers:
         - name: notifications-controller
-          image: quay.io/argoproj/argocd:v3.3.0
+          image: quay.io/argoproj/argocd:v3.3.1
           imagePullPolicy: IfNotPresent
           args:
             - /usr/local/bin/argocd-notifications
@@ -33045,7 +33045,7 @@
       automountServiceAccountToken: true
       containers:
         - name: repo-server
-          image: quay.io/argoproj/argocd:v3.3.0
+          image: quay.io/argoproj/argocd:v3.3.1
           imagePullPolicy: IfNotPresent
           args:
             - /usr/local/bin/argocd-repo-server
@@ -33394,9 +33394,9 @@
             - '-c'
           args:
             - /bin/cp --update=none /usr/local/bin/argocd /var/run/argocd/argocd
-              && /bin/ln -s /var/run/argocd/argocd
+              && /bin/ln -sf /var/run/argocd/argocd
               /var/run/argocd/argocd-cmp-server
-          image: quay.io/argoproj/argocd:v3.3.0
+          image: quay.io/argoproj/argocd:v3.3.1
           imagePullPolicy: IfNotPresent
           name: copyutil
           resources:
@@ -33525,7 +33525,7 @@
       automountServiceAccountToken: true
       containers:
         - name: server
-          image: quay.io/argoproj/argocd:v3.3.0
+          image: quay.io/argoproj/argocd:v3.3.1
           imagePullPolicy: IfNotPresent
           args:
             - /usr/local/bin/argocd-server
@@ -34308,7 +34308,7 @@
         - args:
             - /usr/local/bin/argocd-application-controller
             - --metrics-port=8082
-          image: quay.io/argoproj/argocd:v3.3.0
+          image: quay.io/argoproj/argocd:v3.3.1
           imagePullPolicy: IfNotPresent
           name: application-controller
           env:
@@ -34888,7 +34888,7 @@
             - argocd
             - admin
             - redis-initial-password
-          image: quay.io/argoproj/argocd:v3.3.0
+          image: quay.io/argoproj/argocd:v3.3.1
           imagePullPolicy: IfNotPresent
           name: secret-init
           resources: {}

@renovate renovate Bot force-pushed the renovate/argo-cd-9.x branch from ab1ed8e to 79b9da0 Compare February 12, 2026 17:50
@renovate renovate Bot changed the title fix(helm): update chart argo-cd ( 9.4.0 → 9.4.1 ) fix(helm): update chart argo-cd ( 9.4.0 → 9.4.2 ) Feb 13, 2026
@renovate renovate Bot force-pushed the renovate/argo-cd-9.x branch from 79b9da0 to d11e815 Compare February 13, 2026 14:29
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | argo-cd | 9.4.0 | 9.4.3 |


Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
@renovate renovate Bot changed the title fix(helm): update chart argo-cd ( 9.4.0 → 9.4.2 ) fix(helm): update chart argo-cd ( 9.4.0 → 9.4.3 ) Feb 18, 2026
@renovate renovate Bot force-pushed the renovate/argo-cd-9.x branch from d11e815 to 0b2504d Compare February 18, 2026 19:00
@rogerrum rogerrum merged commit 681098b into main Feb 21, 2026
2 checks passed
@renovate renovate Bot changed the title fix(helm): update chart argo-cd ( 9.4.0 → 9.4.3 ) fix(helm): update chart argo-cd ( 9.4.0 → 9.4.3 ) - autoclosed Feb 21, 2026
@renovate renovate Bot deleted the renovate/argo-cd-9.x branch February 21, 2026 03:10
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