Skip to content

Commit c29b13c

Browse files
fix(internal-gateway): default values (#86)
1 parent 369a5ba commit c29b13c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

charts/internal-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v0.0.0
33
description: A Helm chart for Codefresh Internal Gateway
44
name: internal-gateway
5-
version: 0.8.0
5+
version: 0.8.1
66
home: https://github.com/codefresh-io/helm-charts
77
keywords:
88
- codefresh

charts/internal-gateway/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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

charts/internal-gateway/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)