Skip to content

Commit

Permalink
[bitnami/clickhouse] Remove subchart image from values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Ruiz <[email protected]>
  • Loading branch information
migruiz4 committed Nov 22, 2024
1 parent c52ccd4 commit 529cd2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bitnami/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 5 additions & 1 deletion bitnami/clickhouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,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:
Expand Down Expand Up @@ -630,4 +634,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.
11 changes: 0 additions & 11 deletions bitnami/clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 529cd2f

Please sign in to comment.