From 9763037848aa7e75976261b4b9ce024ee2b27ab5 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Tue, 2 Jul 2024 19:01:58 +0300 Subject: [PATCH] fix(internal-gateway): default values --- charts/internal-gateway/Chart.yaml | 2 +- charts/internal-gateway/README.md | 4 ++-- charts/internal-gateway/values.yaml | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/internal-gateway/Chart.yaml b/charts/internal-gateway/Chart.yaml index b135745..0ecde6d 100644 --- a/charts/internal-gateway/Chart.yaml +++ b/charts/internal-gateway/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.0.0 description: A Helm chart for Codefresh Internal Gateway name: internal-gateway -version: 0.8.0 +version: 0.8.1 home: https://github.com/codefresh-io/helm-charts keywords: - codefresh diff --git a/charts/internal-gateway/README.md b/charts/internal-gateway/README.md index e1bce04..b17252b 100644 --- a/charts/internal-gateway/README.md +++ b/charts/internal-gateway/README.md @@ -1,6 +1,6 @@ # internal-gateway -![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![AppVersion: v0.0.0](https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square) +![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![AppVersion: v0.0.0](https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square) A Helm chart for Codefresh Internal Gateway @@ -46,7 +46,6 @@ A Helm chart for Codefresh Internal Gateway | nginx.config.resolver | string | `nil` | Allows to set a custom resolver | | nginx.config.serverDirectives | object | `{}` | Allows appending custom directives to the server block (map) | | nginx.config.serverSnippet | string | `""` | Allows appending custom configuration to the server block (string) | -| nginx.config.signadot | bool | `false` | Misc signadot configuration | | nginx.config.verboseLogging | bool | `false` | Enable logging of 2xx and 3xx HTTP requests | | nginx.config.workerConnections | string | `"16384"` | Sets the maximum number of simultaneous connections that can be opened by a worker process. | | nginx.config.workerProcesses | string | `"8"` | Defines the number of worker processes. | @@ -57,6 +56,7 @@ A Helm chart for Codefresh Internal Gateway | rbac | object | See below | RBAC parameters | | service | object | See below | Service parameters | | serviceAccount | object | See below | Service Account parameters | +| signadot | bool | `false` | Misc signadot configuration | | topologySpreadConstraints | string | See below | Topologe Spread Constraints parameters | | volumes | object | See below | Volumes parameters | diff --git a/charts/internal-gateway/values.yaml b/charts/internal-gateway/values.yaml index 563fd38..019e79d 100644 --- a/charts/internal-gateway/values.yaml +++ b/charts/internal-gateway/values.yaml @@ -148,8 +148,9 @@ nginx: # !! Moved into separate template at `templates/nginx/configmap.yaml` # @default -- See below file: "" - # -- Misc signadot configuration - signadot: false + +# -- Misc signadot configuration +signadot: false # -- Controller parameters # @default -- See below