From 1db0ec66d32dabe036934c1fafcb43445c30bc18 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 25 Jul 2023 08:12:34 +0200 Subject: [PATCH] [bitnami/apisix] Release 2.0.7 (#17856) * [bitnami/apisix] Release 2.0.7 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/apisix/Chart.yaml | 2 +- bitnami/apisix/README.md | 8 ++++---- bitnami/apisix/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitnami/apisix/Chart.yaml b/bitnami/apisix/Chart.yaml index 92de559e5c..e410014f1e 100644 --- a/bitnami/apisix/Chart.yaml +++ b/bitnami/apisix/Chart.yaml @@ -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 diff --git a/bitnami/apisix/README.md b/bitnami/apisix/README.md index 684fa78bb8..6bcb081758 100644 --- a/bitnami/apisix/README.md +++ b/bitnami/apisix/README.md @@ -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 | `[]` | diff --git a/bitnami/apisix/values.yaml b/bitnami/apisix/values.yaml index 83c948a40d..272262da4d 100644 --- a/bitnami/apisix/values.yaml +++ b/bitnami/apisix/values.yaml @@ -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 ##