diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index e25aa62acd..464c1fdb75 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: 0.2.0 +version: 0.2.1 diff --git a/bitnami/clickhouse/README.md b/bitnami/clickhouse/README.md index 9b9fbbfb94..09469856a2 100644 --- a/bitnami/clickhouse/README.md +++ b/bitnami/clickhouse/README.md @@ -4,6 +4,10 @@ ClickHouse is an open-source column-oriented OLAP database management system. Use it to boost your database performance while providing linear scalability and hardware efficiency. +[Overview of ClickHouse](https://clickhouse.com/) + +Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. + ## TL;DR ```console @@ -84,7 +88,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- | | `image.registry` | ClickHouse image registry | `docker.io` | | `image.repository` | ClickHouse image repository | `bitnami/clickhouse` | -| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `22.8.5-debian-11-r3` | +| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `22.8.5-debian-11-r6` | | `image.digest` | ClickHouse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | ClickHouse image pull policy | `IfNotPresent` | | `image.pullSecrets` | ClickHouse image pull secrets | `[]` | @@ -263,7 +267,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` | | `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r36` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r37` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | @@ -471,4 +475,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. \ No newline at end of file diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml index 4f002a7fca..e8380d6f06 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/clickhouse - tag: 22.8.5-debian-11-r3 + tag: 22.8.5-debian-11-r6 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -845,7 +845,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r36 + tag: 11-debian-11-r37 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.