Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-02-27 17:26:43 +00:00
parent b1063da9cc
commit f23fdc1ba5
134 changed files with 7915 additions and 84 deletions

View File

@ -16,6 +16,10 @@ title: Changelog
## [memcached-11.1.18](https://github.com/truecharts/charts/compare/memcached-11.1.17...memcached-11.1.18) (2024-02-12) ## [memcached-11.1.18](https://github.com/truecharts/charts/compare/memcached-11.1.17...memcached-11.1.18) (2024-02-12)
### Chore ### Chore
@ -93,8 +97,3 @@ title: Changelog
### Chore ### Chore
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
## [memcached-11.1.9](https://github.com/truecharts/charts/compare/memcached-11.1.8...memcached-11.1.9) (2024-01-21)

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 1.6.23 appVersion: 1.6.23
dependencies: dependencies:
- name: common - name: common
version: 18.0.2 version: 18.0.3
repository: oci://tccr.io/truecharts repository: oci://tccr.io/truecharts
condition: "" condition: ""
alias: "" alias: ""
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached - https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
- https://hub.docker.com/r/bitnami/memcached - https://hub.docker.com/r/bitnami/memcached
type: application type: application
version: 12.1.2 version: 12.2.1

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -12,5 +12,15 @@ service:
portal: portal:
open: open:
enabled: false enabled: false
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: '1'
data:
memcached.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
manifestManager: manifestManager:
enabled: false enabled: false

View File

@ -17,6 +17,10 @@ title: Changelog
## [blocky-12.2.7](https://github.com/truecharts/charts/compare/blocky-12.2.6...blocky-12.2.7) (2024-02-03) ## [blocky-12.2.7](https://github.com/truecharts/charts/compare/blocky-12.2.6...blocky-12.2.7) (2024-02-03)
### Chore ### Chore
@ -93,8 +97,4 @@ title: Changelog
## [blocky-12.1.8](https://github.com/truecharts/charts/compare/blocky-12.1.7...blocky-12.1.8) (2024-01-02) ## [blocky-12.1.8](https://github.com/truecharts/charts/compare/blocky-12.1.7...blocky-12.1.8) (2024-01-02)
### Chore ### Chore
- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820))

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 0.23.0 appVersion: 0.23.0
dependencies: dependencies:
- name: common - name: common
version: 18.0.2 version: 18.0.3
repository: oci://tccr.io/truecharts repository: oci://tccr.io/truecharts
condition: "" condition: ""
alias: "" alias: ""
@ -41,7 +41,7 @@ sources:
- https://0xerr0r.github.io/blocky/ - https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky - https://github.com/0xERR0R/blocky
- https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky - https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky
- https://quay.io/oriedge/k8s_gateway
- https://hub.docker.com/r/spx01/blocky - https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway
type: application type: application
version: 13.1.1 version: 13.2.1

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -296,11 +296,21 @@ k8sgateway:
options: options:
- name: tls_servername - name: tls_servername
value: cloudflare-dns.com value: cloudflare-dns.com
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: '1'
data:
blocky.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
metrics: metrics:
main: main:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key. # -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
enabled: false enabled: true
type: "servicemonitor" type: "servicemonitor"
endpoints: endpoints:
- port: main - port: main
@ -322,6 +332,9 @@ metrics:
# for: 5m # for: 5m
# labels: # labels:
# severity: critical # severity: critical
redis: redis:
enabled: true enabled: true
# CANNOT be defined in above yaml section # CANNOT be defined in above yaml section
@ -342,4 +355,4 @@ cnpg:
enabled: false enabled: false
user: blocky user: blocky
database: blocky database: blocky
updated: true

View File

@ -22,6 +22,10 @@ title: Changelog
## [traefik-25.1.17](https://github.com/truecharts/charts/compare/traefik-25.1.16...traefik-25.1.17) (2024-02-12) ## [traefik-25.1.17](https://github.com/truecharts/charts/compare/traefik-25.1.16...traefik-25.1.17) (2024-02-12)
@ -93,8 +97,3 @@ title: Changelog
### Chore ### Chore
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
## [traefik-25.1.9](https://github.com/truecharts/charts/compare/traefik-25.1.8...traefik-25.1.9) (2024-01-02)

View File

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

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -119,14 +119,25 @@ logs:
format: common format: common
metrics: metrics:
main: main:
enabled: false enabled: true
type: servicemonitor type: servicemonitor
endpoints: endpoints:
- port: metrics - port: metrics
path: /metrics path: /metrics
targetSelector: metrics targetSelector: metrics
globalArguments: globalArguments:
- "--global.checknewversion" - "--global.checknewversion"
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: '1'
data:
traefik.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
## ##
# -- Additional arguments to be passed at Traefik's binary # -- Additional arguments to be passed at Traefik's binary
# All available options available on https://docs.traefik.io/reference/static-configuration/cli/ # All available options available on https://docs.traefik.io/reference/static-configuration/cli/

View File

@ -20,6 +20,10 @@ title: Changelog
## [cert-manager-3.1.16](https://github.com/truecharts/charts/compare/cert-manager-3.1.15...cert-manager-3.1.16) (2024-02-12) ## [cert-manager-3.1.16](https://github.com/truecharts/charts/compare/cert-manager-3.1.15...cert-manager-3.1.16) (2024-02-12)
### Chore ### Chore
@ -93,7 +97,3 @@ title: Changelog
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
## [cert-manager-3.1.8](https://github.com/truecharts/charts/compare/cert-manager-3.1.7...cert-manager-3.1.8) (2024-01-02)
### Chore

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: latest appVersion: latest
dependencies: dependencies:
- name: common - name: common
version: 18.0.2 version: 18.0.3
repository: oci://tccr.io/truecharts repository: oci://tccr.io/truecharts
condition: "" condition: ""
alias: "" alias: ""
@ -43,4 +43,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager - https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager
- https://github.com/truecharts/containers/tree/master/apps/alpine - https://github.com/truecharts/containers/tree/master/apps/alpine
type: application type: application
version: 4.1.2 version: 4.1.6

Binary file not shown.

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