@@ -68,12 +68,12 @@ Feature-wise production readiness table:
68
68
## Installation of latest release using Kubectl
69
69
70
70
``` 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
73
73
# 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
75
75
# 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
77
77
```
78
78
79
79
This procedure can also be used for upgrades and will not harm any
@@ -86,12 +86,12 @@ upgrades.
86
86
87
87
``` bash
88
88
# 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
90
90
# The following will install the operator for `ArangoDeployment` &
91
91
# `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
93
93
# 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
95
95
```
96
96
97
97
## Upgrading the operator using Helm
@@ -128,9 +128,9 @@ with `helm install` as normal:
128
128
``` bash
129
129
# The following will install the operator for `ArangoDeployment` &
130
130
# `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
132
132
# 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
134
134
```
135
135
136
136
## Building
0 commit comments