File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ support. That is still completely missing.
23
23
## Installation of latest release
24
24
25
25
``` bash
26
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.0 /manifests/crd.yaml
27
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.0 /manifests/arango-deployment.yaml
26
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1 /manifests/crd.yaml
27
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1 /manifests/arango-deployment.yaml
28
28
# To use `ArangoLocalStorage`, also run
29
- kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.0 /manifests/arango-storage.yaml
29
+ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1 /manifests/arango-storage.yaml
30
30
```
31
31
32
32
## Building
Original file line number Diff line number Diff line change 94
94
containers :
95
95
- name : operator
96
96
imagePullPolicy : IfNotPresent
97
- image : arangodb/kube-arangodb@sha256:43bdc14d072fb1912d885536c189a631076e13e5c3e8a87b06e5ddbe60c66a6d
97
+ image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
98
98
args :
99
99
- --operator.deployment-replication
100
100
env :
Original file line number Diff line number Diff line change 94
94
containers :
95
95
- name : operator
96
96
imagePullPolicy : IfNotPresent
97
- image : arangodb/kube-arangodb@sha256:43bdc14d072fb1912d885536c189a631076e13e5c3e8a87b06e5ddbe60c66a6d
97
+ image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
98
98
args :
99
99
- --operator.deployment
100
100
- --chaos.allowed=false
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ spec:
103
103
containers :
104
104
- name : operator
105
105
imagePullPolicy : IfNotPresent
106
- image : arangodb/kube-arangodb@sha256:43bdc14d072fb1912d885536c189a631076e13e5c3e8a87b06e5ddbe60c66a6d
106
+ image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
107
107
args :
108
108
- --operator.storage
109
109
env :
You can’t perform that action at this time.
0 commit comments