Skip to content

Commit 0117f9b

Browse files
Fix version in index page
1 parent d78fba6 commit 0117f9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
252252
kind: Kustomization
253253
namespace: my-custom-namespace
254254
resources:
255-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.34
256-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.34
255+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.36
256+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.36
257257
```
258258

259259
##### Enterprise Edition example
@@ -262,8 +262,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
262262
kind: Kustomization
263263
namespace: my-custom-namespace
264264
resources:
265-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.34
266-
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.34
265+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.36
266+
- https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.36
267267
```
268268

269269
### Installation of latest release using Helm

0 commit comments

Comments
 (0)