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.
2323## Installation of latest release
2424
2525``` 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
2828# 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
3030```
3131
3232## Building
Original file line number Diff line number Diff line change 9494 containers :
9595 - name : operator
9696 imagePullPolicy : IfNotPresent
97- image : arangodb/kube-arangodb@sha256:43bdc14d072fb1912d885536c189a631076e13e5c3e8a87b06e5ddbe60c66a6d
97+ image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
9898 args :
9999 - --operator.deployment-replication
100100 env :
Original file line number Diff line number Diff line change 9494 containers :
9595 - name : operator
9696 imagePullPolicy : IfNotPresent
97- image : arangodb/kube-arangodb@sha256:43bdc14d072fb1912d885536c189a631076e13e5c3e8a87b06e5ddbe60c66a6d
97+ image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
9898 args :
9999 - --operator.deployment
100100 - --chaos.allowed=false
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ spec:
103103 containers :
104104 - name : operator
105105 imagePullPolicy : IfNotPresent
106- image : arangodb/kube-arangodb@sha256:43bdc14d072fb1912d885536c189a631076e13e5c3e8a87b06e5ddbe60c66a6d
106+ image : arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
107107 args :
108108 - --operator.storage
109109 env :
You can’t perform that action at this time.
0 commit comments