Skip to content

Commit db711d8

Browse files
committed
Updated manifest to 0.3.3
1 parent d289e49 commit db711d8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@ it is intended to be.
4040

4141
```bash
4242
# The following will install the custom resources required by the operators.
43-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2/kube-arangodb-crd.tgz
43+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb-crd.tgz
4444
# The following will install the operator for `ArangoDeployment` &
4545
# `ArangoDeplomentReplication` resources.
46-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2/kube-arangodb.tgz
46+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb.tgz
4747
# To use `ArangoLocalStorage`, also run
48-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.2/kube-arangodb-storage.tgz
48+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb-storage.tgz
4949
```
5050

5151
## Installation of latest release using Kubectl
5252

5353
```bash
54-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-crd.yaml
55-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-deployment.yaml
54+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-crd.yaml
55+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-deployment.yaml
5656
# To use `ArangoLocalStorage`, also run
57-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-storage.yaml
57+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-storage.yaml
5858
# To use `ArangoDeploymentReplication`, also run
59-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.2/manifests/arango-deployment-replication.yaml
59+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-deployment-replication.yaml
6060
```
6161

6262
## Building

manifests/arango-deployment-replication.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
containers:
104104
- name: operator
105105
imagePullPolicy: IfNotPresent
106-
image: arangodb/kube-arangodb@sha256:adc5fe68d3888543c6404ef95f0a14e06d1846550b4de0305e3f2669be4de4f7
106+
image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293
107107
args:
108108
- --operator.deployment-replication
109109
env:

manifests/arango-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
containers:
104104
- name: operator
105105
imagePullPolicy: IfNotPresent
106-
image: arangodb/kube-arangodb@sha256:adc5fe68d3888543c6404ef95f0a14e06d1846550b4de0305e3f2669be4de4f7
106+
image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293
107107
args:
108108
- --operator.deployment
109109
- --chaos.allowed=false

manifests/arango-storage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ spec:
141141
containers:
142142
- name: operator
143143
imagePullPolicy: IfNotPresent
144-
image: arangodb/kube-arangodb@sha256:adc5fe68d3888543c6404ef95f0a14e06d1846550b4de0305e3f2669be4de4f7
144+
image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293
145145
args:
146146
- --operator.storage
147147
env:

0 commit comments

Comments
 (0)