-
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 ( 26.1.0 → 27.0.0 ) #2769
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 4, 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: 26.1.0
+ version: 27.0.0
dependsOn:
- name: cert-manager
namespace: cert-manager
interval: 5m
values:
additionalArguments:
@@ -51,22 +51,25 @@
format: json
level: INFO
pilot:
enabled: false
ports:
metrics:
- expose: true
+ expose:
+ default: true
exposedPort: 8082
port: 8082
minecraft:
- expose: true
+ expose:
+ default: true
exposedPort: 19132
port: 19132
protocol: UDP
traefik:
- expose: true
+ expose:
+ default: true
web:
redirectTo:
port: websecure
websecure:
tls:
domains: |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports MegaLinter is graciously provided by OX Security |
tyriis-automation
bot
force-pushed
the
renovate/traefik-27.x
branch
2 times, most recently
from
April 10, 2024 18:02
4a3b840
to
bf8dd21
Compare
tyriis-automation
bot
force-pushed
the
renovate/traefik-27.x
branch
from
April 10, 2024 19:07
bf8dd21
to
0596243
Compare
tyriis-automation
bot
changed the title
feat(traefik): update helm-release to v27
feat(traefik)!: Update helm-release ( 26.1.0 → 27.0.0 )
Apr 10, 2024
Quality Gate passedIssues Measures |
--- HelmRelease: traefik-ingress/traefik ClusterRole: traefik-ingress/traefik-traefik-ingress
+++ HelmRelease: traefik-ingress/traefik ClusterRole: traefik-ingress/traefik-traefik-ingress
@@ -20,12 +20,19 @@
- watch
- apiGroups:
- ''
resources:
- services
- endpoints
+ verbs:
+ - get
+ - list
+ - watch
+- apiGroups:
+ - ''
+ resources:
- secrets
verbs:
- get
- list
- watch
- apiGroups: |
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:
26.1.0
->27.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
traefik/traefik-helm-chart (traefik)
v27.0.0
Compare Source
⚠ BREAKING CHANGES
Upgrade notes
Custom services and port exposure have been redesigned, requiring the following changes:
expose
orexposeInternal
flags, you should replace them with a service name to boolean mapping, i.e. replace this:with this:
service.internal
value, you should migrate the values to theservice.additionalServices.internal
value instead; this should yield the same results, but make sure to carefully check for any changes!Features
Bug Fixes
IngressRoute
(606ab52)New Contributors
Full Changelog: traefik/traefik-helm-chart@v26.1.0...v27.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 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.