@@ -112,8 +112,8 @@ To upgrade to the Enterprise Edition, you need to get in touch with the ArangoDB
112112## Installation and Usage
113113
114114Docker images:
115- - Community Edition: ` arangodb/kube-arangodb:1.2.35 `
116- - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.35 `
115+ - Community Edition: ` arangodb/kube-arangodb:1.2.36 `
116+ - Enterprise Edition: ` arangodb/kube-arangodb-enterprise:1.2.36 `
117117
118118### Installation of latest release using Kubectl
119119
@@ -122,22 +122,22 @@ running ArangoDB deployments.
122122
123123##### Community Edition
124124``` bash
125- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/arango-crd.yaml
126- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/arango-deployment.yaml
125+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.36 /manifests/arango-crd.yaml
126+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.36 /manifests/arango-deployment.yaml
127127# To use `ArangoLocalStorage`, also run
128- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/arango-storage.yaml
128+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.36 /manifests/arango-storage.yaml
129129# To use `ArangoDeploymentReplication`, also run
130- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/arango-deployment-replication.yaml
130+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.36 /manifests/arango-deployment-replication.yaml
131131```
132132
133133##### Enterprise Edition
134134``` bash
135- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/enterprise-crd.yaml
136- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/enterprise-deployment.yaml
135+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.36 /manifests/enterprise-crd.yaml
136+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.36 /manifests/enterprise-deployment.yaml
137137# To use `ArangoLocalStorage`, also run
138- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/enterprise-storage.yaml
138+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.36 /manifests/enterprise-storage.yaml
139139# To use `ArangoDeploymentReplication`, also run
140- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.35 /manifests/enterprise-deployment-replication.yaml
140+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.36 /manifests/enterprise-deployment-replication.yaml
141141```
142142
143143### Installation of latest release using kustomize
@@ -177,17 +177,17 @@ Only use this procedure for clean installation of the operator. For upgrades see
177177##### Community Edition
178178``` bash
179179# The following will install the operator and basic CRDs resources.
180- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz
180+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.36 /kube-arangodb-1.2.36 .tgz
181181# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
182- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.features.storage=true"
182+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.36 /kube-arangodb-1.2.36 .tgz --set " operator.features.storage=true"
183183```
184184
185185##### Enterprise Edition
186186``` bash
187187# The following will install the operator and basic CRDs resources.
188- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.35 "
188+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.36 /kube-arangodb-1.2.36 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.36 "
189189# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
190- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.35 " --set " operator.features.storage=true"
190+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.36 /kube-arangodb-1.2.36 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.36 " --set " operator.features.storage=true"
191191```
192192
193193### Upgrading the operator using Helm
@@ -216,17 +216,17 @@ Then you can install the new version with `helm install` as normal:
216216##### Community Edition
217217``` bash
218218# The following will install the operator and basic CRDs resources.
219- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz
219+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.36 /kube-arangodb-1.2.36 .tgz
220220# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
221- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.features.storage=true"
221+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.36 /kube-arangodb-1.2.36 .tgz --set " operator.features.storage=true"
222222```
223223
224224##### Enterprise Edition
225225``` bash
226226# The following will install the operator and basic CRDs resources.
227- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.35 "
227+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.36 /kube-arangodb-1.2.36 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.36 "
228228# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
229- helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35 /kube-arangodb-1.2.35 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.35 " --set " operator.features.storage=true"
229+ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.36 /kube-arangodb-1.2.36 .tgz --set " operator.image=arangodb/kube-arangodb-enterprise:1.2.36 " --set " operator.features.storage=true"
230230```
231231
232232## Building
0 commit comments