Skip to content

Commit fecefba

Browse files
committed
Updated manifest to 0.3.9
1 parent d722bc7 commit fecefba

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
@@ -49,23 +49,23 @@ Therefore the commands below use the second latest release 0.3.7.
4949

5050
```bash
5151
# The following will install the custom resources required by the operators.
52-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb-crd.tgz
52+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.9/kube-arangodb-crd.tgz
5353
# The following will install the operator for `ArangoDeployment` &
5454
# `ArangoDeploymentReplication` resources.
55-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb.tgz
55+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.9/kube-arangodb.tgz
5656
# To use `ArangoLocalStorage`, also run
57-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb-storage.tgz
57+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.9/kube-arangodb-storage.tgz
5858
```
5959

6060
## Installation of latest release using Kubectl
6161

6262
```bash
63-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-crd.yaml
64-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-deployment.yaml
63+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9/manifests/arango-crd.yaml
64+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9/manifests/arango-deployment.yaml
6565
# To use `ArangoLocalStorage`, also run
66-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-storage.yaml
66+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9/manifests/arango-storage.yaml
6767
# To use `ArangoDeploymentReplication`, also run
68-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-deployment-replication.yaml
68+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.9/manifests/arango-deployment-replication.yaml
6969
```
7070

7171
## 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:ab6187dc940fe35e9d4c61f051a0a0970d39c9e8271eb2d713828e8078f189ae
106+
image: arangodb/kube-arangodb@sha256:3db337b992d0535b3caba590d70b089f27b812a77274a0a1b9f290b93caf7ff9
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:ab6187dc940fe35e9d4c61f051a0a0970d39c9e8271eb2d713828e8078f189ae
106+
image: arangodb/kube-arangodb@sha256:3db337b992d0535b3caba590d70b089f27b812a77274a0a1b9f290b93caf7ff9
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:ab6187dc940fe35e9d4c61f051a0a0970d39c9e8271eb2d713828e8078f189ae
144+
image: arangodb/kube-arangodb@sha256:3db337b992d0535b3caba590d70b089f27b812a77274a0a1b9f290b93caf7ff9
145145
args:
146146
- --operator.storage
147147
env:

0 commit comments

Comments
 (0)