Skip to content

Commit 502a83d

Browse files
committed
Publish warning with README and revert instructions to 0.3.7.
1 parent 14e273f commit 502a83d

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,33 @@ it is intended to be.
3939

4040
## Installation of latest release using Helm
4141

42+
**WARNING**: Note that 0.3.8 is the latest release but we have just
43+
found a problem with it when performing rolling upgrades of a cluster,
44+
which can lead to data loss! DO NOT USE 0.3.8 FOR ROLLING UPGRADES.
45+
We will publish a fixed 0.3.9 as soon as possible, but we need rather
46+
thorough testing for this.
47+
48+
Therefore the commands below use the second latest release 0.3.7.
49+
4250
```bash
4351
# The following will install the custom resources required by the operators.
44-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.8/kube-arangodb-crd.tgz
52+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb-crd.tgz
4553
# The following will install the operator for `ArangoDeployment` &
4654
# `ArangoDeploymentReplication` resources.
47-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.8/kube-arangodb.tgz
55+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb.tgz
4856
# To use `ArangoLocalStorage`, also run
49-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.8/kube-arangodb-storage.tgz
57+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb-storage.tgz
5058
```
5159

5260
## Installation of latest release using Kubectl
5361

5462
```bash
55-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.8/manifests/arango-crd.yaml
56-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.8/manifests/arango-deployment.yaml
63+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-crd.yaml
64+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-deployment.yaml
5765
# To use `ArangoLocalStorage`, also run
58-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.8/manifests/arango-storage.yaml
66+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-storage.yaml
5967
# To use `ArangoDeploymentReplication`, also run
60-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.8/manifests/arango-deployment-replication.yaml
68+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-deployment-replication.yaml
6169
```
6270

6371
## Building

0 commit comments

Comments
 (0)