Skip to content

Commit e6530c0

Browse files
committed
Update README manually.
1 parent 4d62d20 commit e6530c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ upgrades.
100100

101101
```bash
102102
# The following will install the custom resources required by the operators.
103-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.16/kube-arangodb-crd-0.3.16.tgz
103+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.4.0/kube-arangodb-crd-0.4.0.tgz
104104
# The following will install the operator for `ArangoDeployment` &
105105
# `ArangoDeploymentReplication` resources.
106-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.16/kube-arangodb-0.3.16.tgz
106+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.4.0/kube-arangodb-0.4.0.tgz
107107
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
108-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.16/kube-arangodb-0.3.16.tgz --set "operator.features.storage=true"
108+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.4.0/kube-arangodb-0.4.0.tgz --set "operator.features.storage=true"
109109
```
110110

111111
## Upgrading the operator using Helm

0 commit comments

Comments
 (0)