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