From b8a681124643ff8c1a64348ffa6cca5ac8ec8fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=92=B8=E9=B1=BC=E8=80=81=E7=BD=97?= Date: Fri, 23 Dec 2022 18:02:59 +0800 Subject: [PATCH] [bitnami/clickhouse] add change notes to use Kubernetes 1.8 (#14003) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * clickhouse, add change notes to use Kubernetes 1.8 Signed-off-by: lusson * Update bitnami/clickhouse/values.yaml Co-authored-by: Celia Garcia <61272496+CeliaGMqrz@users.noreply.github.com> Signed-off-by: 咸鱼老罗 * Update bitnami/clickhouse/README.md Co-authored-by: Celia Garcia <61272496+CeliaGMqrz@users.noreply.github.com> Signed-off-by: 咸鱼老罗 Signed-off-by: lusson Signed-off-by: 咸鱼老罗 Co-authored-by: Celia Garcia <61272496+CeliaGMqrz@users.noreply.github.com> --- bitnami/clickhouse/Chart.yaml | 2 +- bitnami/clickhouse/README.md | 4 ++++ bitnami/clickhouse/values.yaml | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index 391b3d226..72772d0c2 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -25,4 +25,4 @@ name: clickhouse sources: - https://github.com/bitnami/containers/tree/main/bitnami/clickhouse - https://github.com/ClickHouse/ClickHouse -version: 2.2.0 +version: 2.2.1 diff --git a/bitnami/clickhouse/README.md b/bitnami/clickhouse/README.md index 37a86fa4e..a7ef7d730 100644 --- a/bitnami/clickhouse/README.md +++ b/bitnami/clickhouse/README.md @@ -32,6 +32,10 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment - PV provisioner support in the underlying infrastructure - ReadWriteMany volumes for deployment scaling +> If you are using Kubernetes 1.18, the following code needs to be commented out. +> seccompProfile: +> type: "RuntimeDefault" + ## Installing the Chart To install the chart with the release name `my-release`: diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml index 670497d81..b704efe51 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -190,6 +190,7 @@ resources: ## @param podSecurityContext.enabled Enabled ClickHouse pods' Security Context ## @param podSecurityContext.fsGroup Set ClickHouse pod's Security Context fsGroup ## @param podSecurityContext.seccompProfile.type Set ClickHouse container's Security Context seccomp profile +## If you are using Kubernetes 1.18, the following code needs to be commented out. ## podSecurityContext: enabled: true