Skip to content

Commit 3c2ef05

Browse files
author
lamai93
committed
Updated manifest to 0.3.14
1 parent f87a743 commit 3c2ef05

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
@@ -69,12 +69,12 @@ Feature-wise production readiness table:
6969
## Installation of latest release using Kubectl
7070

7171
```bash
72-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13/manifests/arango-crd.yaml
73-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13/manifests/arango-deployment.yaml
72+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.14/manifests/arango-crd.yaml
73+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.14/manifests/arango-deployment.yaml
7474
# To use `ArangoLocalStorage`, also run
75-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13/manifests/arango-storage.yaml
75+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.14/manifests/arango-storage.yaml
7676
# To use `ArangoDeploymentReplication`, also run
77-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.13/manifests/arango-deployment-replication.yaml
77+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.14/manifests/arango-deployment-replication.yaml
7878
```
7979

8080
This procedure can also be used for upgrades and will not harm any
@@ -87,12 +87,12 @@ upgrades.
8787

8888
```bash
8989
# The following will install the custom resources required by the operators.
90-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13/kube-arangodb-crd.tgz
90+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.14/kube-arangodb-crd.tgz
9191
# The following will install the operator for `ArangoDeployment` &
9292
# `ArangoDeploymentReplication` resources.
93-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13/kube-arangodb.tgz
93+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.14/kube-arangodb.tgz
9494
# To use `ArangoLocalStorage`, also run
95-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13/kube-arangodb-storage.tgz
95+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.14/kube-arangodb-storage.tgz
9696
```
9797

9898
## Upgrading the operator using Helm
@@ -129,9 +129,9 @@ with `helm install` as normal:
129129
```bash
130130
# The following will install the operator for `ArangoDeployment` &
131131
# `ArangoDeploymentReplication` resources.
132-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13/kube-arangodb.tgz
132+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.14/kube-arangodb.tgz
133133
# To use `ArangoLocalStorage`, also run
134-
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.13/kube-arangodb-storage.tgz
134+
helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.14/kube-arangodb-storage.tgz
135135
```
136136

137137
## 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:603d786b46e1a702a026d42b9594437241d0abc5f0c8d2f96461d2ba310b9df4
106+
image: arangodb/kube-arangodb@sha256:8de8cba7727bf4bf2b9f5ac943418afb4a139cfc51627a57a6e5febdbc8fbcb2
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:603d786b46e1a702a026d42b9594437241d0abc5f0c8d2f96461d2ba310b9df4
113+
image: arangodb/kube-arangodb@sha256:8de8cba7727bf4bf2b9f5ac943418afb4a139cfc51627a57a6e5febdbc8fbcb2
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:603d786b46e1a702a026d42b9594437241d0abc5f0c8d2f96461d2ba310b9df4
144+
image: arangodb/kube-arangodb@sha256:8de8cba7727bf4bf2b9f5ac943418afb4a139cfc51627a57a6e5febdbc8fbcb2
145145
args:
146146
- --operator.storage
147147
env:

0 commit comments

Comments
 (0)