Skip to content

Commit a6b1a72

Browse files
committed
Updated manifest to 0.3.7
1 parent b3a81d6 commit a6b1a72

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
@@ -41,23 +41,23 @@ it is intended to be.
4141

4242
```bash
4343
# The following will install the custom resources required by the operators.
44-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.6/kube-arangodb-crd.tgz
44+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb-crd.tgz
4545
# The following will install the operator for `ArangoDeployment` &
4646
# `ArangoDeploymentReplication` resources.
47-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.6/kube-arangodb.tgz
47+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb.tgz
4848
# To use `ArangoLocalStorage`, also run
49-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.6/kube-arangodb-storage.tgz
49+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.7/kube-arangodb-storage.tgz
5050
```
5151

5252
## Installation of latest release using Kubectl
5353

5454
```bash
55-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.6/manifests/arango-crd.yaml
56-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.6/manifests/arango-deployment.yaml
55+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-crd.yaml
56+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-deployment.yaml
5757
# To use `ArangoLocalStorage`, also run
58-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.6/manifests/arango-storage.yaml
58+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-storage.yaml
5959
# To use `ArangoDeploymentReplication`, also run
60-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.6/manifests/arango-deployment-replication.yaml
60+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.7/manifests/arango-deployment-replication.yaml
6161
```
6262

6363
## 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:974d6d7ca1df07d070625d6d2609a6eec42d5fd6d78584c762db432b2f573b67
106+
image: arangodb/kube-arangodb@sha256:ae991f94aef9ff25c09b59aa7243155be0ee554a6cc252c59fe3a63d070af42b
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:974d6d7ca1df07d070625d6d2609a6eec42d5fd6d78584c762db432b2f573b67
106+
image: arangodb/kube-arangodb@sha256:ae991f94aef9ff25c09b59aa7243155be0ee554a6cc252c59fe3a63d070af42b
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:974d6d7ca1df07d070625d6d2609a6eec42d5fd6d78584c762db432b2f573b67
144+
image: arangodb/kube-arangodb@sha256:ae991f94aef9ff25c09b59aa7243155be0ee554a6cc252c59fe3a63d070af42b
145145
args:
146146
- --operator.storage
147147
env:

0 commit comments

Comments
 (0)