Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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
|
||||
@@ -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)
|
||||
@@ -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 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user