diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index 156f9c4dd6..517968a37e 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -25,4 +25,4 @@ name: nginx sources: - https://github.com/bitnami/containers/tree/main/bitnami/nginx - https://www.nginx.org -version: 13.2.1 +version: 13.2.2 diff --git a/bitnami/nginx/README.md b/bitnami/nginx/README.md index 884aaed6e8..a26491bb04 100644 --- a/bitnami/nginx/README.md +++ b/bitnami/nginx/README.md @@ -80,21 +80,21 @@ The command removes all the Kubernetes components associated with the chart and ### NGINX parameters -| Name | Description | Value | -| -------------------- | ----------------------------------------------------------------------------------------------------- | --------------------- | -| `image.registry` | NGINX image registry | `docker.io` | -| `image.repository` | NGINX image repository | `bitnami/nginx` | -| `image.tag` | NGINX image tag (immutable tags are recommended) | `1.23.1-debian-11-r8` | -| `image.digest` | NGINX image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | -| `image.pullPolicy` | NGINX image pull policy | `IfNotPresent` | -| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | -| `image.debug` | Set to true if you would like to see extra information on logs | `false` | -| `hostAliases` | Deployment pod host aliases | `[]` | -| `command` | Override default container command (useful when using custom images) | `[]` | -| `args` | Override default container args (useful when using custom images) | `[]` | -| `extraEnvVars` | Extra environment variables to be set on NGINX containers | `[]` | -| `extraEnvVarsCM` | ConfigMap with extra environment variables | `""` | -| `extraEnvVarsSecret` | Secret with extra environment variables | `""` | +| Name | Description | Value | +| -------------------- | ----------------------------------------------------------------------------------------------------- | ---------------------- | +| `image.registry` | NGINX image registry | `docker.io` | +| `image.repository` | NGINX image repository | `bitnami/nginx` | +| `image.tag` | NGINX image tag (immutable tags are recommended) | `1.23.1-debian-11-r15` | +| `image.digest` | NGINX image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `image.pullPolicy` | NGINX image pull policy | `IfNotPresent` | +| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | +| `image.debug` | Set to true if you would like to see extra information on logs | `false` | +| `hostAliases` | Deployment pod host aliases | `[]` | +| `command` | Override default container command (useful when using custom images) | `[]` | +| `args` | Override default container args (useful when using custom images) | `[]` | +| `extraEnvVars` | Extra environment variables to be set on NGINX containers | `[]` | +| `extraEnvVarsCM` | ConfigMap with extra environment variables | `""` | +| `extraEnvVarsSecret` | Secret with extra environment variables | `""` | ### NGINX deployment parameters @@ -174,28 +174,28 @@ The command removes all the Kubernetes components associated with the chart and ### Custom NGINX application parameters -| Name | Description | Value | -| ------------------------------------------ | --------------------------------------------------------------------------------------------------- | ---------------------- | -| `cloneStaticSiteFromGit.enabled` | Get the server static content from a Git repository | `false` | -| `cloneStaticSiteFromGit.image.registry` | Git image registry | `docker.io` | -| `cloneStaticSiteFromGit.image.repository` | Git image repository | `bitnami/git` | -| `cloneStaticSiteFromGit.image.tag` | Git image tag (immutable tags are recommended) | `2.37.1-debian-11-r10` | -| `cloneStaticSiteFromGit.image.digest` | Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | -| `cloneStaticSiteFromGit.image.pullPolicy` | Git image pull policy | `IfNotPresent` | -| `cloneStaticSiteFromGit.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | -| `cloneStaticSiteFromGit.repository` | Git Repository to clone static content from | `""` | -| `cloneStaticSiteFromGit.branch` | Git branch to checkout | `""` | -| `cloneStaticSiteFromGit.interval` | Interval for sidecar container pull from the Git repository | `60` | -| `cloneStaticSiteFromGit.gitClone.command` | Override default container command for git-clone-repository | `[]` | -| `cloneStaticSiteFromGit.gitClone.args` | Override default container args for git-clone-repository | `[]` | -| `cloneStaticSiteFromGit.gitSync.command` | Override default container command for git-repo-syncer | `[]` | -| `cloneStaticSiteFromGit.gitSync.args` | Override default container args for git-repo-syncer | `[]` | -| `cloneStaticSiteFromGit.extraEnvVars` | Additional environment variables to set for the in the containers that clone static site from git | `[]` | -| `cloneStaticSiteFromGit.extraVolumeMounts` | Add extra volume mounts for the Git containers | `[]` | -| `serverBlock` | Custom server block to be added to NGINX configuration | `""` | -| `existingServerBlockConfigmap` | ConfigMap with custom server block to be added to NGINX configuration | `""` | -| `staticSiteConfigmap` | Name of existing ConfigMap with the server static site content | `""` | -| `staticSitePVC` | Name of existing PVC with the server static site content | `""` | +| Name | Description | Value | +| ------------------------------------------ | --------------------------------------------------------------------------------------------------- | --------------------- | +| `cloneStaticSiteFromGit.enabled` | Get the server static content from a Git repository | `false` | +| `cloneStaticSiteFromGit.image.registry` | Git image registry | `docker.io` | +| `cloneStaticSiteFromGit.image.repository` | Git image repository | `bitnami/git` | +| `cloneStaticSiteFromGit.image.tag` | Git image tag (immutable tags are recommended) | `2.37.3-debian-11-r0` | +| `cloneStaticSiteFromGit.image.digest` | Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `cloneStaticSiteFromGit.image.pullPolicy` | Git image pull policy | `IfNotPresent` | +| `cloneStaticSiteFromGit.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | +| `cloneStaticSiteFromGit.repository` | Git Repository to clone static content from | `""` | +| `cloneStaticSiteFromGit.branch` | Git branch to checkout | `""` | +| `cloneStaticSiteFromGit.interval` | Interval for sidecar container pull from the Git repository | `60` | +| `cloneStaticSiteFromGit.gitClone.command` | Override default container command for git-clone-repository | `[]` | +| `cloneStaticSiteFromGit.gitClone.args` | Override default container args for git-clone-repository | `[]` | +| `cloneStaticSiteFromGit.gitSync.command` | Override default container command for git-repo-syncer | `[]` | +| `cloneStaticSiteFromGit.gitSync.args` | Override default container args for git-repo-syncer | `[]` | +| `cloneStaticSiteFromGit.extraEnvVars` | Additional environment variables to set for the in the containers that clone static site from git | `[]` | +| `cloneStaticSiteFromGit.extraVolumeMounts` | Add extra volume mounts for the Git containers | `[]` | +| `serverBlock` | Custom server block to be added to NGINX configuration | `""` | +| `existingServerBlockConfigmap` | ConfigMap with custom server block to be added to NGINX configuration | `""` | +| `staticSiteConfigmap` | Name of existing ConfigMap with the server static site content | `""` | +| `staticSitePVC` | Name of existing PVC with the server static site content | `""` | ### Traffic Exposure parameters @@ -252,7 +252,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.port` | NGINX Container Status Port scraped by Prometheus Exporter | `""` | | `metrics.image.registry` | NGINX Prometheus exporter image registry | `docker.io` | | `metrics.image.repository` | NGINX Prometheus exporter image repository | `bitnami/nginx-exporter` | -| `metrics.image.tag` | NGINX Prometheus exporter image tag (immutable tags are recommended) | `0.10.0-debian-11-r24` | +| `metrics.image.tag` | NGINX Prometheus exporter image tag (immutable tags are recommended) | `0.10.0-debian-11-r30` | | `metrics.image.digest` | NGINX Prometheus exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | NGINX Prometheus exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/nginx/values.yaml b/bitnami/nginx/values.yaml index 2a7ed2a469..9805fe3c80 100644 --- a/bitnami/nginx/values.yaml +++ b/bitnami/nginx/values.yaml @@ -71,7 +71,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/nginx - tag: 1.23.1-debian-11-r8 + tag: 1.23.1-debian-11-r15 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -421,7 +421,7 @@ cloneStaticSiteFromGit: image: registry: docker.io repository: bitnami/git - tag: 2.37.1-debian-11-r10 + tag: 2.37.3-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -773,7 +773,7 @@ metrics: image: registry: docker.io repository: bitnami/nginx-exporter - tag: 0.10.0-debian-11-r24 + tag: 0.10.0-debian-11-r30 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.