Skip to content

Commit

Permalink
chore: upgrade default dragonfly version to v1.21.2 (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhradeep Chakraborty <[email protected]>
  • Loading branch information
Abhra303 authored Aug 22, 2024
1 parent 00c8ba3 commit fa6f544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/dragonfly_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ var _ = Describe("Dragonfly Lifecycle tests", Ordered, FlakeAttempts(3), func()
}, &df)
Expect(err).To(BeNil())

df.Spec.Image = fmt.Sprintf("%s:%s", resources.DragonflyImage, "v1.20.1")
df.Spec.Image = fmt.Sprintf("%s:%s", resources.DragonflyImage, "v1.21.2")
err = k8sClient.Update(ctx, &df)
Expect(err).To(BeNil())
})
Expand Down
2 changes: 1 addition & 1 deletion internal/resources/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ limitations under the License.
package resources

const (
Version = "v1.20.1"
Version = "v1.21.2"
)

0 comments on commit fa6f544

Please sign in to comment.