Ensure the KUBECONFIG environment variable is pointing to a valid Kubernetes configuration file.
If you don’t have a cluster available, one can be created using this project.
skaffold run
Instance Manager Group helm chart is published to https://dhis2-sre.github.io/im-group
To install the chart you first need to add this chart repository
helm repo add im-group https://dhis2-sre.github.io/im-group
helm repo update
helm search repo im-group/im-group --versions
The versions returned are gathered from index.yaml which is published to this GitHub page.
NOTE: Do not create a tag yourself!
Bump the version in Chart.yaml, commit and push.
Our release workflow will then using Helm chart releaser action
im-group-<version>Note: there might be a slight delay between the release and the index.yaml file being updated as GitHub pages have to
be re-deployed.