Skip to content

Commit 69d5e39

Browse files
authored
Merge pull request #1658 from Altinity/0.24.5
0.24.5
2 parents 5986324 + 2a4b0f2 commit 69d5e39

File tree

67 files changed

+6673
-571
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+6673
-571
lines changed

config/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ clickhouse:
124124
- files/*.xml: "yes"
125125
- files/config.d/*.xml: "yes"
126126
- files/config.d/*dict*.xml: "no"
127+
- files/config.d/*no_restart*: "no"
127128

128129
# exceptions in default profile
129130
- profiles/default/background_*_pool_size: "yes"

deploy/builder/templates-config/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ clickhouse:
118118
- files/*.xml: "yes"
119119
- files/config.d/*.xml: "yes"
120120
- files/config.d/*dict*.xml: "no"
121+
- files/config.d/*no_restart*: "no"
121122

122123
# exceptions in default profile
123124
- profiles/default/background_*_pool_size: "yes"

deploy/builder/templates-install-bundle/clickhouse-operator-install-yaml-template-01-section-crd-02-chopconf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ spec:
137137
items:
138138
type: object
139139
description: "setting: value pairs for configuration restart policy"
140+
x-kubernetes-preserve-unknown-fields: true
140141
access:
141142
type: object
142143
description: "parameters which use for connect to clickhouse from clickhouse-operator deployment"

deploy/helm/clickhouse-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ description: |-
1313
kubectl apply -f https://github.com/Altinity/clickhouse-operator/raw/master/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhousekeeperinstallations.clickhouse-keeper.altinity.com.yaml
1414
```
1515
type: application
16-
version: 0.24.4
17-
appVersion: 0.24.4
16+
version: 0.24.5
17+
appVersion: 0.24.5
1818
home: https://github.com/Altinity/clickhouse-operator
1919
icon: https://logosandtypes.com/wp-content/uploads/2020/12/altinity.svg
2020
maintainers:

deploy/helm/clickhouse-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# altinity-clickhouse-operator
22

3-
![Version: 0.24.4](https://img.shields.io/badge/Version-0.24.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.24.4](https://img.shields.io/badge/AppVersion-0.24.4-informational?style=flat-square)
3+
![Version: 0.24.5](https://img.shields.io/badge/Version-0.24.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.24.5](https://img.shields.io/badge/AppVersion-0.24.5-informational?style=flat-square)
44

55
Helm chart to deploy [altinity-clickhouse-operator](https://github.com/Altinity/clickhouse-operator).
66

deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallations.clickhouse.altinity.com.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# SINGULAR=clickhouseinstallation
55
# PLURAL=clickhouseinstallations
66
# SHORT=chi
7-
# OPERATOR_VERSION=0.24.4
7+
# OPERATOR_VERSION=0.24.5
88
#
99
apiVersion: apiextensions.k8s.io/v1
1010
kind: CustomResourceDefinition
1111
metadata:
1212
name: clickhouseinstallations.clickhouse.altinity.com
1313
labels:
14-
clickhouse.altinity.com/chop: 0.24.4
14+
clickhouse.altinity.com/chop: 0.24.5
1515
spec:
1616
group: clickhouse.altinity.com
1717
scope: Namespaced

deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseinstallationtemplates.clickhouse.altinity.com.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# SINGULAR=clickhouseinstallationtemplate
55
# PLURAL=clickhouseinstallationtemplates
66
# SHORT=chit
7-
# OPERATOR_VERSION=0.24.4
7+
# OPERATOR_VERSION=0.24.5
88
#
99
apiVersion: apiextensions.k8s.io/v1
1010
kind: CustomResourceDefinition
1111
metadata:
1212
name: clickhouseinstallationtemplates.clickhouse.altinity.com
1313
labels:
14-
clickhouse.altinity.com/chop: 0.24.4
14+
clickhouse.altinity.com/chop: 0.24.5
1515
spec:
1616
group: clickhouse.altinity.com
1717
scope: Namespaced

deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhousekeeperinstallations.clickhouse-keeper.altinity.com.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Template Parameters:
22
#
3-
# OPERATOR_VERSION=0.24.4
3+
# OPERATOR_VERSION=0.24.5
44
#
55
apiVersion: apiextensions.k8s.io/v1
66
kind: CustomResourceDefinition
77
metadata:
88
name: clickhousekeeperinstallations.clickhouse-keeper.altinity.com
99
labels:
10-
clickhouse-keeper.altinity.com/chop: 0.24.4
10+
clickhouse-keeper.altinity.com/chop: 0.24.5
1111
spec:
1212
group: clickhouse-keeper.altinity.com
1313
scope: Namespaced

deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseoperatorconfigurations.clickhouse.altinity.com.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kind: CustomResourceDefinition
77
metadata:
88
name: clickhouseoperatorconfigurations.clickhouse.altinity.com
99
labels:
10-
clickhouse.altinity.com/chop: 0.24.4
10+
clickhouse.altinity.com/chop: 0.24.5
1111
spec:
1212
group: clickhouse.altinity.com
1313
scope: Namespaced
@@ -137,6 +137,7 @@ spec:
137137
items:
138138
type: object
139139
description: "setting: value pairs for configuration restart policy"
140+
x-kubernetes-preserve-unknown-fields: true
140141
access:
141142
type: object
142143
description: "parameters which use for connect to clickhouse from clickhouse-operator deployment"

deploy/helm/clickhouse-operator/files/ClickHouseKeeper_dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@
600600
"timeFrom": null,
601601
"timeRegions": [],
602602
"timeShift": null,
603-
"title": "Ethermals nodes",
603+
"title": "Ephemeral Node count",
604604
"tooltip": {
605605
"shared": true,
606606
"sort": 0,

0 commit comments

Comments
 (0)