Skip to content

Commit

Permalink
Updated manifest to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neunhoef committed Nov 2, 2018
1 parent d289e49 commit db711d8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@ it is intended to be.

```bash
# The following will install the custom resources required by the operators.
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2/kube-arangodb-crd.tgz
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb-crd.tgz
# The following will install the operator for `ArangoDeployment` &
# `ArangoDeplomentReplication` resources.
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2/kube-arangodb.tgz
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb.tgz
# To use `ArangoLocalStorage`, also run
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2/kube-arangodb-storage.tgz
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb-storage.tgz
```

## Installation of latest release using Kubectl

```bash
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-deployment.yaml
# To use `ArangoLocalStorage`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-storage.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-storage.yaml
# To use `ArangoDeploymentReplication`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-deployment-replication.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-deployment-replication.yaml
```

## Building
Expand Down
2 changes: 1 addition & 1 deletion manifests/arango-deployment-replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
containers:
- name: operator
imagePullPolicy: IfNotPresent
image: arangodb/kube-arangodb@sha256:adc5fe68d3888543c6404ef95f0a14e06d1846550b4de0305e3f2669be4de4f7
image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293
args:
- --operator.deployment-replication
env:
Expand Down
2 changes: 1 addition & 1 deletion manifests/arango-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
containers:
- name: operator
imagePullPolicy: IfNotPresent
image: arangodb/kube-arangodb@sha256:adc5fe68d3888543c6404ef95f0a14e06d1846550b4de0305e3f2669be4de4f7
image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293
args:
- --operator.deployment
- --chaos.allowed=false
Expand Down
2 changes: 1 addition & 1 deletion manifests/arango-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
containers:
- name: operator
imagePullPolicy: IfNotPresent
image: arangodb/kube-arangodb@sha256:adc5fe68d3888543c6404ef95f0a14e06d1846550b4de0305e3f2669be4de4f7
image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293
args:
- --operator.storage
env:
Expand Down

0 comments on commit db711d8

Please sign in to comment.