jfroy / flatops

k8s cluster for leflat managed by Flux
MIT License
7 stars 0 forks source link

fix(helm): update traefik ( 31.1.0 → 31.1.1 ) #405

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
traefik (source) patch 31.1.0 -> 31.1.1

Release Notes

traefik/traefik-helm-chart (traefik) ### [`v31.1.1`](https://redirect.github.com/traefik/traefik-helm-chart/releases/tag/v31.1.1) [Compare Source](https://redirect.github.com/traefik/traefik-helm-chart/compare/v31.1.0...v31.1.1) ##### [31.1.1](https://redirect.github.com/traefik/traefik-helm-chart/compare/v31.1.0...v31.1.1) (2024-09-20) ##### Features - **deps:** update traefik docker tag to v3.1.4 ([51b46ba](https://redirect.github.com/traefik/traefik-helm-chart/commit/51b46bab664ff1188b305b830dec90fa510940bc)) ##### Bug Fixes - 🐛 updateStrategy behavior ([6c1c8c3](https://redirect.github.com/traefik/traefik-helm-chart/commit/6c1c8c3c4e04a830e4bd18c93988407033c10034))

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Los_Angeles, 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 was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 1 week ago
--- kubernetes/apps/network/traefik/app Kustomization: flux-system/traefik HelmRelease: network/traefik

+++ kubernetes/apps/network/traefik/app Kustomization: flux-system/traefik HelmRelease: network/traefik

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

     spec:
       chart: traefik
       sourceRef:
         kind: HelmRepository
         name: traefik
         namespace: flux-system
-      version: 31.1.0
+      version: 31.1.1
   driftDetection:
     mode: enabled
   install:
     crds: CreateReplace
     remediation:
       retries: 3
github-actions[bot] commented 1 week ago
--- HelmRelease: network/traefik Deployment: network/traefik

+++ HelmRelease: network/traefik Deployment: network/traefik

@@ -12,16 +12,16 @@

   replicas: 1
   selector:
     matchLabels:
       app.kubernetes.io/name: traefik
       app.kubernetes.io/instance: traefik
   strategy:
+    type: RollingUpdate
     rollingUpdate:
+      maxUnavailable: 0
       maxSurge: 1
-      maxUnavailable: 0
-    type: RollingUpdate
   minReadySeconds: 0
   template:
     metadata:
       annotations: null
       labels:
         app.kubernetes.io/name: traefik
@@ -30,13 +30,13 @@

     spec:
       serviceAccountName: traefik
       automountServiceAccountToken: true
       terminationGracePeriodSeconds: 60
       hostNetwork: false
       containers:
-      - image: docker.io/traefik:v3.1.3
+      - image: docker.io/traefik:v3.1.4
         imagePullPolicy: IfNotPresent
         name: traefik
         resources: null
         readinessProbe:
           httpGet:
             path: /ping