Skip to content

Commit ff0dea0

Browse files
committed
Updated manifest to 0.3.12
1 parent f8fcca1 commit ff0dea0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ Feature-wise production readiness table:
6868
## Installation of latest release using Kubectl
6969

7070
```bash
71-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11/manifests/arango-crd.yaml
72-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11/manifests/arango-deployment.yaml
71+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12/manifests/arango-crd.yaml
72+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12/manifests/arango-deployment.yaml
7373
# To use `ArangoLocalStorage`, also run
74-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11/manifests/arango-storage.yaml
74+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12/manifests/arango-storage.yaml
7575
# To use `ArangoDeploymentReplication`, also run
76-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.11/manifests/arango-deployment-replication.yaml
76+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.12/manifests/arango-deployment-replication.yaml
7777
```
7878

7979
This procedure can also be used for upgrades and will not harm any
@@ -86,12 +86,12 @@ upgrades.
8686

8787
```bash
8888
# The following will install the custom resources required by the operators.
89-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11/kube-arangodb-crd.tgz
89+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12/kube-arangodb-crd.tgz
9090
# The following will install the operator for `ArangoDeployment` &
9191
# `ArangoDeploymentReplication` resources.
92-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11/kube-arangodb.tgz
92+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12/kube-arangodb.tgz
9393
# To use `ArangoLocalStorage`, also run
94-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11/kube-arangodb-storage.tgz
94+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12/kube-arangodb-storage.tgz
9595
```
9696

9797
## Upgrading the operator using Helm
@@ -128,9 +128,9 @@ with `helm install` as normal:
128128
```bash
129129
# The following will install the operator for `ArangoDeployment` &
130130
# `ArangoDeploymentReplication` resources.
131-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11/kube-arangodb.tgz
131+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12/kube-arangodb.tgz
132132
# To use `ArangoLocalStorage`, also run
133-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11/kube-arangodb-storage.tgz
133+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.12/kube-arangodb-storage.tgz
134134
```
135135

136136
## Building

manifests/arango-deployment-replication.yaml

Lines changed: 1 addition & 1 deletion
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:3e695cc42f62a680f5460a320aee2518fe7a3bfb0eb6f3fc248badaa5ed58665
106+
image: arangodb/kube-arangodb@sha256:44275fadf2df891d9f9ce36fb37c002031d485a8367c38860780780bae39f6f4
107107
args:
108108
- --operator.deployment-replication
109109
env:

manifests/arango-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ spec:
110110
containers:
111111
- name: operator
112112
imagePullPolicy: IfNotPresent
113-
image: arangodb/kube-arangodb@sha256:3e695cc42f62a680f5460a320aee2518fe7a3bfb0eb6f3fc248badaa5ed58665
113+
image: arangodb/kube-arangodb@sha256:44275fadf2df891d9f9ce36fb37c002031d485a8367c38860780780bae39f6f4
114114
args:
115115
- --operator.deployment
116116
- --chaos.allowed=false

manifests/arango-storage.yaml

Lines changed: 1 addition & 1 deletion
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:3e695cc42f62a680f5460a320aee2518fe7a3bfb0eb6f3fc248badaa5ed58665
144+
image: arangodb/kube-arangodb@sha256:44275fadf2df891d9f9ce36fb37c002031d485a8367c38860780780bae39f6f4
145145
args:
146146
- --operator.storage
147147
env:

0 commit comments

Comments
 (0)