[bitnami/nginx-ingress-controller] Release 9.8.2 (#19297)

* [bitnami/nginx-ingress-controller] Release 9.8.2 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-09-15 15:37:14 +02:00
committed by GitHub
parent 32821a473e
commit 621929c652
4 changed files with 96 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.10.0
digest: sha256:023ded170632d04528f30332370f34fc8fb96efb2886a01d934cb3bd6e6d2e09
generated: "2023-09-05T11:35:02.523101+02:00"
version: 2.11.1
digest: sha256:ead8f26c76a9ec082f23629a358e8efd8f88d87aaed734bf41febcb8a7bc5d4c
generated: "2023-09-15T13:13:06.34179121Z"

View File

@@ -6,32 +6,32 @@ annotations:
licenses: Apache-2.0
images: |
- name: nginx-ingress-controller
image: docker.io/bitnami/nginx-ingress-controller:1.8.1-debian-11-r48
image: docker.io/bitnami/nginx-ingress-controller:1.8.2-debian-11-r0
- name: nginx
image: docker.io/bitnami/nginx:1.25.2-debian-11-r2
image: docker.io/bitnami/nginx:1.25.2-debian-11-r27
apiVersion: v2
appVersion: 1.8.1
appVersion: 1.8.2
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: NGINX Ingress Controller is an Ingress controller that manages external access to HTTP services in a Kubernetes cluster using NGINX.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/nginx-ingress-controller/img/nginx-ingress-controller-stack-220x234.png
keywords:
- ingress
- nginx
- http
- web
- www
- reverse proxy
- ingress
- nginx
- http
- web
- www
- reverse proxy
kubeVersion: '>= 1.20.0-0'
maintainers:
- name: VMware, Inc.
url: https://github.com/bitnami/charts
- name: VMware, Inc.
url: https://github.com/bitnami/charts
name: nginx-ingress-controller
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nginx-ingress-controller
version: 9.8.1
- https://github.com/bitnami/charts/tree/main/bitnami/nginx-ingress-controller
version: 9.8.2

View File

@@ -79,7 +79,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| `image.registry` | Nginx Ingress Controller image registry | `docker.io` |
| `image.repository` | Nginx Ingress Controller image repository | `bitnami/nginx-ingress-controller` |
| `image.tag` | Nginx Ingress Controller image tag (immutable tags are recommended) | `1.8.1-debian-11-r48` |
| `image.tag` | Nginx Ingress Controller image tag (immutable tags are recommended) | `1.8.2-debian-11-r0` |
| `image.digest` | Nginx Ingress Controller image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Nginx Ingress Controller image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -185,78 +185,78 @@ The command removes all the Kubernetes components associated with the chart and
### Default backend parameters
| Name | Description | Value |
| ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- | --------------------- |
| `defaultBackend.enabled` | Enable a default backend based on NGINX | `true` |
| `defaultBackend.hostAliases` | Add deployment host aliases | `[]` |
| `defaultBackend.image.registry` | Default backend image registry | `docker.io` |
| `defaultBackend.image.repository` | Default backend image repository | `bitnami/nginx` |
| `defaultBackend.image.tag` | Default backend image tag (immutable tags are recommended) | `1.25.2-debian-11-r2` |
| `defaultBackend.image.digest` | Default backend image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `defaultBackend.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `defaultBackend.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `defaultBackend.extraArgs` | Additional command line arguments to pass to Nginx container | `{}` |
| `defaultBackend.containerPort` | HTTP container port number | `8080` |
| `defaultBackend.serverBlockConfig` | NGINX backend default server block configuration | `""` |
| `defaultBackend.replicaCount` | Desired number of default backend pods | `1` |
| `defaultBackend.podSecurityContext.enabled` | Enable Default backend pods' Security Context | `true` |
| `defaultBackend.podSecurityContext.fsGroup` | Group ID for the container filesystem | `1001` |
| `defaultBackend.containerSecurityContext.enabled` | Enable Default backend containers' Security Context | `true` |
| `defaultBackend.containerSecurityContext.runAsUser` | User ID for the Default backend container | `1001` |
| `defaultBackend.containerSecurityContext.runAsNonRoot` | Set container's Security Context runAsNonRoot | `true` |
| `defaultBackend.resources.limits` | The resources limits for the Default backend container | `{}` |
| `defaultBackend.resources.requests` | The requested resources for the Default backend container | `{}` |
| `defaultBackend.livenessProbe.enabled` | Enable livenessProbe | `true` |
| `defaultBackend.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `30` |
| `defaultBackend.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `defaultBackend.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
| `defaultBackend.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `3` |
| `defaultBackend.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `defaultBackend.readinessProbe.enabled` | Enable readinessProbe | `true` |
| `defaultBackend.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `0` |
| `defaultBackend.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `5` |
| `defaultBackend.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `5` |
| `defaultBackend.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
| `defaultBackend.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
| `defaultBackend.startupProbe.enabled` | Enable startupProbe | `false` |
| `defaultBackend.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `0` |
| `defaultBackend.startupProbe.periodSeconds` | Period seconds for startupProbe | `5` |
| `defaultBackend.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `5` |
| `defaultBackend.startupProbe.failureThreshold` | Failure threshold for startupProbe | `6` |
| `defaultBackend.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
| `defaultBackend.customStartupProbe` | Custom liveness probe for the Web component | `{}` |
| `defaultBackend.customLivenessProbe` | Custom liveness probe for the Web component | `{}` |
| `defaultBackend.customReadinessProbe` | Custom readiness probe for the Web component | `{}` |
| `defaultBackend.podLabels` | Extra labels for Controller pods | `{}` |
| `defaultBackend.podAnnotations` | Annotations for Controller pods | `{}` |
| `defaultBackend.priorityClassName` | priorityClassName | `""` |
| `defaultBackend.schedulerName` | Name of the k8s scheduler (other than default) | `""` |
| `defaultBackend.terminationGracePeriodSeconds` | In seconds, time the given to the pod to terminate gracefully | `60` |
| `defaultBackend.topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `defaultBackend.podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `defaultBackend.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `defaultBackend.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `defaultBackend.nodeAffinityPreset.key` | Node label key to match. Ignored if `affinity` is set. | `""` |
| `defaultBackend.nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `defaultBackend.command` | Override default container command (useful when using custom images) | `[]` |
| `defaultBackend.args` | Override default container args (useful when using custom images) | `[]` |
| `defaultBackend.lifecycleHooks` | for the %%MAIN_CONTAINER_NAME%% container(s) to automate configuration before or after startup | `{}` |
| `defaultBackend.extraEnvVars` | Array with extra environment variables to add to %%MAIN_CONTAINER_NAME%% nodes | `[]` |
| `defaultBackend.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for %%MAIN_CONTAINER_NAME%% nodes | `""` |
| `defaultBackend.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for %%MAIN_CONTAINER_NAME%% nodes | `""` |
| `defaultBackend.extraVolumes` | Optionally specify extra list of additional volumes for the %%MAIN_CONTAINER_NAME%% pod(s) | `[]` |
| `defaultBackend.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the %%MAIN_CONTAINER_NAME%% container(s) | `[]` |
| `defaultBackend.sidecars` | Add additional sidecar containers to the %%MAIN_CONTAINER_NAME%% pod(s) | `[]` |
| `defaultBackend.initContainers` | Add additional init containers to the %%MAIN_CONTAINER_NAME%% pod(s) | `[]` |
| `defaultBackend.affinity` | Affinity for pod assignment | `{}` |
| `defaultBackend.nodeSelector` | Node labels for pod assignment | `{}` |
| `defaultBackend.tolerations` | Tolerations for pod assignment | `[]` |
| `defaultBackend.service.type` | Kubernetes Service type for default backend | `ClusterIP` |
| `defaultBackend.service.ports.http` | Default backend service HTTP port | `80` |
| `defaultBackend.service.annotations` | Annotations for the default backend service | `{}` |
| `defaultBackend.pdb.create` | Enable/disable a Pod Disruption Budget creation for Default backend | `false` |
| `defaultBackend.pdb.minAvailable` | Minimum number/percentage of Default backend pods that should remain scheduled | `1` |
| `defaultBackend.pdb.maxUnavailable` | Maximum number/percentage of Default backend pods that may be made unavailable | `""` |
| Name | Description | Value |
| ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- | ---------------------- |
| `defaultBackend.enabled` | Enable a default backend based on NGINX | `true` |
| `defaultBackend.hostAliases` | Add deployment host aliases | `[]` |
| `defaultBackend.image.registry` | Default backend image registry | `docker.io` |
| `defaultBackend.image.repository` | Default backend image repository | `bitnami/nginx` |
| `defaultBackend.image.tag` | Default backend image tag (immutable tags are recommended) | `1.25.2-debian-11-r27` |
| `defaultBackend.image.digest` | Default backend image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `defaultBackend.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `defaultBackend.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `defaultBackend.extraArgs` | Additional command line arguments to pass to Nginx container | `{}` |
| `defaultBackend.containerPort` | HTTP container port number | `8080` |
| `defaultBackend.serverBlockConfig` | NGINX backend default server block configuration | `""` |
| `defaultBackend.replicaCount` | Desired number of default backend pods | `1` |
| `defaultBackend.podSecurityContext.enabled` | Enable Default backend pods' Security Context | `true` |
| `defaultBackend.podSecurityContext.fsGroup` | Group ID for the container filesystem | `1001` |
| `defaultBackend.containerSecurityContext.enabled` | Enable Default backend containers' Security Context | `true` |
| `defaultBackend.containerSecurityContext.runAsUser` | User ID for the Default backend container | `1001` |
| `defaultBackend.containerSecurityContext.runAsNonRoot` | Set container's Security Context runAsNonRoot | `true` |
| `defaultBackend.resources.limits` | The resources limits for the Default backend container | `{}` |
| `defaultBackend.resources.requests` | The requested resources for the Default backend container | `{}` |
| `defaultBackend.livenessProbe.enabled` | Enable livenessProbe | `true` |
| `defaultBackend.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `30` |
| `defaultBackend.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `defaultBackend.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
| `defaultBackend.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `3` |
| `defaultBackend.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `defaultBackend.readinessProbe.enabled` | Enable readinessProbe | `true` |
| `defaultBackend.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `0` |
| `defaultBackend.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `5` |
| `defaultBackend.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `5` |
| `defaultBackend.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
| `defaultBackend.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
| `defaultBackend.startupProbe.enabled` | Enable startupProbe | `false` |
| `defaultBackend.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `0` |
| `defaultBackend.startupProbe.periodSeconds` | Period seconds for startupProbe | `5` |
| `defaultBackend.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `5` |
| `defaultBackend.startupProbe.failureThreshold` | Failure threshold for startupProbe | `6` |
| `defaultBackend.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
| `defaultBackend.customStartupProbe` | Custom liveness probe for the Web component | `{}` |
| `defaultBackend.customLivenessProbe` | Custom liveness probe for the Web component | `{}` |
| `defaultBackend.customReadinessProbe` | Custom readiness probe for the Web component | `{}` |
| `defaultBackend.podLabels` | Extra labels for Controller pods | `{}` |
| `defaultBackend.podAnnotations` | Annotations for Controller pods | `{}` |
| `defaultBackend.priorityClassName` | priorityClassName | `""` |
| `defaultBackend.schedulerName` | Name of the k8s scheduler (other than default) | `""` |
| `defaultBackend.terminationGracePeriodSeconds` | In seconds, time the given to the pod to terminate gracefully | `60` |
| `defaultBackend.topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `defaultBackend.podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `defaultBackend.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `defaultBackend.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `defaultBackend.nodeAffinityPreset.key` | Node label key to match. Ignored if `affinity` is set. | `""` |
| `defaultBackend.nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `defaultBackend.command` | Override default container command (useful when using custom images) | `[]` |
| `defaultBackend.args` | Override default container args (useful when using custom images) | `[]` |
| `defaultBackend.lifecycleHooks` | for the %%MAIN_CONTAINER_NAME%% container(s) to automate configuration before or after startup | `{}` |
| `defaultBackend.extraEnvVars` | Array with extra environment variables to add to %%MAIN_CONTAINER_NAME%% nodes | `[]` |
| `defaultBackend.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for %%MAIN_CONTAINER_NAME%% nodes | `""` |
| `defaultBackend.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for %%MAIN_CONTAINER_NAME%% nodes | `""` |
| `defaultBackend.extraVolumes` | Optionally specify extra list of additional volumes for the %%MAIN_CONTAINER_NAME%% pod(s) | `[]` |
| `defaultBackend.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the %%MAIN_CONTAINER_NAME%% container(s) | `[]` |
| `defaultBackend.sidecars` | Add additional sidecar containers to the %%MAIN_CONTAINER_NAME%% pod(s) | `[]` |
| `defaultBackend.initContainers` | Add additional init containers to the %%MAIN_CONTAINER_NAME%% pod(s) | `[]` |
| `defaultBackend.affinity` | Affinity for pod assignment | `{}` |
| `defaultBackend.nodeSelector` | Node labels for pod assignment | `{}` |
| `defaultBackend.tolerations` | Tolerations for pod assignment | `[]` |
| `defaultBackend.service.type` | Kubernetes Service type for default backend | `ClusterIP` |
| `defaultBackend.service.ports.http` | Default backend service HTTP port | `80` |
| `defaultBackend.service.annotations` | Annotations for the default backend service | `{}` |
| `defaultBackend.pdb.create` | Enable/disable a Pod Disruption Budget creation for Default backend | `false` |
| `defaultBackend.pdb.minAvailable` | Minimum number/percentage of Default backend pods that should remain scheduled | `1` |
| `defaultBackend.pdb.maxUnavailable` | Maximum number/percentage of Default backend pods that may be made unavailable | `""` |
### Traffic exposure parameters

View File

@@ -58,7 +58,7 @@ clusterDomain: cluster.local
image:
registry: docker.io
repository: bitnami/nginx-ingress-controller
tag: 1.8.1-debian-11-r48
tag: 1.8.2-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -489,7 +489,7 @@ defaultBackend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.25.2-debian-11-r2
tag: 1.25.2-debian-11-r27
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'