[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:
Juan José Martos
2023-10-20 10:34:39 +02:00
committed by GitHub
parent 86ddf468bd
commit bb9a01b659
215 changed files with 608 additions and 936 deletions

View File

@@ -70,25 +70,24 @@ The command removes all the Kubernetes components associated with the chart and
### Common parameters
| Name | Description | Value |
| ------------------------ | ---------------------------------------------------------------------------------------------------- | ---------------------------- |
| `kubeVersion` | Override Kubernetes version | `""` |
| `nameOverride` | String to partially override common.names.fullname | `""` |
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` |
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
| `diagnosticMode.enabled` | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | `false` |
| `diagnosticMode.command` | Command to override all containers in the the statefulset | `["sleep"]` |
| `diagnosticMode.args` | Args to override all containers in the the statefulset | `["infinity"]` |
| `image.registry` | Odoo image registry | `REGISTRY_NAME` |
| `image.repository` | Odoo image repository | `REPOSITORY_NAME/odoo` |
| `image.tag` | Odoo image tag (immutable tags are recommended) | `16.0.20231015-debian-11-r0` |
| `image.digest` | Odoo image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Odoo image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Odoo image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| Name | Description | Value |
| ------------------------ | ---------------------------------------------------------------------------------------------------- | ---------------------- |
| `kubeVersion` | Override Kubernetes version | `""` |
| `nameOverride` | String to partially override common.names.fullname | `""` |
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` |
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
| `diagnosticMode.enabled` | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | `false` |
| `diagnosticMode.command` | Command to override all containers in the the statefulset | `["sleep"]` |
| `diagnosticMode.args` | Args to override all containers in the the statefulset | `["infinity"]` |
| `image.registry` | Odoo image registry | `REGISTRY_NAME` |
| `image.repository` | Odoo image repository | `REPOSITORY_NAME/odoo` |
| `image.digest` | Odoo image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Odoo image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Odoo image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
### Odoo Configuration parameters

View File

@@ -63,7 +63,7 @@ diagnosticMode:
## ref: https://hub.docker.com/r/bitnami/odoo/tags/
## @param image.registry [default: REGISTRY_NAME] Odoo image registry
## @param image.repository [default: REPOSITORY_NAME/odoo] Odoo image repository
## @param image.tag Odoo image tag (immutable tags are recommended)
## @skip image.tag Odoo image tag (immutable tags are recommended)
## @param image.digest Odoo image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param image.pullPolicy Odoo image pull policy
## @param image.pullSecrets Odoo image pull secrets