FairwindsOps / gemini

Automated backups of PersistentVolumeClaims in Kubernetes using VolumeSnapshots
https://fairwinds.com
Apache License 2.0
332 stars 27 forks source link

docs: update README references from v1beta1 to v1 #227

Closed ndrscodes closed 3 months ago

ndrscodes commented 5 months ago

This PR fixes #

Checklist

Description

What's the goal of this PR?

The README is potentially confusing when running the latest version of the project. Since the recommendation is to upgrade to v2, the apiVersion to use is gemini.fairwinds.com/v1 instead of gemini.fairwinds.com/v1beta1. IMHO, the README should describe the installation process for new installations instead of documenting how old versions were installed.

What changes did you make?

changes examples in README.md to reference apiVersion: gemini.fairwinds.com/v1 instead of gemini.fairwinds.com/v1beta1 as v1 seems to be the officially supported version for the latest Helm release.

What alternative solution should we consider, if any?