Skip to content

Commit

Permalink
Updated manifest to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neunhoef committed Nov 20, 2018
1 parent 094b948 commit 8ace57e
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.4/kube-arangodb-crd.tgz
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.5/kube-arangodb-crd.tgz
# The following will install the operator for `ArangoDeployment` &
# `ArangoDeploymentReplication` resources.
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.4/kube-arangodb.tgz
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.5/kube-arangodb.tgz
# To use `ArangoLocalStorage`, also run
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.4/kube-arangodb-storage.tgz
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.5/kube-arangodb-storage.tgz
```

## Installation of latest release using Kubectl

```bash
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.5/manifests/arango-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.5/manifests/arango-deployment.yaml
# To use `ArangoLocalStorage`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-storage.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.5/manifests/arango-storage.yaml
# To use `ArangoDeploymentReplication`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-deployment-replication.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.5/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:b0277e18e89828b1bfc952d4433484a57a9988e4e023828b65fd8d00b8eeb966
image: arangodb/kube-arangodb@sha256:f42b9fc1ef2da1f2cbc3444c5dbe9611865ca214f8c820998d96eaae73b4ee0b
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:b0277e18e89828b1bfc952d4433484a57a9988e4e023828b65fd8d00b8eeb966
image: arangodb/kube-arangodb@sha256:f42b9fc1ef2da1f2cbc3444c5dbe9611865ca214f8c820998d96eaae73b4ee0b
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:b0277e18e89828b1bfc952d4433484a57a9988e4e023828b65fd8d00b8eeb966
image: arangodb/kube-arangodb@sha256:f42b9fc1ef2da1f2cbc3444c5dbe9611865ca214f8c820998d96eaae73b4ee0b
args:
- --operator.storage
env:
Expand Down

0 comments on commit 8ace57e

Please sign in to comment.