dragonflydb / dragonflydb/documentation
Use release tag in operator installation instead of main
Open
- Dominant language
- Python
- Stars
- 8
- Forks
- 31
- Avg merge
- 3h 41m
- Merged PRs (30d)
- 2
Description
The operator installation guide suggests installing the dragonfly-operator.yaml from the main branch:
https://www.dragonflydb.io/docs/managing-dragonfly/operator/installation#installation
For reliability, stability, and reproducibility, would it be better to install a released version by specifying the release tag?
```
kubectl apply -f https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.10/manifests/dragonfly-operator.yaml
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.