feat(helm)!: Update chart traefik (37.4.0 → 38.0.2)#1504
Merged
Conversation
Contributor
Author
--- main/traefik_gitops_manifests_traefik_beelink_manifest_main.yaml 2026-04-30 12:36:00.139390976 +0000
+++ pr/traefik_gitops_manifests_traefik_beelink_manifest_pr.yaml 2026-04-30 12:35:59.283396695 +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-37.4.0
+ helm.sh/chart: traefik-38.0.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-37.4.0
+ helm.sh/chart: traefik-38.0.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-37.4.0
+ helm.sh/chart: traefik-38.0.2
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
- ""
resources:
- configmaps
- nodes
- services
verbs:
- get
@@ -84,20 +84,27 @@
- list
- watch
- apiGroups:
- extensions
- networking.k8s.io
resources:
- ingresses/status
verbs:
- update
- apiGroups:
+ - ""
+ resources:
+ - namespaces
+ verbs:
+ - list
+ - watch
+ - apiGroups:
- traefik.io
resources:
- ingressroutes
- ingressroutetcps
- ingressrouteudps
- middlewares
- middlewaretcps
- serverstransports
- serverstransporttcps
- tlsoptions
@@ -109,41 +116,41 @@
- 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-37.4.0
+ helm.sh/chart: traefik-38.0.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.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-37.4.0
+ helm.sh/chart: traefik-38.0.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
@@ -157,21 +164,21 @@
---
# 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-37.4.0
+ helm.sh/chart: traefik-38.0.2
app.kubernetes.io/managed-by: Helm
annotations:
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: traefik
app.kubernetes.io/instance: traefik-default
strategy:
type: RollingUpdate
@@ -181,21 +188,21 @@
minReadySeconds: 0
template:
metadata:
annotations:
prometheus.io/scrape: "true"
prometheus.io/path: "/metrics"
prometheus.io/port: "9100"
labels:
app.kubernetes.io/name: traefik
app.kubernetes.io/instance: traefik-default
- helm.sh/chart: traefik-37.4.0
+ helm.sh/chart: traefik-38.0.2
app.kubernetes.io/managed-by: Helm
spec:
serviceAccountName: traefik
automountServiceAccountToken: true
terminationGracePeriodSeconds: 60
hostNetwork: false
containers:
- image: docker.io/traefik:v3.6.15
imagePullPolicy: IfNotPresent
name: traefik
@@ -293,31 +300,33 @@
key: node-role.kubernetes.io/control-plane
operator: Exists
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
priorityClassName: system-cluster-critical
securityContext:
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
+ seccompProfile:
+ type: RuntimeDefault
---
# 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-37.4.0
+ helm.sh/chart: traefik-38.0.2
app.kubernetes.io/managed-by: Helm
name: traefik
spec:
controller: traefik.io/ingress-controller
---
# Source: traefik/templates/extsecret-wildcard-cert.yaml
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: fredcorp-wildcard
@@ -438,15 +447,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-37.4.0
+ helm.sh/chart: traefik-38.0.2
app.kubernetes.io/managed-by: Helm
spec:
defaultCertificate:
secretName: k0s-fullstack-wildcard
|
e0d3a04 to
8e7b834
Compare
4a77f89 to
e980a29
Compare
e980a29 to
f80d4b5
Compare
43ec90c to
3da61c4
Compare
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | traefik | 37.4.0 | 38.0.2 | Co-authored-by: renovate[bot] <renovate@whitesourcesoftware.com>
3da61c4 to
a330779
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
37.4.0→38.0.2Release Notes
traefik/traefik-helm-chart (traefik)
v38.0.2Compare Source
Upgrades Notes
There is a breaking change on CRDs between Traefik Hub v3.18.0 and inferior and the CRDs of Traefik Hub v3.19.0+ preview versions (ea & rc).
With this release, we remove the CRDs of Traefik Hub v3.19.0 preview versions.
When Traefik Hub v3.19.0 is GA, we will release a new major version of this Chart that will only accept Traefik Hub v3.19.0+ versions.
🚀 Features
🐛 Bug fixes
📦 Others
New Contributors
Full Changelog: traefik/traefik-helm-chart@v38.0.1...v38.0.2
v38.0.1Compare Source
🐛 Bug fixes
http.encodedCharacterson custom entrypoints #1606 by @mloiseleurhttp.maxHeaderBytesoption #1604 by @mloiseleur📦 Others
v38.0.0Compare Source
Upgrades Notes
There are two breaking changes in this release:
💥 BREAKING CHANGES
🚀 Features
🐛 Bug fixes
📦 Others
New Contributors
Full Changelog: traefik/traefik-helm-chart@v37.4.0...v38.0.0
Configuration
📅 Schedule: (in timezone Europe/Paris)
🚦 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.
This PR has been generated by Mend Renovate.