From 183570f917ffd1d5731e5e6d51fd2e1dcbc1ec12 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Tue, 7 Jun 2022 12:43:34 +0200 Subject: [PATCH] Fix tolerations and topologySpreadConstraints default values (#10617) Signed-off-by: Fran Mulero --- bitnami/nginx-intel/Chart.yaml | 2 +- bitnami/nginx-intel/README.md | 48 ++++++++++++++++----------------- bitnami/nginx-intel/values.yaml | 2 +- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/bitnami/nginx-intel/Chart.yaml b/bitnami/nginx-intel/Chart.yaml index 29395e6391..6b59c8cf20 100644 --- a/bitnami/nginx-intel/Chart.yaml +++ b/bitnami/nginx-intel/Chart.yaml @@ -24,4 +24,4 @@ name: nginx-intel sources: - https://github.com/bitnami/bitnami-docker-nginx-intel - https://github.com/intel/asynch_mode_nginx -version: 2.0.8 +version: 2.0.9 diff --git a/bitnami/nginx-intel/README.md b/bitnami/nginx-intel/README.md index 7c1195d21f..6092c0f504 100644 --- a/bitnami/nginx-intel/README.md +++ b/bitnami/nginx-intel/README.md @@ -92,7 +92,7 @@ The command removes all the Kubernetes components associated with the chart and | -------------------- | -------------------------------------------------------------------- | --------------------- | | `image.registry` | NGINX image registry | `docker.io` | | `image.repository` | NGINX image repository | `bitnami/nginx-intel` | -| `image.tag` | NGINX image tag (immutable tags are recommended) | `0.4.7-debian-10-r93` | +| `image.tag` | NGINX image tag (immutable tags are recommended) | `0.4.7-debian-11-r0` | | `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` | @@ -119,7 +119,7 @@ The command removes all the Kubernetes components associated with the chart and | `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` | | `affinity` | Affinity for pod assignment | `{}` | | `nodeSelector` | Node labels for pod assignment. Evaluated as a template. | `{}` | -| `tolerations` | Tolerations for pod assignment. Evaluated as a template. | `{}` | +| `tolerations` | Tolerations for pod assignment. Evaluated as a template. | `[]` | | `priorityClassName` | Priority class name | `""` | | `schedulerName` | Name of the k8s scheduler (other than default) | `""` | | `terminationGracePeriodSeconds` | In seconds, time the given to the NGINX pod needs to terminate gracefully | `""` | @@ -177,27 +177,27 @@ 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.36.0-debian-10-r10` | -| `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.36.1-debian-11-r0` | +| `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 @@ -254,7 +254,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-10-r125` | +| `metrics.image.tag` | NGINX Prometheus exporter image tag (immutable tags are recommended) | `0.10.0-debian-11-r0` | | `metrics.image.pullPolicy` | NGINX Prometheus exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `metrics.podAnnotations` | Additional annotations for NGINX Prometheus exporter pod(s) | `{}` | diff --git a/bitnami/nginx-intel/values.yaml b/bitnami/nginx-intel/values.yaml index 6dfb4b778a..2e809d0782 100644 --- a/bitnami/nginx-intel/values.yaml +++ b/bitnami/nginx-intel/values.yaml @@ -168,7 +168,7 @@ nodeSelector: {} ## @param tolerations Tolerations for pod assignment. Evaluated as a template. ## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ ## -tolerations: {} +tolerations: [] ## @param priorityClassName Priority class name ## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass ##