flux v0.27.3

GitRepository.spec.ref

The Git reference to checkout and monitor for changes, defaults to master branch.

4 fields
GitRepository.spec.ref fields and descriptions
Field / TypeDescription
branch
string

The Git branch to checkout, defaults to master.

commit
string

The Git commit SHA to checkout, if specified Tag filters will be ignored.

semver
string

The Git tag semver expression, takes precedence over Tag.

tag
string

The Git tag to checkout, takes precedence over Branch.