Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-10 15:08:32 +00:00
parent 67fc0c1958
commit f4561b8299
64 changed files with 49 additions and 47 deletions

View File

@ -8,6 +8,42 @@ title: Changelog
**Important:**
## [traefik-26.6.3](https://github.com/truecharts/charts/compare/traefik-26.6.2...traefik-26.6.3) (2024-03-10)
### Fix
- fix key for CSP header ([#18970](https://github.com/truecharts/charts/issues/18970))
## [traefik-26.6.2](https://github.com/truecharts/charts/compare/traefik-26.6.1...traefik-26.6.2) (2024-03-07)
### Fix
- update default security configuration
## [traefik-26.6.1](https://github.com/truecharts/charts/compare/traefik-26.6.0...traefik-26.6.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [traefik-26.6.0](https://github.com/truecharts/charts/compare/traefik-26.5.0...traefik-26.6.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [traefik-26.5.0](https://github.com/truecharts/charts/compare/traefik-26.4.15...traefik-26.5.0) (2024-03-06)
### Chore
@ -61,39 +97,3 @@ title: Changelog
## [traefik-25.1.17](https://github.com/truecharts/charts/compare/traefik-25.1.16...traefik-25.1.17) (2024-02-12)
### Chore
- update container image tccr.io/tccr/traefik to v2.10.7[@ec52218](https://github.com/ec52218) by renovate ([#18109](https://github.com/truecharts/charts/issues/18109))

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 2.11.0
dependencies:
- name: common
version: 18.2.0
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik
- https://github.com/truecharts/containers/tree/master/apps/traefik
type: application
version: 26.5.0
version: 26.6.3

View File

@ -0,0 +1,9 @@
## [traefik-26.6.3](https://github.com/truecharts/charts/compare/traefik-26.6.2...traefik-26.6.3) (2024-03-10)
### Fix
- fix key for CSP header ([#18970](https://github.com/truecharts/charts/issues/18970))

Binary file not shown.

View File

@ -19,6 +19,7 @@ spec:
accessControlMaxAge: 100
browserXssFilter: true
contentTypeNosniff: true
frameDeny: true
customRequestHeaders:
X-Forwarded-Proto: https
customResponseHeaders:
@ -51,6 +52,7 @@ spec:
browserXssFilter: true
sslForceHost: true
referrerPolicy: same-origin
contentSecurityPolicy: frame-ancestors 'self'; form-action 'self'
customRequestHeaders:
X-Forwarded-Proto: "https"
customResponseHeaders:

View File

@ -1,9 +0,0 @@
## [frigate-14.0.1](https://github.com/truecharts/charts/compare/frigate-14.0.0...frigate-14.0.1) (2024-03-10)
### Fix
- Fix configmap for 0.13 ([#18967](https://github.com/truecharts/charts/issues/18967))