@@ -95,12 +95,12 @@ for details.
95
95
## Installation of latest release using Kubectl
96
96
97
97
``` bash
98
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5/manifests/arango-crd.yaml
99
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5/manifests/arango-deployment.yaml
98
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5-1 /manifests/arango-crd.yaml
99
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5-1 /manifests/arango-deployment.yaml
100
100
# To use `ArangoLocalStorage`, also run
101
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5/manifests/arango-storage.yaml
101
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5-1 /manifests/arango-storage.yaml
102
102
# To use `ArangoDeploymentReplication`, also run
103
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5/manifests/arango-deployment-replication.yaml
103
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.1.5-1 /manifests/arango-deployment-replication.yaml
104
104
```
105
105
106
106
This procedure can also be used for upgrades and will not harm any
@@ -132,12 +132,12 @@ upgrades.
132
132
133
133
``` bash
134
134
# The following will install the custom resources required by the operators.
135
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5/kube-arangodb-crd-1.1.5.tgz
135
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5-1 /kube-arangodb-crd-1.1.5-1 .tgz
136
136
# The following will install the operator for `ArangoDeployment` &
137
137
# `ArangoDeploymentReplication` resources.
138
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5/kube-arangodb-1.1.5.tgz
138
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5-1 /kube-arangodb-1.1.5-1 .tgz
139
139
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
140
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5/kube-arangodb-1.1.5.tgz --set " operator.features.storage=true"
140
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5-1 /kube-arangodb-1.1.5-1 .tgz --set " operator.features.storage=true"
141
141
```
142
142
143
143
## Upgrading the operator using Helm
@@ -172,9 +172,9 @@ with `helm install` as normal:
172
172
``` bash
173
173
# The following will install the operator for `ArangoDeployment` &
174
174
# `ArangoDeploymentReplication` resources.
175
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5/kube-arangodb-1.1.5.tgz
175
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5-1 /kube-arangodb-1.1.5-1 .tgz
176
176
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
177
- helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5/kube-arangodb-1.1.5.tgz --set " operator.features.storage=true"
177
+ helm install https://github.com/arangodb/kube-arangodb/releases/download/1.1.5-1 /kube-arangodb-1.1.5-1 .tgz --set " operator.features.storage=true"
178
178
```
179
179
180
180
## Building
0 commit comments