Skip to content

Commit

Permalink
[bitnami/clickhouse] Fix: bind ipv6 and ipv4 by default (#31200)
Browse files Browse the repository at this point in the history
* fix(clickhouse): bind ipv6 and ipv4 by default

Modify `defaultConfigurationOverrides` to listen on ipv4 and ipv6 and
replace the default launch args of the `setup.sh` to accept args

Signed-off-by: Jules Lefebvre <[email protected]>

* chore(clickhouse): increase chart version to 7.2.0

Increase clickhouse version number from 7.1.5 to 7.2.0

Signed-off-by: Jules Lefebvre <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Jules Lefebvre <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Jules Lefebvre <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
3 people authored Jan 20, 2025
1 parent 38be6c5 commit 422b3a7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/clickhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 7.1.6 (2025-01-17)
## 7.2.0 (2025-01-17)

* [bitnami/clickhouse] Release 7.1.6 ([#31450](https://github.com/bitnami/charts/pull/31450))
* [bitnami/clickhouse] Fix: bind ipv6 and ipv4 by default ([#31200](https://github.com/bitnami/charts/pull/31200))

## <small>7.1.6 (2025-01-17)</small>

* [bitnami/clickhouse] Release 7.1.6 (#31450) ([aca9954](https://github.com/bitnami/charts/commit/aca99540e8ba61cfab493704c56520fc2f010849)), closes [#31450](https://github.com/bitnami/charts/issues/31450)

## <small>7.1.5 (2025-01-14)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ maintainers:
name: clickhouse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
version: 7.1.6
version: 7.2.0
2 changes: 1 addition & 1 deletion bitnami/clickhouse/templates/scripts-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ data:
exit 1
fi
fi
exec /opt/bitnami/scripts/clickhouse/entrypoint.sh /opt/bitnami/scripts/clickhouse/run.sh -- --listen_host=0.0.0.0
exec /opt/bitnami/scripts/clickhouse/entrypoint.sh /opt/bitnami/scripts/clickhouse/run.sh "$@"
3 changes: 3 additions & 0 deletions bitnami/clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,9 @@ defaultConfigurationOverrides: |
<asynchronous_metrics>true</asynchronous_metrics>
</prometheus>
{{- end }}
<listen_host>0.0.0.0</listen_host>
<listen_host>::</listen_host>
<listen_try>1</listen_try>
</clickhouse>
## @param existingOverridesConfigmap The name of an existing ConfigMap with your custom configuration for ClickHouse
##
Expand Down

0 comments on commit 422b3a7

Please sign in to comment.