Skip to content

Commit 3222393

Browse files
committed
Updated manifest to 0.2.2
1 parent 0ebc340 commit 3222393

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ it is intended to be.
3737
## Installation of latest release
3838

3939
```bash
40-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/manifests/crd.yaml
41-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/manifests/arango-deployment.yaml
40+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.2/manifests/crd.yaml
41+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.2/manifests/arango-deployment.yaml
4242
# To use `ArangoLocalStorage`, also run
43-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/manifests/arango-storage.yaml
43+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.2/manifests/arango-storage.yaml
4444
# To use `ArangoDeploymentReplication`, also run
45-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.1/manifests/arango-deployment-replication.yaml
45+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.2.2/manifests/arango-deployment-replication.yaml
4646
```
4747

4848
## Building

manifests/arango-deployment-replication.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ rules:
3333
resources: ["nodes"]
3434
verbs: ["get"]
3535
- apiGroups: ["apps"]
36-
resources: ["deployments"]
37-
verbs: ["*"]
36+
resources: ["deployments", "replicasets"]
37+
verbs: ["get"]
3838

3939
---
4040

@@ -94,7 +94,7 @@ spec:
9494
containers:
9595
- name: operator
9696
imagePullPolicy: IfNotPresent
97-
image: arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
97+
image: arangodb/kube-arangodb@sha256:bbf5433b2cda054835f7abf923116b43fa2e56907d2a19895cd12c74b907c056
9898
args:
9999
- --operator.deployment-replication
100100
env:

manifests/arango-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ rules:
3030
resources: ["nodes"]
3131
verbs: ["get"]
3232
- apiGroups: ["apps"]
33-
resources: ["deployments"]
34-
verbs: ["*"]
33+
resources: ["deployments", "replicasets"]
34+
verbs: ["get"]
3535
- apiGroups: ["storage.k8s.io"]
3636
resources: ["storageclasses"]
3737
verbs: ["get", "list"]
@@ -94,7 +94,7 @@ spec:
9494
containers:
9595
- name: operator
9696
imagePullPolicy: IfNotPresent
97-
image: arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
97+
image: arangodb/kube-arangodb@sha256:bbf5433b2cda054835f7abf923116b43fa2e56907d2a19895cd12c74b907c056
9898
args:
9999
- --operator.deployment
100100
- --chaos.allowed=false

manifests/arango-storage.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ rules:
3232
- apiGroups: ["apps"]
3333
resources: ["daemonsets"]
3434
verbs: ["*"]
35+
- apiGroups: ["apps"]
36+
resources: ["deployments", "replicasets"]
37+
verbs: ["get"]
3538
- apiGroups: ["storage.k8s.io"]
3639
resources: ["storageclasses"]
3740
verbs: ["*"]
@@ -103,7 +106,7 @@ spec:
103106
containers:
104107
- name: operator
105108
imagePullPolicy: IfNotPresent
106-
image: arangodb/kube-arangodb@sha256:1ac03c2ecd188148259e392655381b05b32b389977b53b29ddc51f9d6c39bd88
109+
image: arangodb/kube-arangodb@sha256:bbf5433b2cda054835f7abf923116b43fa2e56907d2a19895cd12c74b907c056
107110
args:
108111
- --operator.storage
109112
env:

0 commit comments

Comments
 (0)