This repository contains the Helm chart to render the kubernetes resources for each backend service.
These templates are currently rendered by ArgoCD.
After making changes to the helm charts, also make changes to the test_values.yaml
file and run:
make lint
to try rendering the helm chart, check the output is as you expect.Chart.yaml
filemake build
to create the new version archive and update the index.yamlThen 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"