diff --git a/bitnami/apisix/Chart.yaml b/bitnami/apisix/Chart.yaml index 2f1ecefaca..92de559e5c 100644 --- a/bitnami/apisix/Chart.yaml +++ b/bitnami/apisix/Chart.yaml @@ -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 diff --git a/bitnami/apisix/README.md b/bitnami/apisix/README.md index c4c185c786..684fa78bb8 100644 --- a/bitnami/apisix/README.md +++ b/bitnami/apisix/README.md @@ -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 | `[]` | diff --git a/bitnami/apisix/values.yaml b/bitnami/apisix/values.yaml index 14c127796a..83c948a40d 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.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 ##