mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-17 18:56:23 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [clickhouse-5.0.8](https://github.com/truecharts/charts/compare/clickhouse-5.0.7...clickhouse-5.0.8) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035))
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [clickhouse-5.0.9](https://github.com/truecharts/charts/compare/clickhouse-5.0.8...clickhouse-5.0.9) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-5.0.8](https://github.com/truecharts/charts/compare/clickhouse-5.0.7...clickhouse-5.0.8) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [clickhouse-4.0.10](https://github.com/truecharts/charts/compare/clickhouse-4.0.9...clickhouse-4.0.10) (2023-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- remove subchart and update common
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-4.0.9](https://github.com/truecharts/charts/compare/clickhouse-4.0.8...clickhouse-4.0.9) (2023-03-07)
|
||||
|
||||
### Fix
|
||||
@@ -3,7 +3,7 @@ appVersion: "23.2.1.253"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.13
|
||||
version: 12.4.14
|
||||
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.8
|
||||
version: 5.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
9
dependency/clickhouse/5.0.9/app-changelog.md
Normal file
9
dependency/clickhouse/5.0.9/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [clickhouse-5.0.9](https://github.com/truecharts/charts/compare/clickhouse-5.0.8...clickhouse-5.0.9) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
BIN
dependency/clickhouse/5.0.9/charts/common-12.4.14.tgz
Normal file
BIN
dependency/clickhouse/5.0.9/charts/common-12.4.14.tgz
Normal file
Binary file not shown.
@@ -286,41 +286,41 @@ questions:
|
||||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
show_subquestions_if: static
|
||||
subquestions:
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
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
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
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
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [mariadb-7.0.10](https://github.com/truecharts/charts/compare/mariadb-7.0.9...mariadb-7.0.10) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-7.0.9](https://github.com/truecharts/charts/compare/mariadb-7.0.8...mariadb-7.0.9) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [mariadb-7.0.0](https://github.com/truecharts/charts/compare/mariadb-6.0.10...mariadb-7.0.0) (2023-03-12)
|
||||
|
||||
### Fix
|
||||
|
||||
- BREAKING CHANGE move to deployment instead of statefullset
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-6.0.10](https://github.com/truecharts/charts/compare/mariadb-6.0.9...mariadb-6.0.10) (2023-03-11)
|
||||
|
||||
### Chore
|
||||
@@ -3,7 +3,7 @@ appVersion: "10.11.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.13
|
||||
version: 12.4.14
|
||||
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.9
|
||||
version: 7.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
9
dependency/mariadb/7.0.10/app-changelog.md
Normal file
9
dependency/mariadb/7.0.10/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [mariadb-7.0.10](https://github.com/truecharts/charts/compare/mariadb-7.0.9...mariadb-7.0.10) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
BIN
dependency/mariadb/7.0.10/charts/common-12.4.14.tgz
Normal file
BIN
dependency/mariadb/7.0.10/charts/common-12.4.14.tgz
Normal file
Binary file not shown.
@@ -280,41 +280,41 @@ questions:
|
||||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
show_subquestions_if: static
|
||||
subquestions:
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
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
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
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
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [mariadb-7.0.9](https://github.com/truecharts/charts/compare/mariadb-7.0.8...mariadb-7.0.9) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035))
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [memcached-6.0.19](https://github.com/truecharts/charts/compare/memcached-6.0.18...memcached-6.0.19) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035))
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [memcached-6.0.20](https://github.com/truecharts/charts/compare/memcached-6.0.19...memcached-6.0.20) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-6.0.19](https://github.com/truecharts/charts/compare/memcached-6.0.18...memcached-6.0.19) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [memcached-6.0.10](https://github.com/truecharts/charts/compare/memcached-6.0.9...memcached-6.0.10) (2023-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- remove subchart and update common
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-6.0.9](https://github.com/truecharts/charts/compare/memcached-6.0.8...memcached-6.0.9) (2023-03-07)
|
||||
|
||||
### Fix
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.6.18"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.13
|
||||
version: 12.4.14
|
||||
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.19
|
||||
version: 6.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
9
dependency/memcached/6.0.20/app-changelog.md
Normal file
9
dependency/memcached/6.0.20/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [memcached-6.0.20](https://github.com/truecharts/charts/compare/memcached-6.0.19...memcached-6.0.20) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
BIN
dependency/memcached/6.0.20/charts/common-12.4.14.tgz
Normal file
BIN
dependency/memcached/6.0.20/charts/common-12.4.14.tgz
Normal file
Binary file not shown.
@@ -250,41 +250,41 @@ questions:
|
||||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
show_subquestions_if: static
|
||||
subquestions:
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
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
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
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
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [mongodb-6.0.8](https://github.com/truecharts/charts/compare/mongodb-6.0.7...mongodb-6.0.8) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035))
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [mongodb-6.0.9](https://github.com/truecharts/charts/compare/mongodb-6.0.8...mongodb-6.0.9) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-6.0.8](https://github.com/truecharts/charts/compare/mongodb-6.0.7...mongodb-6.0.8) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [mongodb-5.0.10](https://github.com/truecharts/charts/compare/mongodb-5.0.9...mongodb-5.0.10) (2023-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- remove subchart and update common
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-5.0.9](https://github.com/truecharts/charts/compare/mongodb-5.0.8...mongodb-5.0.9) (2023-03-07)
|
||||
|
||||
### Fix
|
||||
@@ -3,7 +3,7 @@ appVersion: "6.0.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.13
|
||||
version: 12.4.14
|
||||
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.8
|
||||
version: 6.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
9
dependency/mongodb/6.0.9/app-changelog.md
Normal file
9
dependency/mongodb/6.0.9/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [mongodb-6.0.9](https://github.com/truecharts/charts/compare/mongodb-6.0.8...mongodb-6.0.9) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
BIN
dependency/mongodb/6.0.9/charts/common-12.4.14.tgz
Normal file
BIN
dependency/mongodb/6.0.9/charts/common-12.4.14.tgz
Normal file
Binary file not shown.
@@ -280,41 +280,41 @@ questions:
|
||||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
show_subquestions_if: static
|
||||
subquestions:
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
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
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
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
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [redis-6.0.25](https://github.com/truecharts/charts/compare/redis-6.0.24...redis-6.0.25) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035))
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [redis-6.0.26](https://github.com/truecharts/charts/compare/redis-6.0.25...redis-6.0.26) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-6.0.25](https://github.com/truecharts/charts/compare/redis-6.0.24...redis-6.0.25) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [redis-6.0.16](https://github.com/truecharts/charts/compare/redis-6.0.15...redis-6.0.16) (2023-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- remove subchart and update common
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-6.0.15](https://github.com/truecharts/charts/compare/redis-6.0.14...redis-6.0.15) (2023-03-09)
|
||||
|
||||
### Chore
|
||||
@@ -3,7 +3,7 @@ appVersion: "7.0.8"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.13
|
||||
version: 12.4.14
|
||||
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.25
|
||||
version: 6.0.26
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
9
dependency/redis/6.0.26/app-changelog.md
Normal file
9
dependency/redis/6.0.26/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [redis-6.0.26](https://github.com/truecharts/charts/compare/redis-6.0.25...redis-6.0.26) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
BIN
dependency/redis/6.0.26/charts/common-12.4.14.tgz
Normal file
BIN
dependency/redis/6.0.26/charts/common-12.4.14.tgz
Normal file
Binary file not shown.
@@ -259,41 +259,41 @@ questions:
|
||||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
show_subquestions_if: static
|
||||
subquestions:
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
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
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
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
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [solr-4.0.8](https://github.com/truecharts/charts/compare/solr-4.0.7...solr-4.0.8) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035))
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [solr-4.0.9](https://github.com/truecharts/charts/compare/solr-4.0.8...solr-4.0.9) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-4.0.8](https://github.com/truecharts/charts/compare/solr-4.0.7...solr-4.0.8) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [solr-3.0.8](https://github.com/truecharts/charts/compare/solr-3.0.7...solr-3.0.8) (2023-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- remove subchart and update common
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-3.0.7](https://github.com/truecharts/charts/compare/solr-3.0.6...solr-3.0.7) (2023-03-07)
|
||||
|
||||
### Fix
|
||||
@@ -3,7 +3,7 @@ appVersion: "9.1.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.13
|
||||
version: 12.4.14
|
||||
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.8
|
||||
version: 4.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- search
|
||||
9
dependency/solr/4.0.9/app-changelog.md
Normal file
9
dependency/solr/4.0.9/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [solr-4.0.9](https://github.com/truecharts/charts/compare/solr-4.0.8...solr-4.0.9) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.14 ([#8045](https://github.com/truecharts/charts/issues/8045))
|
||||
|
||||
|
||||
BIN
dependency/solr/4.0.9/charts/common-12.4.14.tgz
Normal file
BIN
dependency/solr/4.0.9/charts/common-12.4.14.tgz
Normal file
Binary file not shown.
@@ -287,41 +287,41 @@ questions:
|
||||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
show_subquestions_if: static
|
||||
subquestions:
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
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
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
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
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
||||
Reference in New Issue
Block a user