[bitnami/apisix] Release 2.0.7 (#17856)

* [bitnami/apisix] Release 2.0.7 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-25 08:12:34 +02:00
committed by GitHub
parent 683c45255d
commit 1db0ec66d3
3 changed files with 9 additions and 9 deletions

View File

@@ -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.6
version: 2.0.7

View File

@@ -76,7 +76,7 @@ The command removes all the Kubernetes components associated with the chart and
| `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.tag` | APISIX image tag (immutable tags are recommended) | `3.4.1-debian-11-r5` |
| `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 | `[]` |
@@ -427,7 +427,7 @@ The command removes all the Kubernetes components associated with the chart and
| `dashboard.replicaCount` | Number of APISIX Dashboard replicas to deploy | `1` |
| `dashboard.image.registry` | APISIX Dashboard image registry | `docker.io` |
| `dashboard.image.repository` | APISIX Dashboard image repository | `bitnami/apisix-dashboard` |
| `dashboard.image.tag` | APISIX Dashboard image tag (immutable tags are recommended) | `3.0.1-debian-11-r53` |
| `dashboard.image.tag` | APISIX Dashboard image tag (immutable tags are recommended) | `3.0.1-debian-11-r59` |
| `dashboard.image.digest` | APISIX Dashboard image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `dashboard.image.pullPolicy` | APISIX Dashboard image pull policy | `IfNotPresent` |
| `dashboard.image.pullSecrets` | APISIX Dashboard image pull secrets | `[]` |
@@ -574,7 +574,7 @@ The command removes all the Kubernetes components associated with the chart and
| `ingressController.enabled` | Enable APISIX Ingress Controller | `true` |
| `ingressController.image.registry` | APISIX Ingress Controller image registry | `docker.io` |
| `ingressController.image.repository` | APISIX Ingress Controller image repository | `bitnami/apisix-ingress-controller` |
| `ingressController.image.tag` | APISIX Ingress Controller image tag (immutable tags are recommended) | `1.6.1-debian-11-r53` |
| `ingressController.image.tag` | APISIX Ingress Controller image tag (immutable tags are recommended) | `1.6.1-debian-11-r62` |
| `ingressController.image.digest` | APISIX Ingress Controller image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `ingressController.image.pullPolicy` | APISIX Ingress Controller image pull policy | `IfNotPresent` |
| `ingressController.image.pullSecrets` | APISIX Ingress Controller image pull secrets | `[]` |
@@ -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-r13` |
| `waitContainer.image.tag` | Init container wait-container image tag | `11-debian-11-r16` |
| `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.1-debian-11-r0
tag: 3.4.1-debian-11-r5
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1512,7 +1512,7 @@ dashboard:
image:
registry: docker.io
repository: bitnami/apisix-dashboard
tag: 3.0.1-debian-11-r53
tag: 3.0.1-debian-11-r59
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2181,7 +2181,7 @@ ingressController:
image:
registry: docker.io
repository: bitnami/apisix-ingress-controller
tag: 1.6.1-debian-11-r53
tag: 1.6.1-debian-11-r62
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-r13
tag: 11-debian-11-r16
digest: ""
## @param waitContainer.image.pullPolicy Init container wait-container image pull policy
##