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"`
|
||||
|
||||
// Tag is the image tag to pull, defaults to latest.
|
||||
// +kubebuilder:default:=latest
|
||||
// +optional
|
||||
Tag string `json:"tag,omitempty"`
|
||||
}
|
||||
|
|
|
@ -88,7 +88,6 @@ spec:
|
|||
latest within the range, takes precedence over Tag.
|
||||
type: string
|
||||
tag:
|
||||
default: latest
|
||||
description: Tag is the image tag to pull, defaults to latest.
|
||||
type: string
|
||||
type: object
|
||||
|
|
Loading…
Reference in New Issue