Skip to content

Commit 73de8aa

Browse files
Fix operator versions in readme example (#1572)
1 parent a5866a5 commit 73de8aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
246246
kind: Kustomization
247247
namespace: my-custom-namespace
248248
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
251251
```
252252

253253
##### Enterprise Edition example
@@ -256,8 +256,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
256256
kind: Kustomization
257257
namespace: my-custom-namespace
258258
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
261261
```
262262

263263
### Installation of latest release using Helm

0 commit comments

Comments
 (0)