File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments