Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-02-22 09:16:48 +00:00
parent 47c3d45ef8
commit 2b62d6ca82
30 changed files with 44 additions and 42 deletions

View File

@ -1,9 +0,0 @@
## [blocky-4.0.22](https://github.com/truecharts/charts/compare/blocky-4.0.21...blocky-4.0.22) (2023-02-19)
### Chore
- update helm general non-major

View File

@ -4,6 +4,15 @@
## [blocky-4.0.23](https://github.com/truecharts/charts/compare/blocky-4.0.22...blocky-4.0.23) (2023-02-22)
### Fix
- fix multi-domain ([#7448](https://github.com/truecharts/charts/issues/7448))
## [blocky-4.0.22](https://github.com/truecharts/charts/compare/blocky-4.0.21...blocky-4.0.22) (2023-02-19)
### Chore
@ -88,12 +97,3 @@
## [blocky-4.0.13](https://github.com/truecharts/charts/compare/blocky-4.0.12...blocky-4.0.13) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [blocky-4.0.12](https://github.com/truecharts/charts/compare/blocky-4.0.11...blocky-4.0.12) (2022-12-25)
### Chore

View File

@ -26,7 +26,7 @@ sources:
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
version: 4.0.22
version: 4.0.23
annotations:
truecharts.org/catagories: |
- network

View File

@ -0,0 +1,9 @@
## [blocky-4.0.23](https://github.com/truecharts/charts/compare/blocky-4.0.22...blocky-4.0.23) (2023-02-22)
### Fix
- fix multi-domain ([#7448](https://github.com/truecharts/charts/issues/7448))

View File

@ -78,7 +78,8 @@ data:
fallthrough
}
{{- end }}
k8s_gateway "{{ required "Delegated domain ('domain') is mandatory " .domain }}" {
{{- end }}
k8s_gateway {{ range .Values.k8sgateway.domains }}"{{ required "Delegated domain ('domain') is mandatory " .domain }}"{{ end }} {
apex {{ $values.apex | default $fqdn }}
ttl {{ $values.ttl }}
{{- if $values.secondary }}
@ -89,7 +90,7 @@ data:
{{- end }}
fallthrough
}
{{- end }}
prometheus 0.0.0.0:9153
{{- if .Values.k8sgateway.forward.enabled }}
forward . {{ .Values.k8sgateway.forward.primary }} {{ .Values.k8sgateway.forward.secondary }} {

View File

@ -4,6 +4,15 @@
## [k8s-gateway-8.0.10](https://github.com/truecharts/charts/compare/k8s-gateway-8.0.9...k8s-gateway-8.0.10) (2023-02-22)
### Fix
- fix multi-domain ([#7448](https://github.com/truecharts/charts/issues/7448))
## [k8s-gateway-8.0.9](https://github.com/truecharts/charts/compare/k8s-gateway-8.0.8...k8s-gateway-8.0.9) (2023-02-10)
### Fix
@ -88,12 +97,3 @@
## [k8s-gateway-8.0.2](https://github.com/truecharts/charts/compare/k8s-gateway-8.0.1...k8s-gateway-8.0.2) (2022-11-30)
## [k8s-gateway-8.0.2](https://github.com/truecharts/charts/compare/k8s-gateway-8.0.1...k8s-gateway-8.0.2) (2022-11-30)

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/k8s-gateway
- https://github.com/ori-edge/k8s_gateway
type: application
version: 8.0.9
version: 8.0.10
annotations:
truecharts.org/catagories: |
- networking

View File

@ -0,0 +1,9 @@
## [k8s-gateway-8.0.10](https://github.com/truecharts/charts/compare/k8s-gateway-8.0.9...k8s-gateway-8.0.10) (2023-02-22)
### Fix
- fix multi-domain ([#7448](https://github.com/truecharts/charts/issues/7448))

View File

@ -37,7 +37,8 @@ data:
fallthrough
}
{{- end }}
k8s_gateway "{{ required "Delegated domain ('domain') is mandatory " .domain }}" {
{{- end }}
k8s_gateway {{ range .Values.domains }}"{{ required "Delegated domain ('domain') is mandatory " .domain }}"{{ end }} {
apex {{ $values.apex | default $fqdn }}
ttl {{ $values.ttl }}
{{- if $values.secondary }}
@ -48,7 +49,7 @@ data:
{{- end }}
fallthrough
}
{{- end }}
prometheus 0.0.0.0:9153
{{- if .Values.forward.enabled }}
forward . {{ .Values.forward.primary }} {{ .Values.forward.secondary }} {

View File

@ -1,9 +0,0 @@
## [k8s-gateway-8.0.9](https://github.com/truecharts/charts/compare/k8s-gateway-8.0.8...k8s-gateway-8.0.9) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.