From f9036184adbc613e4fbb91a89e5139022f672aad Mon Sep 17 00:00:00 2001 From: Cedric-Magnan Date: Tue, 10 Mar 2026 00:02:12 +0100 Subject: [PATCH] chore: apply security quarantine patch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index deabdaf3..5785bc56 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The pricing DB dump is downloaded from Infracost's API as that simplifies the ta ## Deployment -It should take around 15 mins to deploy the Cloud Pricing API. Two deployment methods are supported: +Two deployment methods are supported: 1. If you have a Kubernetes cluster, we recommend using [our Helm Chart](https://github.com/infracost/helm-charts/tree/master/charts/cloud-pricing-api). 2. If you prefer to deploy in a VM, we recommend using [Docker compose](#docker-compose). @@ -136,7 +136,7 @@ See [the Infracost docs](https://www.infracost.io/docs/cloud_pricing_api/self_ho ## Troubleshooting -Please see [this section](https://www.infracost.io/docs/cloud_pricing_api/self_hosted/#troubleshooting) and join our [community Slack channel](https://www.infracost.io/community-chat), we'll help you very quickly 😄 +Please see [this section](https://www.infracost.io/docs/cloud_pricing_api/self_hosted/#troubleshooting). ## Contributing