-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(traefik)!: Update helm-release ( 27.0.2 → 28.0.0 ) #2904
Merged
Conversation
This file contains 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
tyriis-automation
bot
added
renovate/flux
renovate flux manager
renovate/helm
renovate helm datasource
type/major
a major update
area/kubernetes
cluster/talos-flux
labels
Apr 30, 2024
--- kubernetes/talos-flux/apps/traefik-ingress/traefik/app Kustomization: flux-system/apps-traefik HelmRelease: traefik-ingress/traefik
+++ kubernetes/talos-flux/apps/traefik-ingress/traefik/app Kustomization: flux-system/apps-traefik HelmRelease: traefik-ingress/traefik
@@ -12,13 +12,13 @@
spec:
chart: traefik
sourceRef:
kind: HelmRepository
name: traefik-charts
namespace: flux-system
- version: 27.0.2
+ version: 28.0.0
dependsOn:
- name: cert-manager
namespace: cert-manager
interval: 5m
values:
additionalArguments: |
--- HelmRelease: traefik-ingress/traefik ClusterRole: traefik-ingress/traefik-traefik-ingress
+++ HelmRelease: traefik-ingress/traefik ClusterRole: traefik-ingress/traefik-traefik-ingress
@@ -41,22 +41,22 @@
resources:
- ingresses/status
verbs:
- update
- apiGroups:
- traefik.io
- - traefik.containo.us
resources:
- ingressroutes
- ingressroutetcps
- ingressrouteudps
- middlewares
- middlewaretcps
- tlsoptions
- tlsstores
- traefikservices
- serverstransports
+ - serverstransporttcps
verbs:
- get
- list
- watch
--- HelmRelease: traefik-ingress/traefik Deployment: traefik-ingress/traefik
+++ HelmRelease: traefik-ingress/traefik Deployment: traefik-ingress/traefik
@@ -32,13 +32,13 @@
app.kubernetes.io/managed-by: Helm
spec:
serviceAccountName: traefik
terminationGracePeriodSeconds: 60
hostNetwork: false
containers:
- - image: docker.io/traefik:v2.11.2
+ - image: docker.io/traefik:v3.0.0
imagePullPolicy: IfNotPresent
name: traefik
resources:
limits:
memory: 500Mi
requests:
@@ -97,40 +97,44 @@
- --serverstransport.insecureskipverify=true
- --providers.kubernetesingress.ingressclass=traefik
- --metrics.prometheus=true
- --metrics.prometheus.entryPoint=metrics
- --entryPoints.websecure.forwardedHeaders.trustedIPs=10.0.0.0/8,192.168.0.0/16,172.16.0.0/12,103.21.244.0/22,103.22.200.0/22,103.31.4.0/22,104.16.0.0/13,104.24.0.0/14,108.162.192.0/18,131.0.72.0/22,141.101.64.0/18,162.158.0.0/15,172.64.0.0/13,173.245.48.0/20,188.114.96.0/20,190.93.240.0/20,197.234.240.0/22,198.41.128.0/17,2400:cb00::/32,2606:4700::/32,2803:f800::/32,2405:b500::/32,2405:8100::/32,2a06:98c0::/29,2c0f:f248::/32
- --entryPoints.minecraft.address=:19132/udp
- - --entrypoints.metrics.address=:8082/tcp
- - --entrypoints.minecraft.address=:19132/udp
- - --entrypoints.traefik.address=:9000/tcp
- - --entrypoints.web.address=:8000/tcp
- - --entrypoints.websecure.address=:8443/tcp
+ - --entryPoints.metrics.address=:8082/tcp
+ - --entryPoints.minecraft.address=:19132/udp
+ - --entryPoints.traefik.address=:9000/tcp
+ - --entryPoints.web.address=:8000/tcp
+ - --entryPoints.websecure.address=:8443/tcp
- --api.dashboard=true
- --ping=true
- --metrics.prometheus=true
- --metrics.prometheus.entrypoint=metrics
- --providers.kubernetescrd
- --providers.kubernetescrd.allowCrossNamespace=true
- --providers.kubernetescrd.allowExternalNameServices=true
- --providers.kubernetesingress
- - --entrypoints.web.http.redirections.entryPoint.to=:443
- - --entrypoints.web.http.redirections.entryPoint.scheme=https
- - --entrypoints.websecure.http.tls=true
- - --entrypoints.websecure.http.tls.options=default
- - --entrypoints.websecure.http.tls.domains[0].sans=*.
+ - --entryPoints.web.http.redirections.entryPoint.to=:443
+ - --entryPoints.web.http.redirections.entryPoint.scheme=https
+ - --entryPoints.websecure.http.tls=true
+ - --entryPoints.websecure.http.tls.options=default
+ - --entryPoints.websecure.http.tls.domains[0].sans=*.
- --log.format=json
- --log.level=INFO
- --accesslog=true
- --accesslog.format=json
- --accesslog.fields.defaultmode=keep
- --accesslog.fields.headers.defaultmode=drop
- --providers.kubernetesingress.ingressendpoint.ip=192.168.1.80
- --providers.kubernetesingress.allowexternalnameservices=true
- --providers.kubernetescrd.allowexternalnameservices=true
env:
+ - name: GOMEMLIMIT
+ valueFrom:
+ resourceFieldRef:
+ resource: limits.memory
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: POD_NAMESPACE
valueFrom: |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports MegaLinter is graciously provided by OX Security |
tyriis-automation
bot
force-pushed
the
renovate/traefik-28.x
branch
from
April 30, 2024 22:00
5730347
to
51c87aa
Compare
tyriis-automation
bot
force-pushed
the
renovate/traefik-28.x
branch
from
April 30, 2024 22:19
51c87aa
to
7f33976
Compare
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/kubernetes
cluster/talos-flux
renovate/flux
renovate flux manager
renovate/helm
renovate helm datasource
type/major
a major update
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:
27.0.2
->28.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
traefik/traefik-helm-chart (traefik)
v28.0.0
Compare Source
⚠ BREAKING CHANGES
Features
experimental-v3.0
unstable version (579984c)Bug Fixes
Styles
--entryPoints
CLI flag (b1f6f96)Documentation
New Contributors
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 Renovate Bot.