Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
chart:
spec:
chart: traefik
version: 38.0.2
version: 39.0.6
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping traefik chart to v39 introduces a breaking change in ports configuration (HTTP options must be nested under an explicit http key). This HelmRelease still uses values.ports.web.redirections.entryPoint without that nesting, which is expected to fail schema validation / render incorrectly on v39. Please update the values.ports structure to the v39 format (per the chart UPGRADING notes) as part of this version bump.

Copilot uses AI. Check for mistakes.
sourceRef:
kind: HelmRepository
name: traefik
Expand Down
Loading