Skip to content

Commit 2ce1a1a

Browse files
authored
primary-site: default HTTP/HTTPS proxy egress to disabled (#109)
### Changelog primary-site: * fix: default HTTP/HTTPS proxy egress to disabled ### Docs None ### Description Default HTTP/HTTPS proxy egress to disabled.
1 parent a336408 commit 2ce1a1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/primary-site/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ type: application
1313
# 1.0.0-alpha.0
1414
# 1.0.0-alpha.1
1515
# 1.0.0
16-
version: "0.0.54"
16+
version: "0.0.55"
1717

1818
appVersion: "b5ab5dc7bd5ef765d43830423ea4465d3bb016b1"

charts/primary-site/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ globals:
1919
storageProvider: google_cloud
2020
bucketName: foxglove-inbox
2121

22+
## Configure an http/https egress proxy if your environment requires outgoing connections to be proxied. Set `enabled` to `true` and appropriate values for `httpProxy`, `httpsProxy` and `noProxy`.
2223
proxy:
23-
## If you are running behind a proxy, otherwise set this to 'false'
24-
enabled: true
24+
enabled: false
2525
httpProxy: ""
2626
httpsProxy: ""
2727
noProxy: ""

0 commit comments

Comments
 (0)