Skip to content

fix(helm): update chart argo-cd ( 9.4.10 → 9.4.15 )#3256

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

fix(helm): update chart argo-cd ( 9.4.10 → 9.4.15 )#3256
rogerrum merged 1 commit intomainfrom
renovate/argo-cd-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 16, 2026

This PR contains the following updates:

Package Update Change
argo-cd patch 9.4.109.4.15

Release Notes

argoproj/argo-helm (argo-cd)

v9.4.15

Compare Source

v9.4.14

Compare Source

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

What's Changed

  • fix(argo-cd): Omit runAsUser for dex when deployed on OpenShift by @​CLNRMN in #​3785

New Contributors

Full Changelog: argoproj/argo-helm@argo-workflows-1.0.3...argo-cd-9.4.14

v9.4.13

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.4.12...argo-cd-9.4.13

v9.4.12

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-cd-9.4.11...argo-cd-9.4.12

v9.4.11

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.3...argo-cd-9.4.11


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 Mar 16, 2026

Path: argocd
Version: 9.4.10 -> 9.4.15

--- /tmp/tmp.R1cGKt9dJS	2026-03-19 16:33:02.150591239 +0000
+++ /tmp/tmp.WtIlNVOBRY	2026-03-19 16:33:04.641591235 +0000
@@ -1672,6 +1672,7 @@
 metadata:
   annotations:
     "helm.sh/resource-policy": keep
+    argocd.argoproj.io/sync-options: ServerSideApply=true
   name: applications.argoproj.io
 spec:
   group: argoproj.io
@@ -8243,6 +8244,7 @@
 metadata:
   annotations:
     "helm.sh/resource-policy": keep
+    argocd.argoproj.io/sync-options: ServerSideApply=true
   name: applicationsets.argoproj.io
 spec:
   group: argoproj.io
@@ -31404,12 +31406,13 @@
         status: {}
 
 ---
-# Source: argocd/charts/argo-cd/templates/crds/crd-project.yaml
+# Source: argocd/charts/argo-cd/templates/crds/crd-appproject.yaml
 apiVersion: apiextensions.k8s.io/v1
 kind: CustomResourceDefinition
 metadata:
   annotations:
     "helm.sh/resource-policy": keep
+    argocd.argoproj.io/sync-options: ServerSideApply=true
   name: appprojects.argoproj.io
 spec:
   group: argoproj.io
@@ -32654,7 +32657,7 @@
       automountServiceAccountToken: true
       containers:
         - name: applicationset-controller
-          image: quay.io/argoproj/argocd:v3.3.3
+          image: quay.io/argoproj/argocd:v3.3.4
           imagePullPolicy: IfNotPresent
           args:
             - /usr/local/bin/argocd-applicationset-controller
@@ -32932,7 +32935,7 @@
       automountServiceAccountToken: true
       containers:
         - name: notifications-controller
-          image: quay.io/argoproj/argocd:v3.3.3
+          image: quay.io/argoproj/argocd:v3.3.4
           imagePullPolicy: IfNotPresent
           args:
             - /usr/local/bin/argocd-notifications
@@ -33046,7 +33049,7 @@
       automountServiceAccountToken: true
       containers:
         - name: repo-server
-          image: quay.io/argoproj/argocd:v3.3.3
+          image: quay.io/argoproj/argocd:v3.3.4
           imagePullPolicy: IfNotPresent
           args:
             - /usr/local/bin/argocd-repo-server
@@ -33397,7 +33400,7 @@
             - /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
-          image: quay.io/argoproj/argocd:v3.3.3
+          image: quay.io/argoproj/argocd:v3.3.4
           imagePullPolicy: IfNotPresent
           name: copyutil
           resources:
@@ -33526,7 +33529,7 @@
       automountServiceAccountToken: true
       containers:
         - name: server
-          image: quay.io/argoproj/argocd:v3.3.3
+          image: quay.io/argoproj/argocd:v3.3.4
           imagePullPolicy: IfNotPresent
           args:
             - /usr/local/bin/argocd-server
@@ -34309,7 +34312,7 @@
         - args:
             - /usr/local/bin/argocd-application-controller
             - --metrics-port=8082
-          image: quay.io/argoproj/argocd:v3.3.3
+          image: quay.io/argoproj/argocd:v3.3.4
           imagePullPolicy: IfNotPresent
           name: application-controller
           env:
@@ -34891,7 +34894,7 @@
             - argocd
             - admin
             - redis-initial-password
-          image: quay.io/argoproj/argocd:v3.3.3
+          image: quay.io/argoproj/argocd:v3.3.4
           imagePullPolicy: IfNotPresent
           name: secret-init
           resources: {}

@renovate renovate Bot changed the title fix(helm): update chart argo-cd ( 9.4.10 → 9.4.11 ) fix(helm): update chart argo-cd ( 9.4.10 → 9.4.12 ) Mar 17, 2026
@renovate renovate Bot force-pushed the renovate/argo-cd-9.x branch from 9805979 to 7aac8db Compare March 17, 2026 13:38
@renovate renovate Bot changed the title fix(helm): update chart argo-cd ( 9.4.10 → 9.4.12 ) fix(helm): update chart argo-cd ( 9.4.10 → 9.4.13 ) Mar 18, 2026
@renovate renovate Bot force-pushed the renovate/argo-cd-9.x branch from 7aac8db to cee2234 Compare March 18, 2026 09:51
@renovate renovate Bot changed the title fix(helm): update chart argo-cd ( 9.4.10 → 9.4.13 ) fix(helm): update chart argo-cd ( 9.4.10 → 9.4.14 ) Mar 18, 2026
@renovate renovate Bot force-pushed the renovate/argo-cd-9.x branch from cee2234 to 697a173 Compare March 18, 2026 17:39
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | argo-cd | 9.4.10 | 9.4.15 |


Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
@renovate renovate Bot changed the title fix(helm): update chart argo-cd ( 9.4.10 → 9.4.14 ) fix(helm): update chart argo-cd ( 9.4.10 → 9.4.15 ) Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/argo-cd-9.x branch from 697a173 to 9139a05 Compare March 19, 2026 16:32
@rogerrum rogerrum merged commit 693c938 into main Mar 22, 2026
2 checks passed
@renovate renovate Bot deleted the renovate/argo-cd-9.x branch March 22, 2026 19:24
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