Skip to content

Commit

Permalink
Merge pull request #1583 from Altinity/0.24.2
Browse files Browse the repository at this point in the history
0.24.2
  • Loading branch information
sunsingerus authored Dec 5, 2024
2 parents adab0c8 + 932c34e commit 9db470f
Show file tree
Hide file tree
Showing 34 changed files with 5,901 additions and 415 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
log
*.log
*.log.txt
tests/report_*.html
__pycache__

# Skip dev runtime-produced
Expand Down
12 changes: 0 additions & 12 deletions config/chk/keeper_config.d/01-keeper-01-default-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,4 @@
<level>information</level>
</logger>
<max_connections>4096</max_connections>
<openSSL>
<server>
<cacheSessions>true</cacheSessions>
<certificateFile>/etc/clickhouse-keeper/server.crt</certificateFile>
<dhParamsFile>/etc/clickhouse-keeper/dhparam.pem</dhParamsFile>
<disableProtocols>sslv2,sslv3</disableProtocols>
<loadDefaultCAFile>true</loadDefaultCAFile>
<preferServerCiphers>true</preferServerCiphers>
<privateKeyFile>/etc/clickhouse-keeper/server.key</privateKeyFile>
<verificationMode>none</verificationMode>
</server>
</openSSL>
</clickhouse>
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,4 @@
<level>information</level>
</logger>
<max_connections>4096</max_connections>
<openSSL>
<server>
<cacheSessions>true</cacheSessions>
<certificateFile>/etc/clickhouse-keeper/server.crt</certificateFile>
<dhParamsFile>/etc/clickhouse-keeper/dhparam.pem</dhParamsFile>
<disableProtocols>sslv2,sslv3</disableProtocols>
<loadDefaultCAFile>true</loadDefaultCAFile>
<preferServerCiphers>true</preferServerCiphers>
<privateKeyFile>/etc/clickhouse-keeper/server.key</privateKeyFile>
<verificationMode>none</verificationMode>
</server>
</openSSL>
</clickhouse>
4 changes: 2 additions & 2 deletions deploy/helm/clickhouse-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ description: |-
kubectl apply -f https://github.com/Altinity/clickhouse-operator/raw/master/deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhousekeeperinstallations.clickhouse-keeper.altinity.com.yaml
```
type: application
version: 0.24.1
appVersion: 0.24.1
version: 0.24.2
appVersion: 0.24.2
home: https://github.com/Altinity/clickhouse-operator
icon: https://logosandtypes.com/wp-content/uploads/2020/12/altinity.svg
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/clickhouse-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# altinity-clickhouse-operator

![Version: 0.24.1](https://img.shields.io/badge/Version-0.24.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.24.1](https://img.shields.io/badge/AppVersion-0.24.1-informational?style=flat-square)
![Version: 0.24.2](https://img.shields.io/badge/Version-0.24.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.24.2](https://img.shields.io/badge/AppVersion-0.24.2-informational?style=flat-square)

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# SINGULAR=clickhouseinstallation
# PLURAL=clickhouseinstallations
# SHORT=chi
# OPERATOR_VERSION=0.24.1
# OPERATOR_VERSION=0.24.2
#
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clickhouseinstallations.clickhouse.altinity.com
labels:
clickhouse.altinity.com/chop: 0.24.1
clickhouse.altinity.com/chop: 0.24.2
spec:
group: clickhouse.altinity.com
scope: Namespaced
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# SINGULAR=clickhouseinstallationtemplate
# PLURAL=clickhouseinstallationtemplates
# SHORT=chit
# OPERATOR_VERSION=0.24.1
# OPERATOR_VERSION=0.24.2
#
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clickhouseinstallationtemplates.clickhouse.altinity.com
labels:
clickhouse.altinity.com/chop: 0.24.1
clickhouse.altinity.com/chop: 0.24.2
spec:
group: clickhouse.altinity.com
scope: Namespaced
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Template Parameters:
#
# OPERATOR_VERSION=0.24.1
# OPERATOR_VERSION=0.24.2
#
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clickhousekeeperinstallations.clickhouse-keeper.altinity.com
labels:
clickhouse-keeper.altinity.com/chop: 0.24.1
clickhouse-keeper.altinity.com/chop: 0.24.2
spec:
group: clickhouse-keeper.altinity.com
scope: Namespaced
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kind: CustomResourceDefinition
metadata:
name: clickhouseoperatorconfigurations.clickhouse.altinity.com
labels:
clickhouse.altinity.com/chop: 0.24.1
clickhouse.altinity.com/chop: 0.24.2
spec:
group: clickhouse.altinity.com
scope: Namespaced
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#
# NAMESPACE=kube-system
# COMMENT=
# OPERATOR_IMAGE=altinity/clickhouse-operator:0.24.1
# OPERATOR_IMAGE=altinity/clickhouse-operator:0.24.2
# OPERATOR_IMAGE_PULL_POLICY=Always
# METRICS_EXPORTER_IMAGE=altinity/metrics-exporter:0.24.1
# METRICS_EXPORTER_IMAGE=altinity/metrics-exporter:0.24.2
# METRICS_EXPORTER_IMAGE_PULL_POLICY=Always
#
# Setup Deployment for clickhouse-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Template parameters available:
# NAMESPACE=kube-system
# COMMENT=
# OPERATOR_VERSION=0.24.1
# OPERATOR_VERSION=0.24.2
# CH_USERNAME_SECRET_PLAIN=clickhouse_operator
# CH_PASSWORD_SECRET_PLAIN=clickhouse_operator_password
#
Expand Down
12 changes: 0 additions & 12 deletions deploy/helm/clickhouse-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -712,18 +712,6 @@ configs:
<level>information</level>
</logger>
<max_connections>4096</max_connections>
<openSSL>
<server>
<cacheSessions>true</cacheSessions>
<certificateFile>/etc/clickhouse-keeper/server.crt</certificateFile>
<dhParamsFile>/etc/clickhouse-keeper/dhparam.pem</dhParamsFile>
<disableProtocols>sslv2,sslv3</disableProtocols>
<loadDefaultCAFile>true</loadDefaultCAFile>
<preferServerCiphers>true</preferServerCiphers>
<privateKeyFile>/etc/clickhouse-keeper/server.key</privateKeyFile>
<verificationMode>none</verificationMode>
</server>
</openSSL>
</clickhouse>
01-keeper-02-readiness.xml: |
<!-- IMPORTANT -->
Expand Down
Loading

0 comments on commit 9db470f

Please sign in to comment.