Remove the default tag value from the CRD
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
ada42eeaa7
commit
5072091eb5
|
@ -102,7 +102,6 @@ type OCIRepositoryRef struct {
|
||||||
SemVer string `json:"semver,omitempty"`
|
SemVer string `json:"semver,omitempty"`
|
||||||
|
|
||||||
// Tag is the image tag to pull, defaults to latest.
|
// Tag is the image tag to pull, defaults to latest.
|
||||||
// +kubebuilder:default:=latest
|
|
||||||
// +optional
|
// +optional
|
||||||
Tag string `json:"tag,omitempty"`
|
Tag string `json:"tag,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,7 +88,6 @@ spec:
|
||||||
latest within the range, takes precedence over Tag.
|
latest within the range, takes precedence over Tag.
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: latest
|
|
||||||
description: Tag is the image tag to pull, defaults to latest.
|
description: Tag is the image tag to pull, defaults to latest.
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Reference in New Issue