mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
[bitnami/clickhouse] feat: ✨ Add support for image digest (#12670)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
committed by
GitHub
parent
f5446948a6
commit
8aa3eb5dfb
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: zookeeper
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 10.2.1
|
||||
version: 10.2.2
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.17.1
|
||||
digest: sha256:d479e1101414ee3e721a91eff09e923b7f301690226026fdabda3ecfa41796a6
|
||||
generated: "2022-09-20T10:27:14.334929+02:00"
|
||||
version: 2.0.3
|
||||
digest: sha256:9f9ee5bc50a34454fe1e865c96db5531a3a4db61299a4f1fd1cc1aa60265d63e
|
||||
generated: "2022-09-26T10:24:04.482707+02:00"
|
||||
|
||||
@@ -11,7 +11,7 @@ dependencies:
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 1.x.x
|
||||
version: 2.x.x
|
||||
description: 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.
|
||||
home: https://clickhouse.com/
|
||||
icon: https://bitnami.com/assets/stacks/clickhouse/img/clickhouse-stack-220x234.png
|
||||
@@ -25,4 +25,4 @@ name: clickhouse
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse
|
||||
- https://github.com/ClickHouse/ClickHouse
|
||||
version: 0.1.0
|
||||
version: 0.2.0
|
||||
|
||||
@@ -83,6 +83,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.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 | `[]` |
|
||||
| `image.debug` | Enable ClickHouse image debug mode | `false` |
|
||||
|
||||
@@ -68,6 +68,7 @@ diagnosticMode:
|
||||
## @param image.registry ClickHouse image registry
|
||||
## @param image.repository ClickHouse image repository
|
||||
## @param image.tag ClickHouse image tag (immutable tags are recommended)
|
||||
## @param image.digest ClickHouse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
|
||||
## @param image.pullPolicy ClickHouse image pull policy
|
||||
## @param image.pullSecrets ClickHouse image pull secrets
|
||||
## @param image.debug Enable ClickHouse image debug mode
|
||||
@@ -76,6 +77,7 @@ image:
|
||||
registry: docker.io
|
||||
repository: bitnami/clickhouse
|
||||
tag: 22.8.5-debian-11-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user