Skip to content

Commit

Permalink
test with bundle 1.1 (existing)
Browse files Browse the repository at this point in the history
  • Loading branch information
hervenicol committed Feb 6, 2024
1 parent f419f37 commit c2f3879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (r *Resource) getObject(ctx context.Context, v interface{}) (*vpa_types.Ver
if err != nil {
return nil, microerror.Mask(err)
}
if version.LT(semver.MustParse("1.2.0")) {
if version.LT(semver.MustParse("1.1.0")) {
// Set target reference to Prometheus StatefulSet
vpa.Spec.TargetRef = &autoscaling.CrossVersionObjectReference{
Kind: "StatefulSet",
Expand Down

0 comments on commit c2f3879

Please sign in to comment.