[bitnami/clickhouse] Remove subchart image from values.yaml (#30586)

* [bitnami/clickhouse] Remove subchart image from values.yaml

Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Fix common.warnings.modifiedImages

Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com>

---------

Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Miguel Ruiz
2024-11-22 17:21:31 +01:00
committed by GitHub
parent 66c3a1c7c7
commit 1b9938fc54
5 changed files with 20 additions and 26 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 6.3.3 (2024-11-18)
## 7.0.0 (2024-11-22)
* [bitnami/clickhouse] Release 6.3.3 ([#30505](https://github.com/bitnami/charts/pull/30505))
* [bitnami/clickhouse] Remove subchart image from values.yaml ([#30586](https://github.com/bitnami/charts/pull/30586))
## <small>6.3.3 (2024-11-18)</small>
* [bitnami/clickhouse] Release 6.3.3 (#30505) ([5f728aa](https://github.com/bitnami/charts/commit/5f728aaf56f76877c5f00b48e1f546bc2050614b)), closes [#30505](https://github.com/bitnami/charts/issues/30505)
## <small>6.3.2 (2024-11-08)</small>

View File

@@ -35,4 +35,4 @@ maintainers:
name: clickhouse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
version: 6.3.3
version: 7.0.0

View File

@@ -543,16 +543,13 @@ The [Bitnami ClickHouse](https://github.com/bitnami/containers/tree/main/bitnami
### Zookeeper subchart parameters
| Name | Description | Value |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |
| `zookeeper.enabled` | Deploy Zookeeper subchart | `true` |
| `zookeeper.replicaCount` | Number of Zookeeper instances | `3` |
| `zookeeper.service.ports.client` | Zookeeper client port | `2181` |
| `zookeeper.image.registry` | Zookeeper image registry | `REGISTRY_NAME` |
| `zookeeper.image.repository` | Zookeeper image repository | `REPOSITORY_NAME/zookeeper` |
| `zookeeper.image.pullPolicy` | Zookeeper image pull policy | `IfNotPresent` |
| `zookeeper.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production). | `micro` |
| `zookeeper.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
| Name | Description | Value |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `zookeeper.enabled` | Deploy Zookeeper subchart | `true` |
| `zookeeper.replicaCount` | Number of Zookeeper instances | `3` |
| `zookeeper.service.ports.client` | Zookeeper client port | `2181` |
| `zookeeper.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production). | `micro` |
| `zookeeper.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
### Network Policies
@@ -600,6 +597,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 7.0.0
This major updates the Zookeeper version from 3.8.x to 3.9.x. Instead of overwritting it in this chart values, it will automatically use the version defined in the zookeeper subchart.
### To 6.0.0
This major bump changes the following security defaults:
@@ -630,4 +631,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -57,4 +57,4 @@ Credentials:
{{- include "common.warnings.rollingTag" .Values.image }}
{{- include "clickhouse.validateValues" . }}
{{- include "common.warnings.resources" (dict "sections" (list "" "volumePermissions") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.zookeeper.image) "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image) "context" $) }}

View File

@@ -1142,17 +1142,6 @@ externalZookeeper:
##
zookeeper:
enabled: true
## Override zookeeper default image as 3.9 is not supported https://github.com/ClickHouse/ClickHouse/issues/53749
## ref: https://github.com/bitnami/containers/tree/main/bitnami/zookeeper
## @param zookeeper.image.registry [default: REGISTRY_NAME] Zookeeper image registry
## @param zookeeper.image.repository [default: REPOSITORY_NAME/zookeeper] Zookeeper image repository
## @skip zookeeper.image.tag Zookeeper image tag (immutable tags are recommended)
## @param zookeeper.image.pullPolicy Zookeeper image pull policy
image:
registry: docker.io
repository: bitnami/zookeeper
tag: 3.8.4-debian-12-r16
pullPolicy: IfNotPresent
replicaCount: 3
service:
ports: