File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Install with Helm
2+
3+ ## Getting started
4+
5+ The only officially supported way to install DB Operator is using a helm chart.
6+
7+ You can find the source code of our helm charts here: < https://github.com/db-operator/charts >
8+
9+ The charts are released as s simple helm repo as well as a an OCI artifact.
10+
11+ To install the repo, run the following
12+
13+ ``` sh
14+ $ helm repo add db-operator https://db-operator.github.io/charts
15+ $ helm search repo db-operator
16+ ```
17+
18+ OCI artifacts are available under ` ghcr.io/db-operator/charts/ `
19+
20+ To install the chart, run the following:
21+
22+ ``` sh
23+ $ helm install db-operator/db-operator
24+ # -- Or OCI
25+ $ helm install ghcr.io/db-operator/charts/db-operator:${CHART_VERSION}
26+ ```
27+
28+ More info about the db-operator chart can be found in the [ README.md] ( https://github.com/db-operator/charts/tree/main/charts/db-operator )
29+
30+ ## Configure the operator via values
31+
32+ > @allaner chart will be updated soon, and then I'll write a better docs
You can’t perform that action at this time.
0 commit comments