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" diff --git a/charts/primary-site/values.yaml b/charts/primary-site/values.yaml index 0bea8d6..66eb706 100644 --- a/charts/primary-site/values.yaml +++ b/charts/primary-site/values.yaml @@ -19,9 +19,9 @@ globals: storageProvider: google_cloud bucketName: foxglove-inbox + ## 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: - ## If you are running behind a proxy, otherwise set this to 'false' - enabled: true + enabled: false httpProxy: "" httpsProxy: "" noProxy: ""