File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
246
246
kind: Kustomization
247
247
namespace: my-custom-namespace
248
248
resources:
249
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.34
250
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.34
249
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.36
250
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.36
251
251
```
252
252
253
253
##### Enterprise Edition example
@@ -256,8 +256,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
256
256
kind: Kustomization
257
257
namespace: my-custom-namespace
258
258
resources:
259
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.34
260
- - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.34
259
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.36
260
+ - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.36
261
261
```
262
262
263
263
### Installation of latest release using Helm
You can’t perform that action at this time.
0 commit comments