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:
- 1.helm repo add kubecoststagingrepo https://kubecost.github.io/staging-repo/
- 2.Upgrade Kubecost to use staging repohelm upgrade kubecost kubecoststagingrepo/cost-analyzer -n kubecost
Last modified 3mo ago