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
2
2
appVersion : v0.0.0
3
3
description : A Helm chart for Codefresh Internal Gateway
4
4
name : internal-gateway
5
- version : 0.8.0
5
+ version : 0.8.1
6
6
home : https://github.com/codefresh-io/helm-charts
7
7
keywords :
8
8
- codefresh
Original file line number Diff line number Diff line change 1
1
# internal-gateway
2
2
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 )
4
4
5
5
A Helm chart for Codefresh Internal Gateway
6
6
@@ -46,7 +46,6 @@ A Helm chart for Codefresh Internal Gateway
46
46
| nginx.config.resolver | string | ` nil ` | Allows to set a custom resolver |
47
47
| nginx.config.serverDirectives | object | ` {} ` | Allows appending custom directives to the server block (map) |
48
48
| nginx.config.serverSnippet | string | ` "" ` | Allows appending custom configuration to the server block (string) |
49
- | nginx.config.signadot | bool | ` false ` | Misc signadot configuration |
50
49
| nginx.config.verboseLogging | bool | ` false ` | Enable logging of 2xx and 3xx HTTP requests |
51
50
| nginx.config.workerConnections | string | ` "16384" ` | Sets the maximum number of simultaneous connections that can be opened by a worker process. |
52
51
| nginx.config.workerProcesses | string | ` "8" ` | Defines the number of worker processes. |
@@ -57,6 +56,7 @@ A Helm chart for Codefresh Internal Gateway
57
56
| rbac | object | See below | RBAC parameters |
58
57
| service | object | See below | Service parameters |
59
58
| serviceAccount | object | See below | Service Account parameters |
59
+ | signadot | bool | ` false ` | Misc signadot configuration |
60
60
| topologySpreadConstraints | string | See below | Topologe Spread Constraints parameters |
61
61
| volumes | object | See below | Volumes parameters |
62
62
Original file line number Diff line number Diff line change @@ -148,8 +148,9 @@ nginx:
148
148
# !! Moved into separate template at `templates/nginx/configmap.yaml`
149
149
# @default -- See below
150
150
file : " "
151
- # -- Misc signadot configuration
152
- signadot : false
151
+
152
+ # -- Misc signadot configuration
153
+ signadot : false
153
154
154
155
# -- Controller parameters
155
156
# @default -- See below
You can’t perform that action at this time.
0 commit comments