You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Note that the Helm chart version does not contain a `v` prefix, which the downloads version does. The Helm chart version is the only part of the Solr Operator release that does not use the `v` prefix._
@@ -123,7 +123,7 @@ To start a Solr Cloud cluster, we will create a yaml that will tell the Solr Ope
123
123
124
124
```bash
125
125
# Create a 3-node cluster v8.11.2 with 300m Heap each:
_Note that the Helm chart version does not contain a `v` prefix, which the downloads version does. The Helm chart version is the only part of the Solr Operator release that does not use the `v` prefix._
_Note that the Helm chart version does not contain a `v` prefix, which the downloads version does. The Helm chart version is the only part of the Solr Operator release that does not use the `v` prefix._
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:
Copy file name to clipboardExpand all lines: helm/solr/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ There may be breaking changes between the version you are using and the version
38
38
To install a SolrCloud for the first time in your cluster, you can use the latest version or a specific version, run with the following commands:
39
39
40
40
```bash
41
-
helm install example apache-solr/solr --version 0.8.1-prerelease --set image.tag=8.8
41
+
helm install example apache-solr/solr --version 0.8.1 --set image.tag=8.8
42
42
```
43
43
44
44
The command deploys a SolrCloud object on the Kubernetes cluster with the default configuration.
@@ -52,7 +52,7 @@ _Note that the Helm chart version does not contain a `v` prefix, which the Solr
52
52
If you are upgrading your SolrCloud deployment, you should always use a specific version of the chart and upgrade **after [upgrading the Solr Operator](https://artifacthub.io/packages/helm/apache-solr/solr-operator#upgrading-the-solr-operator) to the same version**:
53
53
54
54
```bash
55
-
helm upgrade example apache-solr/solr --version 0.8.1-prerelease --reuse-values --set image.tag=8.11
55
+
helm upgrade example apache-solr/solr --version 0.8.1 --reuse-values --set image.tag=8.11
56
56
```
57
57
58
58
The upgrade will be done according to the `upgradeStrategy.method` chosen in the values.
0 commit comments