mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
[bitnami/*] Skip image's tag in the README files of the Bitnami Charts (#19841)
* [bitnami/*] Skip image's tag in the README files of the Bitnami Charts Signed-off-by: Jota Martos <jotamartos@vmware.com> * [bitnami/*] Improve validation Signed-off-by: Jota Martos <jotamartos@vmware.com> * [bitnami/*] Improve validation Signed-off-by: Jota Martos <jotamartos@vmware.com> --------- Signed-off-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
@@ -95,7 +95,6 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------- |
|
||||
| `image.registry` | ClickHouse image registry | `REGISTRY_NAME` |
|
||||
| `image.repository` | ClickHouse image repository | `REPOSITORY_NAME/clickhouse` |
|
||||
| `image.tag` | ClickHouse image tag (immutable tags are recommended) | `23.9.2-debian-11-r0` |
|
||||
| `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 | `[]` |
|
||||
@@ -304,7 +303,6 @@ 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` | OS Shell + Utility image registry | `REGISTRY_NAME` |
|
||||
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `REPOSITORY_NAME/os-shell` |
|
||||
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r90` |
|
||||
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
|
||||
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
|
||||
@@ -346,15 +344,14 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### Zookeeper subchart parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| -------------------------------- | ---------------------------------------------------- | --------------------------- |
|
||||
| `zookeeper.enabled` | Deploy Zookeeper subchart | `true` |
|
||||
| `zookeeper.replicaCount` | Number of Zookeeper instances | `3` |
|
||||
| `zookeeper.service.ports.client` | Zookeeper client port | `2181` |
|
||||
| `zookeeper.image.registry` | Zookeeper image registry | `REGISTRY_NAME` |
|
||||
| `zookeeper.image.repository` | Zookeeper image repository | `REPOSITORY_NAME/zookeeper` |
|
||||
| `zookeeper.image.tag` | Zookeeper image tag (immutable tags are recommended) | `3.8.3-debian-11-r1` |
|
||||
| `zookeeper.image.pullPolicy` | Zookeeper image pull policy | `IfNotPresent` |
|
||||
| Name | Description | Value |
|
||||
| -------------------------------- | ----------------------------- | --------------------------- |
|
||||
| `zookeeper.enabled` | Deploy Zookeeper subchart | `true` |
|
||||
| `zookeeper.replicaCount` | Number of Zookeeper instances | `3` |
|
||||
| `zookeeper.service.ports.client` | Zookeeper client port | `2181` |
|
||||
| `zookeeper.image.registry` | Zookeeper image registry | `REGISTRY_NAME` |
|
||||
| `zookeeper.image.repository` | Zookeeper image repository | `REPOSITORY_NAME/zookeeper` |
|
||||
| `zookeeper.image.pullPolicy` | Zookeeper image pull policy | `IfNotPresent` |
|
||||
|
||||
See <https://github.com/bitnami-labs/readme-generator-for-helm> to create the table.
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ diagnosticMode:
|
||||
## ref: https://hub.docker.com/r/bitnami/clickhouse/tags/
|
||||
## @param image.registry [default: REGISTRY_NAME] ClickHouse image registry
|
||||
## @param image.repository [default: REPOSITORY_NAME/clickhouse] ClickHouse image repository
|
||||
## @param image.tag ClickHouse image tag (immutable tags are recommended)
|
||||
## @skip 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
|
||||
@@ -959,7 +959,7 @@ volumePermissions:
|
||||
## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
|
||||
## @param volumePermissions.image.registry [default: REGISTRY_NAME] OS Shell + Utility image registry
|
||||
## @param volumePermissions.image.repository [default: REPOSITORY_NAME/os-shell] OS Shell + Utility image repository
|
||||
## @param volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
|
||||
## @skip volumePermissions.image.tag OS Shell + Utility image tag (immutable tags are recommended)
|
||||
## @param volumePermissions.image.pullPolicy OS Shell + Utility image pull policy
|
||||
## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
|
||||
##
|
||||
@@ -1114,7 +1114,7 @@ zookeeper:
|
||||
## 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
|
||||
## @param zookeeper.image.tag Zookeeper image tag (immutable tags are recommended)
|
||||
## @skip zookeeper.image.tag Zookeeper image tag (immutable tags are recommended)
|
||||
## @param zookeeper.image.pullPolicy Zookeeper image pull policy
|
||||
image:
|
||||
registry: docker.io
|
||||
|
||||
Reference in New Issue
Block a user