File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : v0.0.0
33description : A Helm chart for Codefresh Internal Gateway
44name : internal-gateway
5- version : 0.8.0
5+ version : 0.8.1
66home : https://github.com/codefresh-io/helm-charts
77keywords :
88 - codefresh
Original file line number Diff line number Diff line change 11# internal-gateway
22
3- ![ 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 )
3+ ![ 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 )
44
55A Helm chart for Codefresh Internal Gateway
66
@@ -46,7 +46,6 @@ A Helm chart for Codefresh Internal Gateway
4646| nginx.config.resolver | string | ` nil ` | Allows to set a custom resolver |
4747| nginx.config.serverDirectives | object | ` {} ` | Allows appending custom directives to the server block (map) |
4848| nginx.config.serverSnippet | string | ` "" ` | Allows appending custom configuration to the server block (string) |
49- | nginx.config.signadot | bool | ` false ` | Misc signadot configuration |
5049| nginx.config.verboseLogging | bool | ` false ` | Enable logging of 2xx and 3xx HTTP requests |
5150| nginx.config.workerConnections | string | ` "16384" ` | Sets the maximum number of simultaneous connections that can be opened by a worker process. |
5251| nginx.config.workerProcesses | string | ` "8" ` | Defines the number of worker processes. |
@@ -57,6 +56,7 @@ A Helm chart for Codefresh Internal Gateway
5756| rbac | object | See below | RBAC parameters |
5857| service | object | See below | Service parameters |
5958| serviceAccount | object | See below | Service Account parameters |
59+ | signadot | bool | ` false ` | Misc signadot configuration |
6060| topologySpreadConstraints | string | See below | Topologe Spread Constraints parameters |
6161| volumes | object | See below | Volumes parameters |
6262
Original file line number Diff line number Diff line change @@ -148,8 +148,9 @@ nginx:
148148 # !! Moved into separate template at `templates/nginx/configmap.yaml`
149149 # @default -- See below
150150 file : " "
151- # -- Misc signadot configuration
152- signadot : false
151+
152+ # -- Misc signadot configuration
153+ signadot : false
153154
154155# -- Controller parameters
155156# @default -- See below
You can’t perform that action at this time.
0 commit comments