chore(deps): update helm release argo-workflows to v2.0.8 #204

Open
renovate wants to merge 1 commit from renovate/argo-workflows-2.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
argo-workflows HelmChart patch 2.0.62.0.8

Release Notes

argoproj/argo-helm (argo-workflows)

v2.0.8

Compare Source

A Helm chart for Argo Workflows

What's Changed

New Contributors

Full Changelog: https://github.com/argoproj/argo-helm/compare/argo-workflows-2.0.7...argo-workflows-2.0.8

v2.0.7

Compare Source

A Helm chart for Argo Workflows

What's Changed

Full Changelog: https://github.com/argoproj/argo-helm/compare/argo-rollouts-2.43.2...argo-workflows-2.0.7


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.6` → `2.0.8` | --- ### Release Notes <details> <summary>argoproj/argo-helm (argo-workflows)</summary> ### [`v2.0.8`](https://github.com/argoproj/argo-helm/releases/tag/argo-workflows-2.0.8) [Compare Source](https://github.com/argoproj/argo-helm/compare/argo-workflows-2.0.7...argo-workflows-2.0.8) A Helm chart for Argo Workflows #### What's Changed - chore(deps): bump the dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4100](https://github.com/argoproj/argo-helm/pull/4100) - fix(argo-workflows): restart controller on config change by [@&#8203;amarkdotdev](https://github.com/amarkdotdev) in [#&#8203;4061](https://github.com/argoproj/argo-helm/pull/4061) #### New Contributors - [@&#8203;amarkdotdev](https://github.com/amarkdotdev) made their first contribution in [#&#8203;4061](https://github.com/argoproj/argo-helm/pull/4061) **Full Changelog**: <https://github.com/argoproj/argo-helm/compare/argo-workflows-2.0.7...argo-workflows-2.0.8> ### [`v2.0.7`](https://github.com/argoproj/argo-helm/releases/tag/argo-workflows-2.0.7) [Compare Source](https://github.com/argoproj/argo-helm/compare/argo-workflows-2.0.6...argo-workflows-2.0.7) A Helm chart for Argo Workflows #### What's Changed - chore(argo-workflows): Update dependency argoproj/argo-workflows to v4.1.4 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;4089](https://github.com/argoproj/argo-helm/pull/4089) **Full Changelog**: <https://github.com/argoproj/argo-helm/compare/argo-rollouts-2.43.2...argo-workflows-2.0.7> </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.8
All checks were successful
ArgoCD Diff / argocd-diff-preview (pull_request) Successful in 47s
9dabdc5a31

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.3
+        image: quay.io/argoproj/argocli:v4.1.4
         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.3
+        - quay.io/argoproj/argoexec:v4.1.4
         - --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.3
+        image: quay.io/argoproj/workflow-controller:v4.1.4
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz

Stats:
[Applications: 44], [Full Run: 25s], [Rendering: 23s], [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.3 + image: quay.io/argoproj/argocli:v4.1.4 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.3 + - quay.io/argoproj/argoexec:v4.1.4 - --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.3 + image: quay.io/argoproj/workflow-controller:v4.1.4 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /healthz ``` </details> _Stats_: [Applications: 44], [Full Run: 25s], [Rendering: 23s], [Cluster: 0s], [Argo CD: 1s]
All checks were successful
ArgoCD Diff / argocd-diff-preview (pull_request) Successful in 47s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/argo-workflows-2.x:renovate/argo-workflows-2.x
git switch renovate/argo-workflows-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/argo-workflows-2.x
git switch renovate/argo-workflows-2.x
git rebase main
git switch main
git merge --ff-only renovate/argo-workflows-2.x
git switch renovate/argo-workflows-2.x
git rebase main
git switch main
git merge --no-ff renovate/argo-workflows-2.x
git switch main
git merge --squash renovate/argo-workflows-2.x
git switch main
git merge --ff-only renovate/argo-workflows-2.x
git switch main
git merge renovate/argo-workflows-2.x
git push origin main
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!204
No description provided.