Docs: https://db-operator.github.io/documentation/install_helm
Add the repo:
$ helm repo add db-operator https://db-operator.github.io/charts
$ helm search repo db-operatorInstall DB Operator:
$ helm install db-operator/db-operator
# -- Or OCI
$ helm install ghcr.io/db-operator/charts/db-operator:${CHART_VERSION}- More info about the db-operator chart here: README.md
- More info about the db-instances chart here: README.md
Docs: https://db-operator.github.io/documentation/development/helm-charts
It's not required to use pre-commit hook, but it will make the development easier. Pre commit hooks against all files are execited during CI.
The new chart version release is executed automatically with Github actions.
For triggering it, change the version of Chart.yaml in the chart directory and merge to main branch.