File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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
246246kind: Kustomization
247247namespace: my-custom-namespace
248248resources:
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
251251```
252252
253253##### Enterprise Edition example
@@ -256,8 +256,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
256256kind: Kustomization
257257namespace: my-custom-namespace
258258resources:
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
261261```
262262
263263### Installation of latest release using Helm
You can’t perform that action at this time.
0 commit comments