diff --git a/crd/kalm.yaml b/crd/kalm.yaml index 7db02423..c5aa14e8 100644 --- a/crd/kalm.yaml +++ b/crd/kalm.yaml @@ -121,9 +121,10 @@ spec: type: string releaseType: description: '`releaseType` is the type of release. This can be - either BugFix or Security.' + either Feature, BugFix or Security.' items: enum: + - Feature - BugFix - Security type: string