Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 747 Bytes

staging.md

File metadata and controls

21 lines (14 loc) · 747 Bytes

Deploy Kubecost Staging Builds

Staging builds for the Kubecost helm chart are produced at least daily before changes are moved to production. To upgrade an existing Kubecost helm chart deployment to the latest staging build, complete the following steps:

helm repo add kubecoststagingrepo https://kubecost.github.io/staging-repo/

2. Upgrade Kubecost to use staging repo

 helm upgrade kubecost kubecoststagingrepo/cost-analyzer -n kubecost

Edit this doc on Github