diff --git a/incubator/zabbix/4.0.28/CHANGELOG.md b/incubator/zabbix/4.0.29/CHANGELOG.md similarity index 78% rename from incubator/zabbix/4.0.28/CHANGELOG.md rename to incubator/zabbix/4.0.29/CHANGELOG.md index 0437c78e60..c2b165b005 100644 --- a/incubator/zabbix/4.0.28/CHANGELOG.md +++ b/incubator/zabbix/4.0.29/CHANGELOG.md @@ -5,6 +5,23 @@ +## [zabbix-4.0.29](https://github.com/truecharts/charts/compare/zabbix-5.0.0...zabbix-4.0.29) (2023-12-02) + +### Chore + +- fix annotations again + - update annotations + - cleanup chart.yaml and add min-max scale version + - Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693)) + + ### Fix + +- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612)) + + + + + ## [zabbix-5.0.0](https://github.com/truecharts/charts/compare/zabbix-4.0.28...zabbix-5.0.0) (2023-07-31) @@ -80,20 +97,3 @@ - update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689)) - - -## [zabbix-4.0.21](https://github.com/truecharts/charts/compare/zabbix-4.0.20...zabbix-4.0.21) (2023-01-23) - -### Chore - -- update helm general non-major - - - - -## [zabbix-4.0.20](https://github.com/truecharts/charts/compare/zabbix-4.0.19...zabbix-4.0.20) (2023-01-17) - -### Chore - -- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430)) - diff --git a/incubator/zabbix/4.0.28/Chart.yaml b/incubator/zabbix/4.0.29/Chart.yaml similarity index 80% rename from incubator/zabbix/4.0.28/Chart.yaml rename to incubator/zabbix/4.0.29/Chart.yaml index 69fd50d33b..e3bf9b942a 100644 --- a/incubator/zabbix/4.0.28/Chart.yaml +++ b/incubator/zabbix/4.0.29/Chart.yaml @@ -1,7 +1,7 @@ -kubeVersion: 1.24.0 +kubeVersion: ">=1.24.0" apiVersion: v2 name: zabbix -version: 4.0.28 +version: 4.0.29 appVersion: 6.2.7 description: Zabbix is an enterprise-class open source distributed monitoring solution. home: https://truecharts.org/charts/incubator/zabbix @@ -34,13 +34,9 @@ dependencies: import-values: [] annotations: max_scale_version: 23.10.1 - "max_scale_version:": 23.10.1 min_scale_version: 22.12.4 - "min_scale_version:": "22.12" truecharts.org/SCALE-support: "true" - "truecharts.org/SCALE-support:": "true" truecharts.org/category: utilities - "truecharts.org/category:": unsorted - "truecharts.org/max_helm_version:": "3.13" - "truecharts.org/min_helm_version:": "3.12" + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" truecharts.org/train: incubator diff --git a/incubator/zabbix/4.0.28/README.md b/incubator/zabbix/4.0.29/README.md similarity index 100% rename from incubator/zabbix/4.0.28/README.md rename to incubator/zabbix/4.0.29/README.md diff --git a/incubator/zabbix/4.0.28/app-changelog.md b/incubator/zabbix/4.0.29/app-changelog.md similarity index 100% rename from incubator/zabbix/4.0.28/app-changelog.md rename to incubator/zabbix/4.0.29/app-changelog.md diff --git a/incubator/zabbix/4.0.28/app-readme.md b/incubator/zabbix/4.0.29/app-readme.md similarity index 100% rename from incubator/zabbix/4.0.28/app-readme.md rename to incubator/zabbix/4.0.29/app-readme.md diff --git a/incubator/zabbix/4.0.28/charts/common-11.1.2.tgz b/incubator/zabbix/4.0.29/charts/common-11.1.2.tgz similarity index 100% rename from incubator/zabbix/4.0.28/charts/common-11.1.2.tgz rename to incubator/zabbix/4.0.29/charts/common-11.1.2.tgz diff --git a/incubator/zabbix/4.0.28/charts/postgresql-11.0.31.tgz b/incubator/zabbix/4.0.29/charts/postgresql-11.0.31.tgz similarity index 100% rename from incubator/zabbix/4.0.28/charts/postgresql-11.0.31.tgz rename to incubator/zabbix/4.0.29/charts/postgresql-11.0.31.tgz diff --git a/incubator/zabbix/4.0.28/ix_values.yaml b/incubator/zabbix/4.0.29/ix_values.yaml similarity index 100% rename from incubator/zabbix/4.0.28/ix_values.yaml rename to incubator/zabbix/4.0.29/ix_values.yaml diff --git a/incubator/zabbix/4.0.28/questions.yaml b/incubator/zabbix/4.0.29/questions.yaml similarity index 99% rename from incubator/zabbix/4.0.28/questions.yaml rename to incubator/zabbix/4.0.29/questions.yaml index b244344f7f..edf4c12d85 100644 --- a/incubator/zabbix/4.0.28/questions.yaml +++ b/incubator/zabbix/4.0.29/questions.yaml @@ -149,6 +149,82 @@ questions: label: Param schema: type: string + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true - variable: zabbix group: App Configuration @@ -798,14 +874,7 @@ questions: schema: type: boolean default: false - - variable: TZ - label: Timezone - group: "General Settings" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" + - variable: service group: Networking and Services label: Configure Service(s) diff --git a/incubator/zabbix/4.0.28/templates/_agent.tpl b/incubator/zabbix/4.0.29/templates/_agent.tpl similarity index 100% rename from incubator/zabbix/4.0.28/templates/_agent.tpl rename to incubator/zabbix/4.0.29/templates/_agent.tpl diff --git a/incubator/zabbix/4.0.28/templates/_config.tpl b/incubator/zabbix/4.0.29/templates/_config.tpl similarity index 100% rename from incubator/zabbix/4.0.28/templates/_config.tpl rename to incubator/zabbix/4.0.29/templates/_config.tpl diff --git a/incubator/zabbix/4.0.28/templates/_frontend.tpl b/incubator/zabbix/4.0.29/templates/_frontend.tpl similarity index 100% rename from incubator/zabbix/4.0.28/templates/_frontend.tpl rename to incubator/zabbix/4.0.29/templates/_frontend.tpl diff --git a/incubator/zabbix/4.0.28/templates/_javagateway.tpl b/incubator/zabbix/4.0.29/templates/_javagateway.tpl similarity index 100% rename from incubator/zabbix/4.0.28/templates/_javagateway.tpl rename to incubator/zabbix/4.0.29/templates/_javagateway.tpl diff --git a/incubator/zabbix/4.0.28/templates/_secret.tpl b/incubator/zabbix/4.0.29/templates/_secret.tpl similarity index 100% rename from incubator/zabbix/4.0.28/templates/_secret.tpl rename to incubator/zabbix/4.0.29/templates/_secret.tpl diff --git a/incubator/zabbix/4.0.28/templates/_snmp.tpl b/incubator/zabbix/4.0.29/templates/_snmp.tpl similarity index 100% rename from incubator/zabbix/4.0.28/templates/_snmp.tpl rename to incubator/zabbix/4.0.29/templates/_snmp.tpl diff --git a/incubator/zabbix/4.0.28/templates/_webservice.tpl b/incubator/zabbix/4.0.29/templates/_webservice.tpl similarity index 100% rename from incubator/zabbix/4.0.28/templates/_webservice.tpl rename to incubator/zabbix/4.0.29/templates/_webservice.tpl diff --git a/incubator/zabbix/4.0.28/templates/common.yaml b/incubator/zabbix/4.0.29/templates/common.yaml similarity index 100% rename from incubator/zabbix/4.0.28/templates/common.yaml rename to incubator/zabbix/4.0.29/templates/common.yaml diff --git a/incubator/zabbix/4.0.28/values.yaml b/incubator/zabbix/4.0.29/values.yaml similarity index 100% rename from incubator/zabbix/4.0.28/values.yaml rename to incubator/zabbix/4.0.29/values.yaml diff --git a/stable/impostor-server/5.0.12/CHANGELOG.md b/stable/impostor-server/5.0.12/CHANGELOG.md index 5f90089631..1e13e81f69 100644 --- a/stable/impostor-server/5.0.12/CHANGELOG.md +++ b/stable/impostor-server/5.0.12/CHANGELOG.md @@ -5,6 +5,7 @@ + ## [impostor-server-5.0.12](https://github.com/truecharts/charts/compare/impostor-server-5.0.11...impostor-server-5.0.12) (2023-11-25) ### Chore @@ -96,4 +97,3 @@ - diff --git a/stable/impostor-server/5.0.12/Chart.yaml b/stable/impostor-server/5.0.12/Chart.yaml index b283674be1..1109690513 100644 --- a/stable/impostor-server/5.0.12/Chart.yaml +++ b/stable/impostor-server/5.0.12/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: 1.24.0 +kubeVersion: ">=1.24.0" apiVersion: v2 name: impostor-server version: 5.0.12 @@ -26,13 +26,9 @@ dependencies: import-values: [] annotations: max_scale_version: 23.10.1 - "max_scale_version:": 23.10.1 min_scale_version: 22.12.4 - "min_scale_version:": "22.12" truecharts.org/SCALE-support: "true" - "truecharts.org/SCALE-support:": "true" truecharts.org/category: games - "truecharts.org/category:": unsorted - "truecharts.org/max_helm_version:": "3.13" - "truecharts.org/min_helm_version:": "3.12" + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable diff --git a/stable/kitchenowl/6.0.26/CHANGELOG.md b/stable/kitchenowl/6.0.26/CHANGELOG.md index fb67755846..2ce24cf0d9 100644 --- a/stable/kitchenowl/6.0.26/CHANGELOG.md +++ b/stable/kitchenowl/6.0.26/CHANGELOG.md @@ -8,6 +8,7 @@ + ## [kitchenowl-6.0.26](https://github.com/truecharts/charts/compare/kitchenowl-6.0.25...kitchenowl-6.0.26) (2023-11-30) ### Chore @@ -96,4 +97,3 @@ -## [kitchenowl-6.0.16](https://github.com/truecharts/charts/compare/kitchenowl-6.0.15...kitchenowl-6.0.16) (2023-11-08) diff --git a/stable/kitchenowl/6.0.26/Chart.yaml b/stable/kitchenowl/6.0.26/Chart.yaml index f03b884499..f127c8ce4a 100644 --- a/stable/kitchenowl/6.0.26/Chart.yaml +++ b/stable/kitchenowl/6.0.26/Chart.yaml @@ -1,4 +1,4 @@ -kubeVersion: 1.24.0 +kubeVersion: ">=1.24.0" apiVersion: v2 name: kitchenowl version: 6.0.26 @@ -8,9 +8,9 @@ home: https://truecharts.org/charts/stable/kitchenowl icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.png deprecated: false sources: - - https://hub.docker.com/r/tombursch/kitchenowl-web - https://tombursch.github.io/kitchenowl - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl + - https://hub.docker.com/r/tombursch/kitchenowl-web maintainers: - name: TrueCharts email: info@truecharts.org @@ -28,12 +28,10 @@ dependencies: tags: [] import-values: [] annotations: - "max_scale_version:": 23.10.1 - "min_scale_version:": "22.12" + max_scale_version: 23.10.1 + min_scale_version: 22.12.4 truecharts.org/SCALE-support: "true" - "truecharts.org/SCALE-support:": "true" truecharts.org/category: utilities - "truecharts.org/category:": unsorted - "truecharts.org/max_helm_version:": "3.13" - "truecharts.org/min_helm_version:": "3.12" + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable