Merge pull request #183 from fluxcd/semver-docs
Change links to SemVer range docs
This commit is contained in:
commit
95a98e079b
|
@ -224,7 +224,7 @@ spec:
|
|||
tag: 3.2.0
|
||||
```
|
||||
|
||||
Pull tag based on a [semver range](https://github.com/blang/semver#ranges):
|
||||
Pull tag based on a [semver range](https://github.com/Masterminds/semver#checking-version-constraints):
|
||||
|
||||
```yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||
|
|
|
@ -121,7 +121,8 @@ spec:
|
|||
interval: 5m
|
||||
```
|
||||
|
||||
Pull the latest chart version that matches the semver range every ten minutes:
|
||||
Pull the latest chart version that matches the [semver range](https://github.com/Masterminds/semver#checking-version-constraints)
|
||||
every ten minutes:
|
||||
|
||||
```yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||
|
|
Loading…
Reference in New Issue