diff --git a/enterprise/blocky/4.0.22/app-changelog.md b/enterprise/blocky/4.0.22/app-changelog.md deleted file mode 100644 index f5a6b3fb19..0000000000 --- a/enterprise/blocky/4.0.22/app-changelog.md +++ /dev/null @@ -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 - - \ No newline at end of file diff --git a/enterprise/blocky/4.0.22/CHANGELOG.md b/enterprise/blocky/4.0.23/CHANGELOG.md similarity index 90% rename from enterprise/blocky/4.0.22/CHANGELOG.md rename to enterprise/blocky/4.0.23/CHANGELOG.md index 84c4fcc4e6..abfb5470ca 100644 --- a/enterprise/blocky/4.0.22/CHANGELOG.md +++ b/enterprise/blocky/4.0.23/CHANGELOG.md @@ -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 diff --git a/enterprise/blocky/4.0.22/Chart.yaml b/enterprise/blocky/4.0.23/Chart.yaml similarity index 98% rename from enterprise/blocky/4.0.22/Chart.yaml rename to enterprise/blocky/4.0.23/Chart.yaml index 5fd8bfe952..0c1d843559 100644 --- a/enterprise/blocky/4.0.22/Chart.yaml +++ b/enterprise/blocky/4.0.23/Chart.yaml @@ -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 diff --git a/enterprise/blocky/4.0.22/LICENSE b/enterprise/blocky/4.0.23/LICENSE similarity index 100% rename from enterprise/blocky/4.0.22/LICENSE rename to enterprise/blocky/4.0.23/LICENSE diff --git a/enterprise/blocky/4.0.22/README.md b/enterprise/blocky/4.0.23/README.md similarity index 100% rename from enterprise/blocky/4.0.22/README.md rename to enterprise/blocky/4.0.23/README.md diff --git a/enterprise/blocky/4.0.23/app-changelog.md b/enterprise/blocky/4.0.23/app-changelog.md new file mode 100644 index 0000000000..eae5bb8123 --- /dev/null +++ b/enterprise/blocky/4.0.23/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/enterprise/blocky/4.0.22/app-readme.md b/enterprise/blocky/4.0.23/app-readme.md similarity index 100% rename from enterprise/blocky/4.0.22/app-readme.md rename to enterprise/blocky/4.0.23/app-readme.md diff --git a/enterprise/blocky/4.0.22/charts/common-11.1.2.tgz b/enterprise/blocky/4.0.23/charts/common-11.1.2.tgz similarity index 100% rename from enterprise/blocky/4.0.22/charts/common-11.1.2.tgz rename to enterprise/blocky/4.0.23/charts/common-11.1.2.tgz diff --git a/enterprise/blocky/4.0.22/charts/redis-5.0.32.tgz b/enterprise/blocky/4.0.23/charts/redis-5.0.32.tgz similarity index 100% rename from enterprise/blocky/4.0.22/charts/redis-5.0.32.tgz rename to enterprise/blocky/4.0.23/charts/redis-5.0.32.tgz diff --git a/enterprise/blocky/4.0.22/ix_values.yaml b/enterprise/blocky/4.0.23/ix_values.yaml similarity index 100% rename from enterprise/blocky/4.0.22/ix_values.yaml rename to enterprise/blocky/4.0.23/ix_values.yaml diff --git a/enterprise/blocky/4.0.22/questions.yaml b/enterprise/blocky/4.0.23/questions.yaml similarity index 100% rename from enterprise/blocky/4.0.22/questions.yaml rename to enterprise/blocky/4.0.23/questions.yaml diff --git a/enterprise/blocky/4.0.22/templates/_blockyConfig.tpl b/enterprise/blocky/4.0.23/templates/_blockyConfig.tpl similarity index 100% rename from enterprise/blocky/4.0.22/templates/_blockyConfig.tpl rename to enterprise/blocky/4.0.23/templates/_blockyConfig.tpl diff --git a/enterprise/blocky/4.0.22/templates/_k8sgateway.tpl b/enterprise/blocky/4.0.23/templates/_k8sgateway.tpl similarity index 96% rename from enterprise/blocky/4.0.22/templates/_k8sgateway.tpl rename to enterprise/blocky/4.0.23/templates/_k8sgateway.tpl index 7735013f76..87f4865b83 100644 --- a/enterprise/blocky/4.0.22/templates/_k8sgateway.tpl +++ b/enterprise/blocky/4.0.23/templates/_k8sgateway.tpl @@ -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 }} { diff --git a/enterprise/blocky/4.0.22/templates/_prometheusrules.tpl b/enterprise/blocky/4.0.23/templates/_prometheusrules.tpl similarity index 100% rename from enterprise/blocky/4.0.22/templates/_prometheusrules.tpl rename to enterprise/blocky/4.0.23/templates/_prometheusrules.tpl diff --git a/enterprise/blocky/4.0.22/templates/_servicemonitor.tpl b/enterprise/blocky/4.0.23/templates/_servicemonitor.tpl similarity index 100% rename from enterprise/blocky/4.0.22/templates/_servicemonitor.tpl rename to enterprise/blocky/4.0.23/templates/_servicemonitor.tpl diff --git a/enterprise/blocky/4.0.22/templates/_webui.tpl b/enterprise/blocky/4.0.23/templates/_webui.tpl similarity index 100% rename from enterprise/blocky/4.0.22/templates/_webui.tpl rename to enterprise/blocky/4.0.23/templates/_webui.tpl diff --git a/enterprise/blocky/4.0.22/templates/common.yaml b/enterprise/blocky/4.0.23/templates/common.yaml similarity index 100% rename from enterprise/blocky/4.0.22/templates/common.yaml rename to enterprise/blocky/4.0.23/templates/common.yaml diff --git a/enterprise/blocky/4.0.22/values.yaml b/enterprise/blocky/4.0.23/values.yaml similarity index 100% rename from enterprise/blocky/4.0.22/values.yaml rename to enterprise/blocky/4.0.23/values.yaml diff --git a/stable/k8s-gateway/8.0.9/CHANGELOG.md b/stable/k8s-gateway/8.0.10/CHANGELOG.md similarity index 90% rename from stable/k8s-gateway/8.0.9/CHANGELOG.md rename to stable/k8s-gateway/8.0.10/CHANGELOG.md index 0403a04dfc..2cd8d5909d 100644 --- a/stable/k8s-gateway/8.0.9/CHANGELOG.md +++ b/stable/k8s-gateway/8.0.10/CHANGELOG.md @@ -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) - - - - diff --git a/stable/k8s-gateway/8.0.9/Chart.yaml b/stable/k8s-gateway/8.0.10/Chart.yaml similarity index 98% rename from stable/k8s-gateway/8.0.9/Chart.yaml rename to stable/k8s-gateway/8.0.10/Chart.yaml index 7c8d306968..8292e6f0cb 100644 --- a/stable/k8s-gateway/8.0.9/Chart.yaml +++ b/stable/k8s-gateway/8.0.10/Chart.yaml @@ -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 diff --git a/stable/k8s-gateway/8.0.9/README.md b/stable/k8s-gateway/8.0.10/README.md similarity index 100% rename from stable/k8s-gateway/8.0.9/README.md rename to stable/k8s-gateway/8.0.10/README.md diff --git a/stable/k8s-gateway/8.0.10/app-changelog.md b/stable/k8s-gateway/8.0.10/app-changelog.md new file mode 100644 index 0000000000..fd1db1870b --- /dev/null +++ b/stable/k8s-gateway/8.0.10/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/stable/k8s-gateway/8.0.9/app-readme.md b/stable/k8s-gateway/8.0.10/app-readme.md similarity index 100% rename from stable/k8s-gateway/8.0.9/app-readme.md rename to stable/k8s-gateway/8.0.10/app-readme.md diff --git a/stable/k8s-gateway/8.0.9/charts/common-11.1.2.tgz b/stable/k8s-gateway/8.0.10/charts/common-11.1.2.tgz similarity index 100% rename from stable/k8s-gateway/8.0.9/charts/common-11.1.2.tgz rename to stable/k8s-gateway/8.0.10/charts/common-11.1.2.tgz diff --git a/stable/k8s-gateway/8.0.9/ix_values.yaml b/stable/k8s-gateway/8.0.10/ix_values.yaml similarity index 100% rename from stable/k8s-gateway/8.0.9/ix_values.yaml rename to stable/k8s-gateway/8.0.10/ix_values.yaml diff --git a/stable/k8s-gateway/8.0.9/questions.yaml b/stable/k8s-gateway/8.0.10/questions.yaml similarity index 100% rename from stable/k8s-gateway/8.0.9/questions.yaml rename to stable/k8s-gateway/8.0.10/questions.yaml diff --git a/stable/k8s-gateway/8.0.9/templates/_configmap.tpl b/stable/k8s-gateway/8.0.10/templates/_configmap.tpl similarity index 93% rename from stable/k8s-gateway/8.0.9/templates/_configmap.tpl rename to stable/k8s-gateway/8.0.10/templates/_configmap.tpl index c91a06788b..c13bc87007 100644 --- a/stable/k8s-gateway/8.0.9/templates/_configmap.tpl +++ b/stable/k8s-gateway/8.0.10/templates/_configmap.tpl @@ -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 }} { diff --git a/stable/k8s-gateway/8.0.9/templates/common.yaml b/stable/k8s-gateway/8.0.10/templates/common.yaml similarity index 100% rename from stable/k8s-gateway/8.0.9/templates/common.yaml rename to stable/k8s-gateway/8.0.10/templates/common.yaml diff --git a/stable/k8s-gateway/8.0.9/values.yaml b/stable/k8s-gateway/8.0.10/values.yaml similarity index 100% rename from stable/k8s-gateway/8.0.9/values.yaml rename to stable/k8s-gateway/8.0.10/values.yaml diff --git a/stable/k8s-gateway/8.0.9/app-changelog.md b/stable/k8s-gateway/8.0.9/app-changelog.md deleted file mode 100644 index d37a71ab09..0000000000 --- a/stable/k8s-gateway/8.0.9/app-changelog.md +++ /dev/null @@ -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. - - \ No newline at end of file