@@ -68,12 +68,12 @@ Feature-wise production readiness table:
6868## Installation of latest release using Kubectl
6969
7070``` bash
71- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11 /manifests/arango-crd.yaml
72- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11 /manifests/arango-deployment.yaml
71+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12 /manifests/arango-crd.yaml
72+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12 /manifests/arango-deployment.yaml
7373# To use `ArangoLocalStorage`, also run
74- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11 /manifests/arango-storage.yaml
74+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12 /manifests/arango-storage.yaml
7575# To use `ArangoDeploymentReplication`, also run
76- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11 /manifests/arango-deployment-replication.yaml
76+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12 /manifests/arango-deployment-replication.yaml
7777```
7878
7979This procedure can also be used for upgrades and will not harm any
@@ -86,12 +86,12 @@ upgrades.
8686
8787``` bash
8888# The following will install the custom resources required by the operators.
89- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11 /kube-arangodb-crd.tgz
89+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12 /kube-arangodb-crd.tgz
9090# The following will install the operator for `ArangoDeployment` &
9191# `ArangoDeploymentReplication` resources.
92- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11 /kube-arangodb.tgz
92+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12 /kube-arangodb.tgz
9393# To use `ArangoLocalStorage`, also run
94- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11 /kube-arangodb-storage.tgz
94+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12 /kube-arangodb-storage.tgz
9595```
9696
9797## Upgrading the operator using Helm
@@ -128,9 +128,9 @@ with `helm install` as normal:
128128``` bash
129129# The following will install the operator for `ArangoDeployment` &
130130# `ArangoDeploymentReplication` resources.
131- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11 /kube-arangodb.tgz
131+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12 /kube-arangodb.tgz
132132# To use `ArangoLocalStorage`, also run
133- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11 /kube-arangodb-storage.tgz
133+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12 /kube-arangodb-storage.tgz
134134```
135135
136136## Building
0 commit comments