From 0117f9ba4d6c8a2ab3f534ca9faa92e478e5bcae Mon Sep 17 00:00:00 2001 From: Nikita Vaniasin Date: Tue, 9 Jan 2024 13:46:13 +0100 Subject: [PATCH] Fix version in index page --- index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 1c3b83cd9..c3cfa28eb 100644 --- a/index.md +++ b/index.md @@ -252,8 +252,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: my-custom-namespace resources: - - https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.34 - - https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.34 + - https://github.com/arangodb/kube-arangodb/manifests/kustomize/crd?ref=1.2.36 + - https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment?ref=1.2.36 ``` ##### Enterprise Edition example @@ -262,8 +262,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: my-custom-namespace resources: - - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.34 - - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.34 + - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/crd?ref=1.2.36 + - https://github.com/arangodb/kube-arangodb/manifests/kustomize-enterprise/deployment?ref=1.2.36 ``` ### Installation of latest release using Helm