Skip to content

Commit

Permalink
fix(traefik): remove enableFixedMiddlewares key from ingress level
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Jun 5, 2024
1 parent a1b7be5 commit 599f9a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintainers:
name: common
sources: null
type: library
version: 24.0.0
version: 24.0.1
annotations:
artifacthub.io/category: "integration-delivery"
artifacthub.io/license: "BUSL-1.1"
Expand Down
4 changes: 2 additions & 2 deletions library/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ service:
primary: true
protocol: http

credentials: {}
credentials:
{}
# mys3:
# type: s3
# url: ""
Expand Down Expand Up @@ -628,7 +629,6 @@ ingress:
# Default to websecure
entrypoints:
- websecure
enableFixedMiddlewares: true
# Ensures tls annotation is set
forceTLS: true
# Drops both global and local fixedMiddlewares when enabled
Expand Down

0 comments on commit 599f9a9

Please sign in to comment.