Remove the default tag value from the CRD

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2022-07-11 18:00:05 +03:00
parent ada42eeaa7
commit 5072091eb5
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
2 changed files with 0 additions and 2 deletions

View File

@ -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"`
} }

View File

@ -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