@@ -41,8 +41,8 @@ helm repo add apache-solr https://solr.apache.org/charts
41
41
To 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:
42
42
43
43
``` 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
46
46
```
47
47
48
48
The 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
55
55
If you are upgrading your Solr Operator deployment, you should always use a specific version of the chart and pre-install the Solr CRDS:
56
56
57
57
``` 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
60
60
```
61
61
62
62
#### Namespaces
@@ -168,7 +168,7 @@ The command removes all the Kubernetes components associated with the chart and
168
168
| Key | Type | Default | Description |
169
169
| -----| ------| ---------| -------------|
170
170
| 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 |
172
172
| image.pullPolicy | string | ` "IfNotPresent" ` | |
173
173
| fullnameOverride | string | ` "" ` | A custom name for the Solr Operator Deployment |
174
174
| nameOverride | string | ` "" ` | |
0 commit comments