File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
docs/getting-started/production Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -582,11 +582,13 @@ Clustered OpenSearch using the OpenSearch Operator for high availability.
582582Install OpenSearch Operator:
583583
584584``` bash
585- helm upgrade --install opensearch-operator \
586- oci://ghcr.io/opensearch-project/helm-charts/opensearch-operator \
585+ helm repo add opensearch-operator https://opensearch-project.github.io/opensearch-k8s-operator/
586+ helm repo update
587+ helm upgrade --install opensearch-operator opensearch-operator/opensearch-operator \
588+ --create-namespace \
587589 --kube-context $OP_CONTEXT \
588590 --namespace openchoreo-observability-plane \
589- --create-namespace
591+ --version 2.8.0
590592```
591593
592594Wait for the operator to be ready:
Original file line number Diff line number Diff line change @@ -609,10 +609,12 @@ Clustered OpenSearch using the OpenSearch Operator for high availability.
609609Install OpenSearch Operator:
610610
611611``` bash
612- helm upgrade --install opensearch-operator \
613- oci://ghcr.io/opensearch-project/helm-charts/opensearch-operator \
612+ helm repo add opensearch-operator https://opensearch-project.github.io/opensearch-k8s-operator/
613+ helm repo update
614+ helm upgrade --install opensearch-operator opensearch-operator/opensearch-operator \
615+ --create-namespace \
614616 --namespace openchoreo-observability-plane \
615- --create-namespace
617+ --version 2.8.0
616618```
617619
618620Wait for the operator to be ready:
You can’t perform that action at this time.
0 commit comments