Merge pull request #183 from fluxcd/semver-docs

Change links to SemVer range docs
This commit is contained in:
Stefan Prodan 2020-10-28 13:58:29 +02:00 committed by GitHub
commit 95a98e079b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -224,7 +224,7 @@ spec:
tag: 3.2.0 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 ```yaml
apiVersion: source.toolkit.fluxcd.io/v1beta1 apiVersion: source.toolkit.fluxcd.io/v1beta1

View File

@ -121,7 +121,8 @@ spec:
interval: 5m 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 ```yaml
apiVersion: source.toolkit.fluxcd.io/v1beta1 apiVersion: source.toolkit.fluxcd.io/v1beta1