Skip to content

Commit

Permalink
docs: mention that OCI helm does not support version ranges (#11026)
Browse files Browse the repository at this point in the history
* docs: mention that OCI helm does not support version ranges

Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>

* Apply suggestions from code review

Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>

Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
  • Loading branch information
alexef committed Oct 21, 2022
1 parent 49235d5 commit fdd2e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user-guide/tracking_strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ For Helm, all versions are [Semantic Versions](https://semver.org/). As a result
| Track minor releases (e.g. in QA) | Use a range | `1.*` or `>=1.0.0 <2.0.0` |
| Use the latest (e.g. in local development) | Use star range | `*` or `>=0.0.0` |

**Note for OCI Helm repositories**: the only available strategy is "Pin to a version".

[Read about version ranges](https://www.telerik.com/blogs/the-mystical-magical-semver-ranges-used-by-npm-bower)

## Git
Expand Down

0 comments on commit fdd2e98

Please sign in to comment.