Skip to content

Commit 91a936a

Browse files
update traefik
1 parent ac8dd97 commit 91a936a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/blesswinsamuel/infra-base
22

3-
go 1.23.6
3+
go 1.24.0
44

55
toolchain go1.24.0
66

77
require (
88
github.com/blesswinsamuel/kgen v0.0.7
99
github.com/cert-manager/cert-manager v1.17.1
1010
github.com/external-secrets/external-secrets v0.14.2
11-
github.com/goccy/go-yaml v1.15.23
11+
github.com/goccy/go-yaml v1.15.13
1212
github.com/muesli/reflow v0.3.0
1313
github.com/rs/zerolog v1.33.0
1414
github.com/traefik/traefik/v3 v3.3.3

kbaseresources/ingress-traefik.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func (props *TraefikProps) Render(scope kgen.Scope) {
122122
"web": map[string]any{
123123
// "expose": map[string]any{"default": true},
124124
// "exposedPort": 80,
125-
"redirectTo": map[string]any{"port": "websecure"},
125+
"redirections": map[string]any{"entryPoint": map[string]any{"to": "websecure", "scheme": "https", "permanent": true}},
126126
"forwardedHeaders": map[string]any{"trustedIPs": props.TrustedIPs},
127127
"proxyProtocol": map[string]any{"trustedIPs": props.TrustedIPs},
128128
},

kbaseresources/values-default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ traefik:
4545
helm:
4646
repo: https://traefik.github.io/charts
4747
chart: traefik
48-
version: "33.2.1"
48+
version: "34.4.0"
4949
dashboardIngress:
5050
enabled: false
5151
subDomain: traefik

0 commit comments

Comments
 (0)