From 77628a186ee53bf32ddcba46dd15cb4390ea0268 Mon Sep 17 00:00:00 2001 From: Jeff Zellner Date: Thu, 12 Dec 2024 07:31:14 -0700 Subject: [PATCH 1/3] default http proxy to off --- charts/primary-site/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/primary-site/values.yaml b/charts/primary-site/values.yaml index 0bea8d6..3aa490e 100644 --- a/charts/primary-site/values.yaml +++ b/charts/primary-site/values.yaml @@ -19,9 +19,9 @@ globals: storageProvider: google_cloud bucketName: foxglove-inbox + ## Optionally used to configure http/https proxy egress proxy: - ## If you are running behind a proxy, otherwise set this to 'false' - enabled: true + enabled: false httpProxy: "" httpsProxy: "" noProxy: "" From fa8a8c75b46f28b5206acef487493634f87f3297 Mon Sep 17 00:00:00 2001 From: Jeff Zellner Date: Thu, 12 Dec 2024 07:31:38 -0700 Subject: [PATCH 2/3] bump primary-site version --- charts/primary-site/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/primary-site/Chart.yaml b/charts/primary-site/Chart.yaml index 830daac..a50e269 100644 --- a/charts/primary-site/Chart.yaml +++ b/charts/primary-site/Chart.yaml @@ -13,6 +13,6 @@ type: application # 1.0.0-alpha.0 # 1.0.0-alpha.1 # 1.0.0 -version: "0.0.54" +version: "0.0.55" appVersion: "b5ab5dc7bd5ef765d43830423ea4465d3bb016b1" From b65d76d19cb3c7a6ef76424d6e5be85c249023f5 Mon Sep 17 00:00:00 2001 From: Jeff Zellner Date: Thu, 12 Dec 2024 08:01:38 -0700 Subject: [PATCH 3/3] update comments --- charts/primary-site/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/primary-site/values.yaml b/charts/primary-site/values.yaml index 3aa490e..66eb706 100644 --- a/charts/primary-site/values.yaml +++ b/charts/primary-site/values.yaml @@ -19,7 +19,7 @@ globals: storageProvider: google_cloud bucketName: foxglove-inbox - ## Optionally used to configure http/https proxy egress + ## 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`. proxy: enabled: false httpProxy: ""