Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
11b3c76020
commit
1b3a9b071e
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [clickhouse-5.0.10](https://github.com/truecharts/charts/compare/clickhouse-5.0.9...clickhouse-5.0.10) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [clickhouse-5.0.11](https://github.com/truecharts/charts/compare/clickhouse-5.0.10...clickhouse-5.0.11) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-5.0.10](https://github.com/truecharts/charts/compare/clickhouse-5.0.9...clickhouse-5.0.10) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [clickhouse-5.0.1](https://github.com/truecharts/charts/compare/clickhouse-5.0.0...clickhouse-5.0.1) (2023-04-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- common bump to .32
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-5.0.0](https://github.com/truecharts/charts/compare/clickhouse-4.0.10...clickhouse-5.0.0) (2023-03-19)
|
||||
|
||||
### Feat
|
|
@ -3,7 +3,7 @@ appVersion: "23.2.1.253"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.15
|
||||
version: 12.4.20
|
||||
deprecated: false
|
||||
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
|
||||
home: https://truecharts.org/charts/dependency/clickhouse
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
|
||||
- https://clickhouse.com/
|
||||
type: application
|
||||
version: 5.0.10
|
||||
version: 5.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [clickhouse-5.0.11](https://github.com/truecharts/charts/compare/clickhouse-5.0.10...clickhouse-5.0.11) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
Binary file not shown.
|
@ -243,6 +243,7 @@ questions:
|
|||
group: Networking and Services
|
||||
label: Host-Networking (Complicated)
|
||||
schema:
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: scaleExternalInterface
|
||||
|
@ -286,41 +287,41 @@ questions:
|
|||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mariadb-7.0.11](https://github.com/truecharts/charts/compare/mariadb-7.0.10...mariadb-7.0.11) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mariadb-7.0.12](https://github.com/truecharts/charts/compare/mariadb-7.0.11...mariadb-7.0.12) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-7.0.11](https://github.com/truecharts/charts/compare/mariadb-7.0.10...mariadb-7.0.11) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [mariadb-7.0.2](https://github.com/truecharts/charts/compare/mariadb-7.0.1...mariadb-7.0.2) (2023-04-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- common bump to .32
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-7.0.1](https://github.com/truecharts/charts/compare/mariadb-7.0.0...mariadb-7.0.1) (2023-03-19)
|
||||
|
||||
### Feat
|
|
@ -3,7 +3,7 @@ appVersion: "10.11.2"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.15
|
||||
version: 12.4.20
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
home: https://truecharts.org/charts/dependency/mariadb
|
||||
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 7.0.11
|
||||
version: 7.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mariadb-7.0.12](https://github.com/truecharts/charts/compare/mariadb-7.0.11...mariadb-7.0.12) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
Binary file not shown.
|
@ -237,6 +237,7 @@ questions:
|
|||
group: Networking and Services
|
||||
label: Host-Networking (Complicated)
|
||||
schema:
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: scaleExternalInterface
|
||||
|
@ -280,41 +281,41 @@ questions:
|
|||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [memcached-6.0.21](https://github.com/truecharts/charts/compare/memcached-6.0.20...memcached-6.0.21) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [memcached-6.0.22](https://github.com/truecharts/charts/compare/memcached-6.0.21...memcached-6.0.22) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-6.0.21](https://github.com/truecharts/charts/compare/memcached-6.0.20...memcached-6.0.21) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [memcached-6.0.12](https://github.com/truecharts/charts/compare/memcached-6.0.11...memcached-6.0.12) (2023-04-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- common bump to .32
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-6.0.11](https://github.com/truecharts/charts/compare/memcached-6.0.10...memcached-6.0.11) (2023-03-19)
|
||||
|
||||
### Feat
|
|
@ -3,7 +3,7 @@ appVersion: "1.6.18"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.15
|
||||
version: 12.4.20
|
||||
deprecated: false
|
||||
description: Memcached is a memory-backed database caching solution
|
||||
home: https://truecharts.org/charts/dependency/memcached
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-memcached
|
||||
- http://memcached.org/
|
||||
type: application
|
||||
version: 6.0.21
|
||||
version: 6.0.22
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [memcached-6.0.22](https://github.com/truecharts/charts/compare/memcached-6.0.21...memcached-6.0.22) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
Binary file not shown.
|
@ -207,6 +207,7 @@ questions:
|
|||
group: Networking and Services
|
||||
label: Host-Networking (Complicated)
|
||||
schema:
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: scaleExternalInterface
|
||||
|
@ -250,41 +251,41 @@ questions:
|
|||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mongodb-6.0.10](https://github.com/truecharts/charts/compare/mongodb-6.0.9...mongodb-6.0.10) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mongodb-6.0.11](https://github.com/truecharts/charts/compare/mongodb-6.0.10...mongodb-6.0.11) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-6.0.10](https://github.com/truecharts/charts/compare/mongodb-6.0.9...mongodb-6.0.10) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [mongodb-6.0.1](https://github.com/truecharts/charts/compare/mongodb-6.0.0...mongodb-6.0.1) (2023-04-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- common bump to .32
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-6.0.0](https://github.com/truecharts/charts/compare/mongodb-5.0.10...mongodb-6.0.0) (2023-03-19)
|
||||
|
||||
### Feat
|
|
@ -3,7 +3,7 @@ appVersion: "6.0.4"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.15
|
||||
version: 12.4.20
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
home: https://truecharts.org/charts/dependency/mongodb
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://www.mongodb.com
|
||||
type: application
|
||||
version: 6.0.10
|
||||
version: 6.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mongodb-6.0.11](https://github.com/truecharts/charts/compare/mongodb-6.0.10...mongodb-6.0.11) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
Binary file not shown.
|
@ -237,6 +237,7 @@ questions:
|
|||
group: Networking and Services
|
||||
label: Host-Networking (Complicated)
|
||||
schema:
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: scaleExternalInterface
|
||||
|
@ -280,41 +281,41 @@ questions:
|
|||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [redis-6.0.27](https://github.com/truecharts/charts/compare/redis-6.0.26...redis-6.0.27) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [redis-6.0.28](https://github.com/truecharts/charts/compare/redis-6.0.27...redis-6.0.28) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-6.0.27](https://github.com/truecharts/charts/compare/redis-6.0.26...redis-6.0.27) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [redis-6.0.18](https://github.com/truecharts/charts/compare/redis-6.0.17...redis-6.0.18) (2023-04-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- common bump to .32
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-6.0.17](https://github.com/truecharts/charts/compare/redis-6.0.16...redis-6.0.17) (2023-03-19)
|
||||
|
||||
### Feat
|
|
@ -3,7 +3,7 @@ appVersion: "7.0.8"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.15
|
||||
version: 12.4.20
|
||||
deprecated: false
|
||||
description: Open source, advanced key-value store.
|
||||
home: https://truecharts.org/charts/dependency/redis
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
type: application
|
||||
version: 6.0.27
|
||||
version: 6.0.28
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [redis-6.0.28](https://github.com/truecharts/charts/compare/redis-6.0.27...redis-6.0.28) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
Binary file not shown.
|
@ -216,6 +216,7 @@ questions:
|
|||
group: Networking and Services
|
||||
label: Host-Networking (Complicated)
|
||||
schema:
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: scaleExternalInterface
|
||||
|
@ -259,41 +260,41 @@ questions:
|
|||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [solr-4.0.10](https://github.com/truecharts/charts/compare/solr-4.0.9...solr-4.0.10) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.15 ([#8050](https://github.com/truecharts/charts/issues/8050))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [solr-4.0.11](https://github.com/truecharts/charts/compare/solr-4.0.10...solr-4.0.11) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-4.0.10](https://github.com/truecharts/charts/compare/solr-4.0.9...solr-4.0.10) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [solr-4.0.1](https://github.com/truecharts/charts/compare/solr-4.0.0...solr-4.0.1) (2023-04-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- common bump to .32
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-4.0.0](https://github.com/truecharts/charts/compare/solr-3.0.8...solr-4.0.0) (2023-03-19)
|
||||
|
||||
### Feat
|
|
@ -3,7 +3,7 @@ appVersion: "9.1.1"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.15
|
||||
version: 12.4.20
|
||||
deprecated: false
|
||||
description: Apache Solr
|
||||
home: https://truecharts.org/charts/dependency/solr
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
|
||||
- https://github.com/apache/solr
|
||||
type: application
|
||||
version: 4.0.10
|
||||
version: 4.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- search
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [solr-4.0.11](https://github.com/truecharts/charts/compare/solr-4.0.10...solr-4.0.11) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.20 ([#8064](https://github.com/truecharts/charts/issues/8064))
|
||||
|
||||
|
Binary file not shown.
|
@ -244,6 +244,7 @@ questions:
|
|||
group: Networking and Services
|
||||
label: Host-Networking (Complicated)
|
||||
schema:
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: scaleExternalInterface
|
||||
|
@ -287,41 +288,41 @@ questions:
|
|||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
Loading…
Reference in New Issue