[bitnami/apisix] Release 2.0.6 (#17801)

* [bitnami/apisix] Release 2.0.6 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-07-20 17:50:35 +02:00
committed by GitHub
parent 3bfcc08121
commit 9660e28fcf
3 changed files with 25 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ annotations:
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
appVersion: 3.4.0
appVersion: 3.4.1
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
@@ -36,4 +36,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/apisix
- https://github.com/bitnami/charts/tree/main/bitnami/apisix-dashboard
- https://github.com/bitnami/charts/tree/main/bitnami/apisix-ingress-controller
version: 2.0.5
version: 2.0.6

View File

@@ -61,26 +61,26 @@ 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.name | `""` |
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
| `namespaceOverride` | String to fully override common.names.namespace | `""` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `clusterDomain` | Kubernetes cluster domain name | `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 deployment | `["sleep"]` |
| `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` |
| `image.registry` | APISIX image registry | `docker.io` |
| `image.repository` | APISIX image repository | `bitnami/apisix` |
| `image.tag` | APISIX image tag (immutable tags are recommended) | `3.4.0-debian-11-r20` |
| `image.digest` | APISIX image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `image.pullPolicy` | APISIX image pull policy | `IfNotPresent` |
| `image.pullSecrets` | APISIX image pull secrets | `[]` |
| `image.debug` | Enable APISIX image debug mode | `false` |
| Name | Description | Value |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| `kubeVersion` | Override Kubernetes version | `""` |
| `nameOverride` | String to partially override common.names.name | `""` |
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
| `namespaceOverride` | String to fully override common.names.namespace | `""` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `clusterDomain` | Kubernetes cluster domain name | `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 deployment | `["sleep"]` |
| `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` |
| `image.registry` | APISIX image registry | `docker.io` |
| `image.repository` | APISIX image repository | `bitnami/apisix` |
| `image.tag` | APISIX image tag (immutable tags are recommended) | `3.4.1-debian-11-r0` |
| `image.digest` | APISIX image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `image.pullPolicy` | APISIX image pull policy | `IfNotPresent` |
| `image.pullSecrets` | APISIX image pull secrets | `[]` |
| `image.debug` | Enable APISIX image debug mode | `false` |
### APISIX Data Plane parameters
@@ -735,7 +735,7 @@ The command removes all the Kubernetes components associated with the chart and
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------ |
| `waitContainer.image.registry` | Init container wait-container image registry | `docker.io` |
| `waitContainer.image.repository` | Init container wait-container image name | `bitnami/os-shell` |
| `waitContainer.image.tag` | Init container wait-container image tag | `11-debian-11-r11` |
| `waitContainer.image.tag` | Init container wait-container image tag | `11-debian-11-r13` |
| `waitContainer.image.digest` | Init container wait-container image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `waitContainer.image.pullPolicy` | Init container wait-container image pull policy | `IfNotPresent` |
| `waitContainer.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -76,7 +76,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/apisix
tag: 3.4.0-debian-11-r20
tag: 3.4.1-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2818,7 +2818,7 @@ waitContainer:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r11
tag: 11-debian-11-r13
digest: ""
## @param waitContainer.image.pullPolicy Init container wait-container image pull policy
##