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 authored and tekton-robot committed Nov 30, 2023
1 parent 6847203 commit d7f8c99
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 d7f8c99

Please sign in to comment.