Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
fe04483c62
commit
348ed4a642
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [clickhouse-3.0.18](https://github.com/truecharts/charts/compare/clickhouse-3.0.17...clickhouse-3.0.18) (2023-02-03)
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [clickhouse-3.0.19](https://github.com/truecharts/charts/compare/clickhouse-3.0.18...clickhouse-3.0.19) (2023-02-05)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/clickhouse to v23.1.3.5
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [clickhouse-3.0.18](https://github.com/truecharts/charts/compare/clickhouse-3.0.17...clickhouse-3.0.18) (2023-02-03)
|
## [clickhouse-3.0.18](https://github.com/truecharts/charts/compare/clickhouse-3.0.17...clickhouse-3.0.18) (2023-02-03)
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [clickhouse-3.0.8](https://github.com/truecharts/charts/compare/clickhouse-3.0.7...clickhouse-3.0.8) (2022-12-11)
|
## [clickhouse-3.0.8](https://github.com/truecharts/charts/compare/clickhouse-3.0.7...clickhouse-3.0.8) (2022-12-11)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm chart common to v11.0.7 ([#5266](https://github.com/truecharts/charts/issues/5266))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [clickhouse-3.0.7](https://github.com/truecharts/charts/compare/clickhouse-3.0.6...clickhouse-3.0.7) (2022-12-07)
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "23.1.2.9"
|
appVersion: "23.1.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -23,7 +23,7 @@ sources:
|
||||||
- https://hub.docker.com/clickhouse/clickhouse-server
|
- https://hub.docker.com/clickhouse/clickhouse-server
|
||||||
- https://clickhouse.com/
|
- https://clickhouse.com/
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.18
|
version: 3.0.19
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- database
|
- database
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [clickhouse-3.0.19](https://github.com/truecharts/charts/compare/clickhouse-3.0.18...clickhouse-3.0.19) (2023-02-05)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/clickhouse to v23.1.3.5
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/clickhouse
|
repository: tccr.io/truecharts/clickhouse
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 23.1.2.9@sha256:d5fcecb813f5692f9f9cfbfd1d4822bb0ea8dcfa8f066d0fa6769b19ca32d9d3
|
tag: 23.1.3.5@sha256:3da895503f8a0e59fb66a730b312b81fced672d85d1eced4cbaec4a772178daa
|
||||||
|
|
||||||
controller:
|
controller:
|
||||||
type: statefulset
|
type: statefulset
|
Loading…
Reference in New Issue