Skip to content

Commit

Permalink
fix: resolve issue where resolutionrequest defaulted to v1alpha1 vs v…
Browse files Browse the repository at this point in the history
…1beta1
  • Loading branch information
aaron-prindle committed Nov 29, 2023
1 parent 4e4772e commit 3c716a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/resolution/v1beta1/resolution_request_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ func (rr *ResolutionRequest) SetDefaults(ctx context.Context) {
rr.TypeMeta.Kind = "ResolutionRequest"
}
if rr.TypeMeta.APIVersion == "" {
rr.TypeMeta.APIVersion = "resolution.tekton.dev/v1alpha1"
rr.TypeMeta.APIVersion = "resolution.tekton.dev/v1beta1"
}
}

0 comments on commit 3c716a0

Please sign in to comment.