Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-05 18:31:36 +00:00
parent 36b30a47a3
commit 79e33edac6
102 changed files with 150 additions and 124 deletions

View File

@ -8,6 +8,28 @@ title: Changelog
**Important:**
## [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
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
@ -75,25 +97,3 @@ title: Changelog
## [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)
### Chore
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
## [traefik-25.1.11](https://github.com/truecharts/charts/compare/traefik-25.1.10...traefik-25.1.11) (2024-01-21)
### Chore

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 2.11.0
dependencies:
- name: common
version: 18.1.2
version: 18.1.6
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.7
version: 26.4.12

View File

@ -0,0 +1,9 @@
## [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))

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,12 +188,12 @@ service:
tcp:
enabled: true
type: LoadBalancer
externalTrafficPolicy: Local
ports:
web:
enabled: true
port: 80
protocol: http
externalTrafficPolicy: local
redirectTo: websecure
# Options: Empty, 0 (ingore), or positive int
# redirectPort:
@ -215,7 +215,6 @@ service:
enabled: true
port: 443
protocol: https
externalTrafficPolicy: local
# -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support
forwardedHeaders:
enabled: false
@ -460,10 +459,10 @@ middlewares:
# - crowdsecurity/http-path-traversal-probing
# - crowdsecurity/http-xss-probing
# - crowdsecurity/http-generic-bf
# forwardedHeadersTrustedIPs:
# forwardedHeadersTrustedIPs:
# - 10.0.10.23/32
# - 10.0.20.0/24
# clientTrustedIPs:
# clientTrustedIPs:
# - 192.168.1.0/24
# forwardedHeadersCustomName: X-Custom-Header
# redisCacheEnabled: false

View File

@ -63,13 +63,13 @@ spec:
{{- end }}
{{- end }}
{{- if $middlewareData.forwardedHeadersTrustedIPs }}
forwardedHeadersTrustedIPs:
forwardedHeadersTrustedIPs:
{{- range $middlewareData.forwardedHeadersTrustedIPs }}
- {{ . }}
{{- end }}
{{- end }}
{{- if $middlewareData.clientTrustedIPs }}
clientTrustedIPs:
clientTrustedIPs:
{{- range $middlewareData.clientTrustedIPs }}
- {{ . }}
{{- end }}
@ -89,13 +89,13 @@ spec:
{{- with $middlewareData.redisCacheDatabase }}
redisCacheDatabase: {{ . }}
{{- end }}
{{- with $middlewareData.crowdsecLapiTLSCertificateAuthority }}
{{- with $middlewareData.crowdsecLapiTLSCertificateAuthority }}
crowdsecLapiTLSCertificateAuthority: {{ . }}
{{- end }}
{{- with $middlewareData.crowdsecLapiTLSCertificateAuthorityFile }}
crowdsecLapiTLSCertificateAuthorityFile: {{ . }}
{{- end }}
{{- with $middlewareData.crowdsecLapiTLSCertificateBouncer }}
{{- with $middlewareData.crowdsecLapiTLSCertificateBouncer }}
crowdsecLapiTLSCertificateBouncer: {{ . }}
{{- end }}
{{- with $middlewareData.crowdsecLapiTLSCertificateBouncerFile }}
@ -108,5 +108,5 @@ spec:
crowdsecLapiTLSCertificateBouncerKeyFile: {{ . }}
{{- end }}
{{- end }}

View File

@ -8,6 +8,28 @@ title: Changelog
**Important:**
## [doublecommander-12.2.3](https://github.com/truecharts/charts/compare/doublecommander-12.2.2...doublecommander-12.2.3) (2024-03-05)
### Chore
- update container image ghcr.io/linuxserver/doublecommander to latest[@f9d36ef](https://github.com/f9d36ef) by renovate ([#18777](https://github.com/truecharts/charts/issues/18777))
## [doublecommander-12.2.2](https://github.com/truecharts/charts/compare/doublecommander-12.2.0...doublecommander-12.2.2) (2024-03-05)
### Chore
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
@ -75,25 +97,3 @@ title: Changelog
## [doublecommander-11.1.14](https://github.com/truecharts/charts/compare/doublecommander-11.1.13...doublecommander-11.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))
## [doublecommander-11.1.13](https://github.com/truecharts/charts/compare/doublecommander-11.1.12...doublecommander-11.1.13) (2024-01-21)
### Chore
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
## [doublecommander-11.1.12](https://github.com/truecharts/charts/compare/doublecommander-11.1.11...doublecommander-11.1.12) (2024-01-21)
### Chore
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: latest
dependencies:
- name: common
version: 18.0.2
version: 18.1.6
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander
- https://ghcr.io/linuxserver/doublecommander
type: application
version: 12.1.3
version: 12.2.3

View File

@ -0,0 +1,9 @@
## [doublecommander-12.2.3](https://github.com/truecharts/charts/compare/doublecommander-12.2.2...doublecommander-12.2.3) (2024-03-05)
### Chore
- update container image ghcr.io/linuxserver/doublecommander to latest[@f9d36ef](https://github.com/f9d36ef) by renovate ([#18777](https://github.com/truecharts/charts/issues/18777))

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/doublecommander
pullPolicy: IfNotPresent
tag: latest@sha256:2c3a01887ea0c0e03e3946429c0dd0158dbcf67ba754b3cdf9a77c1a1b6cf1ba
tag: latest@sha256:f9d36efe82dd45112e2c1059825f99705c5e21b99ee72d4c743096ec029e66c0
securityContext:
container:
readOnlyRootFilesystem: false

View File

@ -8,6 +8,28 @@ title: Changelog
**Important:**
## [factorio-7.2.3](https://github.com/truecharts/charts/compare/factorio-7.2.2...factorio-7.2.3) (2024-03-05)
### Chore
- update container image factoriotools/factorio to stable[@6eef66f](https://github.com/6eef66f) by renovate ([#18763](https://github.com/truecharts/charts/issues/18763))
## [factorio-7.2.2](https://github.com/truecharts/charts/compare/factorio-7.2.0...factorio-7.2.2) (2024-03-05)
### Chore
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
@ -75,25 +97,3 @@ title: Changelog
## [factorio-6.1.13](https://github.com/truecharts/charts/compare/factorio-6.1.12...factorio-6.1.13) (2024-01-21)
### Chore
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
## [factorio-6.1.12](https://github.com/truecharts/charts/compare/factorio-6.1.11...factorio-6.1.12) (2024-01-21)
### Chore
- update container image factoriotools/factorio to stable[@a9d8ea1](https://github.com/a9d8ea1) by renovate ([#17339](https://github.com/truecharts/charts/issues/17339))
## [factorio-6.1.11](https://github.com/truecharts/charts/compare/factorio-6.1.10...factorio-6.1.11) (2024-01-14)
### Chore
- update container image factoriotools/factorio to stable[@67324cc](https://github.com/67324cc) by renovate ([#17129](https://github.com/truecharts/charts/issues/17129))

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: stable
dependencies:
- name: common
version: 18.0.2
version: 18.1.6
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png
keywords:
- factorio
- GameServers
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/factorio
- https://hub.docker.com/r/factoriotools/factorio
type: application
version: 7.1.2
version: 7.2.3

View File

@ -0,0 +1,9 @@
## [factorio-7.2.3](https://github.com/truecharts/charts/compare/factorio-7.2.2...factorio-7.2.3) (2024-03-05)
### Chore
- update container image factoriotools/factorio to stable[@6eef66f](https://github.com/6eef66f) by renovate ([#18763](https://github.com/truecharts/charts/issues/18763))

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: factoriotools/factorio
tag: stable@sha256:88819567d7370e36405f032cfb405fa4a1b4fe5711ecc3eaf0d6a1c2f1722953
tag: stable@sha256:6eef66ffa85fab3f72c637264ee1fa59e92bda4454fc74d45e031af06da3d790
securityContext:
container:

View File

@ -8,6 +8,28 @@ title: Changelog
**Important:**
## [freecad-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.2...freecad-desktop-g3-5.2.3) (2024-03-05)
### Chore
- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@394e667](https://github.com/394e667) by renovate ([#18752](https://github.com/truecharts/charts/issues/18752))
## [freecad-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.0...freecad-desktop-g3-5.2.2) (2024-03-05)
### Chore
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
@ -75,25 +97,3 @@ title: Changelog
### Chore
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
## [freecad-desktop-g3-4.1.5](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.4...freecad-desktop-g3-4.1.5) (2024-01-02)
### Chore
- force bump to ensure up-to-date catalogs
## [freecad-desktop-g3-4.1.4](https://github.com/truecharts/charts/compare/freecad-desktop-g3-4.1.3...freecad-desktop-g3-4.1.4) (2024-01-01)
### Chore
- increase common version for oci fixes
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: Productivity
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: latest
dependencies:
- name: common
version: 18.0.2
version: 18.1.6
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -25,7 +25,7 @@ keywords:
- Productivity
- Tools-Utilities
- MediaApp-Photos
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/stable/freecad-desktop-g3
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3
type: application
version: 5.1.2
version: 5.2.3

View File

@ -0,0 +1,9 @@
## [freecad-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.2...freecad-desktop-g3-5.2.3) (2024-03-05)
### Chore
- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@394e667](https://github.com/394e667) by renovate ([#18752](https://github.com/truecharts/charts/issues/18752))

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: accetto/ubuntu-vnc-xfce-freecad-g3
tag: latest@sha256:1b3df989226e8db062f95308724ec26b22306fad402cebd192c4b540158f0b13
tag: latest@sha256:394e667d16069e9c5fcfbf35583dfed6834faae5d2c1e47a6d0986f54e59720a
persistence:
internalshare:
enabled: true

Some files were not shown because too many files have changed in this diff Show More