@@ -41,8 +41,8 @@ helm repo add apache-solr https://solr.apache.org/charts
4141To install the Solr Operator for the first time in your cluster, you can use the latest version or a specific version, run with the following commands:
4242
4343``` bash
44- kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.3.0-prerelease /all-with-dependencies.yaml
45- helm install solr-operator apache-solr/solr-operator --version 0.3.0-prerelease
44+ kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.3.0/all-with-dependencies.yaml
45+ helm install solr-operator apache-solr/solr-operator --version 0.3.0
4646```
4747
4848The command deploys the solr-operator on the Kubernetes cluster with the default configuration.
@@ -55,8 +55,8 @@ _Note that the Helm chart version does not contain a `v` prefix, which the downl
5555If you are upgrading your Solr Operator deployment, you should always use a specific version of the chart and pre-install the Solr CRDS:
5656
5757``` bash
58- kubectl replace -f https://solr.apache.org/operator/downloads/crds/v0.3.0-prerelease /all-with-dependencies.yaml
59- helm upgrade solr-operator apache-solr/solr-operator --version 0.3.0-prerelease
58+ kubectl replace -f https://solr.apache.org/operator/downloads/crds/v0.3.0/all-with-dependencies.yaml
59+ helm upgrade solr-operator apache-solr/solr-operator --version 0.3.0
6060```
6161
6262#### Namespaces
@@ -168,7 +168,7 @@ The command removes all the Kubernetes components associated with the chart and
168168| Key | Type | Default | Description |
169169| -----| ------| ---------| -------------|
170170| image.repository | string | ` "apache/solr-operator" ` | The repository of the Solr Operator image |
171- | image.tag | string | ` "v0.3.0-prerelease " ` | The tag/version of the Solr Operator to run |
171+ | image.tag | string | ` "v0.3.0" ` | The tag/version of the Solr Operator to run |
172172| image.pullPolicy | string | ` "IfNotPresent" ` | |
173173| fullnameOverride | string | ` "" ` | A custom name for the Solr Operator Deployment |
174174| nameOverride | string | ` "" ` | |
0 commit comments