chore(deps): update helm release argo-workflows to v2.0.6 #197

Merged
Peter merged 1 commit from renovate/argo-workflows-2.x into main 2026-09-16 09:22:29 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
argo-workflows HelmChart patch 2.0.42.0.6

Release Notes

argoproj/argo-helm (argo-workflows)

v2.0.6

Compare Source

A Helm chart for Argo Workflows

What's Changed

Full Changelog: https://github.com/argoproj/argo-helm/compare/argo-cd-10.9.0...argo-workflows-2.0.6

v2.0.5

Compare Source

A Helm chart for Argo Workflows

What's Changed

  • feat(argo-workflows): add executor.image.nonroot to use nonroot executor image by @​lemon0333 in #​3983

Full Changelog: https://github.com/argoproj/argo-helm/compare/argo-cd-10.8.4...argo-workflows-2.0.5


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on Tuesday"
  • 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [argo-workflows](https://github.com/argoproj/argo-helm) | HelmChart | patch | `2.0.4` → `2.0.6` | --- ### Release Notes <details> <summary>argoproj/argo-helm (argo-workflows)</summary> ### [`v2.0.6`](https://github.com/argoproj/argo-helm/releases/tag/argo-workflows-2.0.6) [Compare Source](https://github.com/argoproj/argo-helm/compare/argo-workflows-2.0.5...argo-workflows-2.0.6) A Helm chart for Argo Workflows #### What's Changed - chore(argo-workflows): Update dependency argoproj/argo-workflows to v4.1.3 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;4078](https://github.com/argoproj/argo-helm/pull/4078) **Full Changelog**: <https://github.com/argoproj/argo-helm/compare/argo-cd-10.9.0...argo-workflows-2.0.6> ### [`v2.0.5`](https://github.com/argoproj/argo-helm/releases/tag/argo-workflows-2.0.5) [Compare Source](https://github.com/argoproj/argo-helm/compare/argo-workflows-2.0.4...argo-workflows-2.0.5) A Helm chart for Argo Workflows #### What's Changed - feat(argo-workflows): add executor.image.nonroot to use nonroot executor image by [@&#8203;lemon0333](https://github.com/lemon0333) in [#&#8203;3983](https://github.com/argoproj/argo-helm/pull/3983) **Full Changelog**: <https://github.com/argoproj/argo-helm/compare/argo-cd-10.8.4...argo-workflows-2.0.5> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 6am on Tuesday" - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjEuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
chore(deps): update helm release argo-workflows to v2.0.6
All checks were successful
ArgoCD Diff / argocd-diff-preview (pull_request) Successful in 40s
52a5cdc38a

Argo CD Diff Preview

Summary:

Modified (1):
± argo-workflows (+3|-3)
argo-workflows (k8s-peterg/argocd/applications-peterg.yaml)

Deployment: argo-workflows/argo-workflows-server

             fieldRef:
               apiVersion: v1
               fieldPath: metadata.namespace
         - name: ARGO_BASE_HREF
           value: /
-        image: quay.io/argoproj/argocli:v4.1.2
+        image: quay.io/argoproj/argocli:v4.1.3
         imagePullPolicy: Always
         name: argo-server
         ports:
         - containerPort: 2746
           name: web

Deployment: argo-workflows/argo-workflows-workflow-controller

       containers:
       - args:
         - --configmap
         - argo-workflows-workflow-controller-configmap
         - --executor-image
-        - quay.io/argoproj/argoexec:v4.1.2
+        - quay.io/argoproj/argoexec:v4.1.3
         - --loglevel
         - info
         - --gloglevel
         - "0"
         - --log-format
@@ skipped 11 lines (51 -> 61) @@
             fieldRef:
               apiVersion: v1
               fieldPath: metadata.name
         - name: LEADER_ELECTION_DISABLE
           value: "true"
-        image: quay.io/argoproj/workflow-controller:v4.1.2
+        image: quay.io/argoproj/workflow-controller:v4.1.3
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz

Stats:
[Applications: 44], [Full Run: 15s], [Rendering: 14s], [Cluster: 0s], [Argo CD: 1s]

<!-- argocd-diff-preview --> ## Argo CD Diff Preview Summary: ```yaml Modified (1): ± argo-workflows (+3|-3) ``` <details> <summary>argo-workflows (k8s-peterg/argocd/applications-peterg.yaml)</summary> <br> #### Deployment: argo-workflows/argo-workflows-server ```diff fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: ARGO_BASE_HREF value: / - image: quay.io/argoproj/argocli:v4.1.2 + image: quay.io/argoproj/argocli:v4.1.3 imagePullPolicy: Always name: argo-server ports: - containerPort: 2746 name: web ``` #### Deployment: argo-workflows/argo-workflows-workflow-controller ```diff containers: - args: - --configmap - argo-workflows-workflow-controller-configmap - --executor-image - - quay.io/argoproj/argoexec:v4.1.2 + - quay.io/argoproj/argoexec:v4.1.3 - --loglevel - info - --gloglevel - "0" - --log-format @@ skipped 11 lines (51 -> 61) @@ fieldRef: apiVersion: v1 fieldPath: metadata.name - name: LEADER_ELECTION_DISABLE value: "true" - image: quay.io/argoproj/workflow-controller:v4.1.2 + image: quay.io/argoproj/workflow-controller:v4.1.3 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /healthz ``` </details> _Stats_: [Applications: 44], [Full Run: 15s], [Rendering: 14s], [Cluster: 0s], [Argo CD: 1s]
Peter merged commit b451d084ef into main 2026-09-16 09:22:29 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
wheatley/kubernetes!197
No description provided.