martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
14 stars 0 forks source link

fix(helm): update argo-workflows ( 0.41.8 → 0.41.10 ) #995

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
argo-workflows patch 0.41.8 -> 0.41.10

Release Notes

argoproj/argo-helm (argo-workflows) ### [`v0.41.10`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-workflows-0.41.10) [Compare Source](https://togithub.com/argoproj/argo-helm/compare/argo-workflows-0.41.9...argo-workflows-0.41.10) A Helm chart for Argo Workflows #### What's Changed - chore(argo-workflows): Update dependency argoproj/argo-workflows to v3.5.8 by [@​argoproj-renovate](https://togithub.com/argoproj-renovate) in [https://github.com/argoproj/argo-helm/pull/2773](https://togithub.com/argoproj/argo-helm/pull/2773) **Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.1.4...argo-workflows-0.41.10 ### [`v0.41.9`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-workflows-0.41.9) [Compare Source](https://togithub.com/argoproj/argo-helm/compare/argo-workflows-0.41.8...argo-workflows-0.41.9) A Helm chart for Argo Workflows #### What's Changed - chore(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/argoproj/argo-helm/pull/2766](https://togithub.com/argoproj/argo-helm/pull/2766) - chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/argoproj/argo-helm/pull/2767](https://togithub.com/argoproj/argo-helm/pull/2767) - chore(github): group dependabot updates for minor and patch by [@​jmeridth](https://togithub.com/jmeridth) in [https://github.com/argoproj/argo-helm/pull/2768](https://togithub.com/argoproj/argo-helm/pull/2768) - fix(argo-workflows): revert `BASE_HREF` change by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/argoproj/argo-helm/pull/2770](https://togithub.com/argoproj/argo-helm/pull/2770) **Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-rollouts-2.36.0...argo-workflows-0.41.9

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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 3 months ago

kustomization changes in kubernetes/main

--- kubernetes/main/apps/argo/argo-workflows/app Kustomization: flux-system/argo-workflows HelmRelease: argo/argo-workflows

+++ kubernetes/main/apps/argo/argo-workflows/app Kustomization: flux-system/argo-workflows HelmRelease: argo/argo-workflows

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

     spec:
       chart: argo-workflows
       sourceRef:
         kind: HelmRepository
         name: argo
         namespace: flux-system
-      version: 0.41.8
+      version: 0.41.10
   install:
     remediation:
       retries: 3
   interval: 2h
   maxHistory: 2
   uninstall:
github-actions[bot] commented 3 months ago

helmrelease changes in kubernetes/main

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

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

@@ -26,21 +26,21 @@

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: argo-workflows
     spec:
       serviceAccountName: argo-workflows-workflow-controller
       containers:
       - name: controller
-        image: quay.io/argoproj/workflow-controller:v3.5.7
+        image: quay.io/argoproj/workflow-controller:v3.5.8
         imagePullPolicy: Always
         command:
         - workflow-controller
         args:
         - --configmap
         - argo-workflows-workflow-controller-configmap
         - --executor-image
-        - quay.io/argoproj/argoexec:v3.5.7
+        - quay.io/argoproj/argoexec:v3.5.8
         - --loglevel
         - info
         - --gloglevel
         - '0'
         - --log-format
         - text
--- HelmRelease: argo/argo-workflows Deployment: argo/argo-workflows-server

+++ HelmRelease: argo/argo-workflows Deployment: argo/argo-workflows-server

@@ -26,13 +26,13 @@

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: argo-workflows
     spec:
       serviceAccountName: argo-workflows-server
       containers:
       - name: argo-server
-        image: quay.io/argoproj/argocli:v3.5.7
+        image: quay.io/argoproj/argocli:v3.5.8
         imagePullPolicy: Always
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
@@ -64,13 +64,13 @@

           value: 'true'
         - name: ARGO_NAMESPACE
           valueFrom:
             fieldRef:
               apiVersion: v1
               fieldPath: metadata.namespace
-        - name: ARGO_BASE_HREF
+        - name: BASE_HREF
           value: /
         resources: {}
         volumeMounts:
         - name: tmp
           mountPath: /tmp
       volumes: