Skip to content

Conversation

pipelines-github-app[bot]
Copy link
Contributor

@pipelines-github-app pipelines-github-app bot commented Jul 31, 2025

This PR contains the following updates:

Package Update Change
traefik (source) major 36.3.0 -> 37.1.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

traefik/traefik-helm-chart (traefik)

v37.1.2

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

v37.1.1

Compare Source

🚀 Features

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v37.1.0...v37.1.1

v37.1.0

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v37.0.0...v37.1.0

v37.0.0

Compare Source

💥 BREAKING CHANGES

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v36.3.0...v37.0.0


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 is behind base branch, 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 Renovate Bot.

@pipelines-github-app pipelines-github-app bot added app/traefik Changes made to Traefik application env/genmachine Changes made in the Talos cluster renovate/helm Changes related to Helm Chart update type/major labels Jul 31, 2025
@pipelines-github-app
Copy link
Contributor Author

pipelines-github-app bot commented Jul 31, 2025

--- main/traefik_gitops_manifests_traefik_genmachine_manifest_main.yaml	2025-10-16 03:33:44.167801955 +0000
+++ pr/traefik_gitops_manifests_traefik_genmachine_manifest_pr.yaml	2025-10-16 03:33:43.252815667 +0000
@@ -1,52 +1,52 @@
 ---
 # Source: traefik/charts/traefik/templates/poddisruptionbudget.yaml
 apiVersion: policy/v1beta1
 kind: PodDisruptionBudget
 metadata:
   name: traefik
   namespace: default
   labels:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
-    helm.sh/chart: traefik-36.3.0
+    helm.sh/chart: traefik-37.1.2
     app.kubernetes.io/managed-by: Helm
 spec:
   selector:
     matchLabels:
       app.kubernetes.io/name: traefik
       app.kubernetes.io/instance: traefik-default
   maxUnavailable: 1
 ---
 # Source: traefik/charts/traefik/templates/rbac/serviceaccount.yaml
 kind: ServiceAccount
 apiVersion: v1
 metadata:
   name: traefik
   namespace: default
   labels:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
-    helm.sh/chart: traefik-36.3.0
+    helm.sh/chart: traefik-37.1.2
     app.kubernetes.io/managed-by: Helm
   annotations:
 automountServiceAccountToken: false
 ---
 # Source: traefik/charts/traefik/templates/rbac/clusterrole.yaml
 kind: ClusterRole
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: traefik-default
   labels:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
-    helm.sh/chart: traefik-36.3.0
+    helm.sh/chart: traefik-37.1.2
     app.kubernetes.io/managed-by: Helm
 rules:
   - apiGroups:
       - ""
     resources:
       - configmaps
       - nodes
       - services
     verbs:
       - get
@@ -55,20 +55,26 @@
   - apiGroups:
       - discovery.k8s.io
     resources:
       - endpointslices
     verbs:
       - list
       - watch
   - apiGroups:
       - ""
     resources:
+      - pods
+    verbs:
+      - get
+  - apiGroups:
+      - ""
+    resources:
       - secrets
     verbs:
       - get
       - list
       - watch
   - apiGroups:
       - extensions
       - networking.k8s.io
     resources:
       - ingressclasses
@@ -103,42 +109,42 @@
       - watch
 ---
 # Source: traefik/charts/traefik/templates/rbac/clusterrolebinding.yaml
 kind: ClusterRoleBinding
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: traefik-default
   labels:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
-    helm.sh/chart: traefik-36.3.0
+    helm.sh/chart: traefik-37.1.2
     app.kubernetes.io/managed-by: Helm
 roleRef:
   apiGroup: rbac.authorization.k8s.io
   kind: ClusterRole
   name: traefik-default
 subjects:
   - kind: ServiceAccount
     name: traefik
     namespace: default
 ---
 # Source: traefik/charts/traefik/templates/service-metrics.yaml
 apiVersion: v1
 kind: Service
 metadata:
   name: traefik-metrics
   namespace: default
   labels:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
     app.kubernetes.io/component: metrics
-    helm.sh/chart: traefik-36.3.0
+    helm.sh/chart: traefik-37.1.2
     app.kubernetes.io/managed-by: Helm
   annotations:
 spec:
   type: ClusterIP
   selector:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
   ports:
   - port: 9100
     name: metrics
@@ -147,21 +153,21 @@
 ---
 # Source: traefik/charts/traefik/templates/service.yaml
 apiVersion: v1
 kind: Service
 metadata:
   name: traefik
   namespace: default
   labels:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
-    helm.sh/chart: traefik-36.3.0
+    helm.sh/chart: traefik-37.1.2
     app.kubernetes.io/managed-by: Helm
   annotations:
 spec:
   type: LoadBalancer
   selector:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
   ipFamilyPolicy: PreferDualStack
   ports:
   - port: 80
@@ -175,42 +181,42 @@
 ---
 # Source: traefik/charts/traefik/templates/deployment.yaml
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: traefik
   namespace: default
   labels:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
-    helm.sh/chart: traefik-36.3.0
+    helm.sh/chart: traefik-37.1.2
     app.kubernetes.io/managed-by: Helm
   annotations:
 spec:
   replicas: 2
   selector:
     matchLabels:
       app.kubernetes.io/name: traefik
       app.kubernetes.io/instance: traefik-default
   strategy:
     type: RollingUpdate
     rollingUpdate:
       maxUnavailable: 0
       maxSurge: 1
   minReadySeconds: 0
   template: 
     metadata:
       annotations:
       labels:
         app.kubernetes.io/name: traefik
         app.kubernetes.io/instance: traefik-default
-        helm.sh/chart: traefik-36.3.0
+        helm.sh/chart: traefik-37.1.2
         app.kubernetes.io/managed-by: Helm
     spec:
       serviceAccountName: traefik
       automountServiceAccountToken: true
       terminationGracePeriodSeconds: 60
       hostNetwork: false
       containers:
       - image: docker.io/traefik:v3.5.3
         imagePullPolicy: IfNotPresent
         name: traefik
@@ -254,21 +260,20 @@
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
         volumeMounts:
           - name: data
             mountPath: /data
           - name: tmp
             mountPath: /tmp
         args:
-          - "--global.checkNewVersion"
           - "--entryPoints.metrics.address=:9100/tcp"
           - "--entryPoints.traefik.address=:8080/tcp"
           - "--entryPoints.web.address=:8000/tcp"
           - "--entryPoints.websecure.address=:8443/tcp"
           - "--api.dashboard=true"
           - "--ping=true"
           - "--metrics.addinternals"
           - "--metrics.prometheus=true"
           - "--metrics.prometheus.entrypoint=metrics"
           - "--providers.kubernetescrd"
@@ -276,30 +281,31 @@
           - "--providers.kubernetescrd.allowExternalNameServices=true"
           - "--providers.kubernetescrd.allowEmptyServices=true"
           - "--providers.kubernetesingress"
           - "--providers.kubernetesingress.allowExternalNameServices=true"
           - "--providers.kubernetesingress.allowEmptyServices=true"
           - "--providers.kubernetesingress.ingressendpoint.publishedservice=default/traefik"
           - "--entryPoints.web.http.redirections.entryPoint.to=:443"
           - "--entryPoints.web.http.redirections.entryPoint.scheme=https"
           - "--entryPoints.websecure.http.tls=true"
           - "--log.level=TRACE"
-          
         env:
           - name: POD_NAME
             valueFrom:
               fieldRef:
                 fieldPath: metadata.name
           - name: POD_NAMESPACE
             valueFrom:
               fieldRef:
                 fieldPath: metadata.namespace
+          - name: USER
+            value: traefik
       volumes:
         - name: data
           emptyDir: {}
         - name: tmp
           emptyDir: {}
       tolerations:
         - key: CriticalAddonsOnly
           operator: Exists
         - effect: NoSchedule
           key: node-role.kubernetes.io/control-plane
@@ -315,21 +321,21 @@
 ---
 # Source: traefik/charts/traefik/templates/ingressclass.yaml
 apiVersion: networking.k8s.io/v1
 kind: IngressClass
 metadata:
   annotations:
     ingressclass.kubernetes.io/is-default-class: "true"
   labels:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
-    helm.sh/chart: traefik-36.3.0
+    helm.sh/chart: traefik-37.1.2
     app.kubernetes.io/managed-by: Helm
   name: traefik
 spec:
   controller: traefik.io/ingress-controller
 ---
 # Source: traefik/templates/wildcard-genmachine.yaml
 apiVersion: cert-manager.io/v1
 kind: Certificate
 metadata:
   name: genmachine-wildcard
@@ -467,21 +473,21 @@
 # Source: traefik/charts/traefik/templates/servicemonitor.yaml
 apiVersion: monitoring.coreos.com/v1
 kind: ServiceMonitor
 metadata:
   name: traefik
   namespace: default
   labels:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
     app.kubernetes.io/component: metrics
-    helm.sh/chart: traefik-36.3.0
+    helm.sh/chart: traefik-37.1.2
     app.kubernetes.io/managed-by: Helm
     release: prometheus
 spec:
   jobLabel: traefik
   endpoints:
     - targetPort: metrics
       path: /metrics
   namespaceSelector:
     matchNames:
       - default
@@ -493,15 +499,15 @@
 ---
 # Source: traefik/charts/traefik/templates/tlsstore.yaml
 apiVersion: traefik.io/v1alpha1
 kind: TLSStore
 metadata:
   name: default
   namespace: default
   labels:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-default
-    helm.sh/chart: traefik-36.3.0
+    helm.sh/chart: traefik-37.1.2
     app.kubernetes.io/managed-by: Helm
 spec:
   defaultCertificate:
     secretName: genmachine-wildcard
 

@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-37-traefik-genmachine branch 8 times, most recently from 8f6ea3a to 88d1b7a Compare August 6, 2025 04:02
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-37-traefik-genmachine branch 8 times, most recently from 7770e5e to 4817876 Compare August 14, 2025 03:47
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-37-traefik-genmachine branch 7 times, most recently from d01c6a2 to af2d0d8 Compare August 22, 2025 03:37
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-37-traefik-genmachine branch 2 times, most recently from 1410528 to 7abd866 Compare August 26, 2025 03:12
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-37-traefik-genmachine branch 7 times, most recently from 59b2b01 to 5d4ebfd Compare September 27, 2025 03:22
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-37-traefik-genmachine branch 5 times, most recently from 78e955c to 3f1ecbc Compare October 4, 2025 02:54
@pipelines-github-app pipelines-github-app bot changed the title feat(helm)!: Update Chart traefik (36.3.0 → 37.1.1) feat(helm)!: Update Chart traefik (36.3.0 → 37.1.2) Oct 4, 2025
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-37-traefik-genmachine branch 7 times, most recently from a4cb88a to 0e940a4 Compare October 10, 2025 03:29
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-37-traefik-genmachine branch 4 times, most recently from 1401912 to ca0e2cd Compare October 15, 2025 03:33
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | traefik | 36.3.0 | 37.1.2 |


Co-authored-by: renovate[bot] <[email protected]>
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-37-traefik-genmachine branch from ca0e2cd to 3cc709d Compare October 16, 2025 03:33
@ixxeL2097 ixxeL2097 added this pull request to the merge queue Oct 16, 2025
Merged via the queue into main with commit 394fe4f Oct 16, 2025
2 checks passed
@ixxeL2097 ixxeL2097 deleted the renovate/major-37-traefik-genmachine branch October 16, 2025 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app/traefik Changes made to Traefik application env/genmachine Changes made in the Talos cluster renovate/helm Changes related to Helm Chart update type/major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant