Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-06 10:56:03 +00:00
parent 5cf7768528
commit b47f4a104b
64 changed files with 40 additions and 39 deletions

View File

@ -1,3 +0,0 @@
## [blocky-14.0.4](https://github.com/truecharts/charts/compare/blocky-14.0.2...blocky-14.0.4) (2024-03-06)

View File

@ -8,6 +8,36 @@ title: Changelog
**Important:**
## [traefik-26.4.15](https://github.com/truecharts/charts/compare/traefik-26.4.14...traefik-26.4.15) (2024-03-06)
## [traefik-26.4.14](https://github.com/truecharts/charts/compare/traefik-26.4.13...traefik-26.4.14) (2024-03-05)
### Fix
- bump common to fix some loadbalancer issues with metallb
## [traefik-26.4.13](https://github.com/truecharts/charts/compare/traefik-26.4.12...traefik-26.4.13) (2024-03-05)
### Chore
- bump everything to force helm release again
## [traefik-26.4.12](https://github.com/truecharts/charts/compare/traefik-26.4.11...traefik-26.4.12) (2024-03-05)
### Chore
- update container image tccr.io/tccr/traefik to v2.11.0[@bc60726](https://github.com/bc60726) by renovate ([#18928](https://github.com/truecharts/charts/issues/18928))
## [traefik-26.4.11](https://github.com/truecharts/charts/compare/traefik-26.4.9...traefik-26.4.11) (2024-03-05)
### Chore
@ -67,33 +97,3 @@ title: Changelog
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
## [traefik-25.1.15](https://github.com/truecharts/charts/compare/traefik-25.1.14...traefik-25.1.15) (2024-01-26)
### Chore
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))
## [traefik-25.1.14](https://github.com/truecharts/charts/compare/traefik-25.1.13...traefik-25.1.14) (2024-01-21)
### Chore
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
## [traefik-25.1.13](https://github.com/truecharts/charts/compare/traefik-25.1.12...traefik-25.1.13) (2024-01-21)
### Chore
- update container image tccr.io/tccr/traefik to v2.10.7[@1a1f160](https://github.com/1a1f160) by renovate ([#17471](https://github.com/truecharts/charts/issues/17471))
## [traefik-25.1.12](https://github.com/truecharts/charts/compare/traefik-25.1.11...traefik-25.1.12) (2024-01-21)

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: network
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: enterprise
apiVersion: v2
appVersion: 2.11.0
dependencies:
- name: common
version: 18.1.6
version: 18.1.8
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.png
keywords:
- traefik
- ingress
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -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.4.11
version: 26.4.15

View File

@ -0,0 +1,3 @@
## [traefik-26.4.15](https://github.com/truecharts/charts/compare/traefik-26.4.14...traefik-26.4.15) (2024-03-06)

Binary file not shown.

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/tccr/traefik
tag: v2.11.0@sha256:b117ffbec2ea61d02154a2a93e6c3ad5ffe8e3e5539bd08e8e96078d79e4454a
tag: v2.11.0@sha256:bc607266aea202d65460dda5621d5dff4f143610ed012f46ab91b3238a601a35
pullPolicy: IfNotPresent
manifestManager:
enabled: true
@ -188,7 +188,8 @@ service:
tcp:
enabled: true
type: LoadBalancer
externalTrafficPolicy: Local
## In most cases, you want this changed to `Local`
externalTrafficPolicy: Cluster
ports:
web:
enabled: true