@@ -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.1 /kube-arangodb-crd-0.4.1 .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.1 /kube-arangodb-0.4.1 .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.1 /kube-arangodb-0.4.1 .tgz --set " operator.features.storage=true"
109109```
110110
111111## Upgrading the operator using Helm
@@ -140,9 +140,9 @@ with `helm install` as normal:
140140``` bash
141141# The following will install the operator for `ArangoDeployment` &
142142# `ArangoDeploymentReplication` resources.
143- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.16 /kube-arangodb-0.3.16 .tgz
143+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.4.1 /kube-arangodb-0.4.1 .tgz
144144# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
145- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.16 /kube-arangodb-0.3.16 .tgz --set " operator.features.storage=true"
145+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.4.1 /kube-arangodb-0.4.1 .tgz --set " operator.features.storage=true"
146146```
147147
148148## Building
0 commit comments