@@ -69,12 +69,12 @@ Feature-wise production readiness table:
6969## Installation of latest release using Kubectl
7070
7171``` bash
72- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12 /manifests/arango-crd.yaml
73- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12 /manifests/arango-deployment.yaml
72+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13 /manifests/arango-crd.yaml
73+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13 /manifests/arango-deployment.yaml
7474# To use `ArangoLocalStorage`, also run
75- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12 /manifests/arango-storage.yaml
75+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13 /manifests/arango-storage.yaml
7676# To use `ArangoDeploymentReplication`, also run
77- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12 /manifests/arango-deployment-replication.yaml
77+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13 /manifests/arango-deployment-replication.yaml
7878```
7979
8080This procedure can also be used for upgrades and will not harm any
@@ -87,12 +87,12 @@ upgrades.
8787
8888``` bash
8989# The following will install the custom resources required by the operators.
90- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12 /kube-arangodb-crd.tgz
90+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13 /kube-arangodb-crd.tgz
9191# The following will install the operator for `ArangoDeployment` &
9292# `ArangoDeploymentReplication` resources.
93- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12 /kube-arangodb.tgz
93+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13 /kube-arangodb.tgz
9494# To use `ArangoLocalStorage`, also run
95- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12 /kube-arangodb-storage.tgz
95+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13 /kube-arangodb-storage.tgz
9696```
9797
9898## Upgrading the operator using Helm
@@ -129,9 +129,9 @@ with `helm install` as normal:
129129``` bash
130130# The following will install the operator for `ArangoDeployment` &
131131# `ArangoDeploymentReplication` resources.
132- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12 /kube-arangodb.tgz
132+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13 /kube-arangodb.tgz
133133# To use `ArangoLocalStorage`, also run
134- helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12 /kube-arangodb-storage.tgz
134+ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13 /kube-arangodb-storage.tgz
135135```
136136
137137## Building
0 commit comments