helm

Cuvva Service Helm Chart

This repository contains the Helm chart to render the kubernetes resources for each backend service.

These templates are currently rendered by ArgoCD.

Development

After making changes to the helm charts, also make changes to the test_values.yaml file and run:

Releasing a new version

Then update ArgoCD to use the new version.

In the monorepo infra/argocd-nonprod/argo-app.tf lines change the targetRevision to the new version.

chart          = "service"
repoURL        = "https://cuvva.github.io/helm/"
targetRevision = "0.5.0"