Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update pkg/checkpoint/checkpoint.go
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Prodan <[email protected]>
  • Loading branch information
kingdonb and stefanprodan authored Aug 27, 2022
1 parent 6d294c8 commit a270d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/checkpoint/checkpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (

func CheckForUpdates(product, version string, extra map[string]string, logger log.Logger) *checker {
handleResponse := func() {
logger.Log("msg", "update available", "latest", "v0.33.0", "URL", "https://fluxcd.io/docs/migration/")
logger.Log("msg", "Flux v1 is deprecated, please upgrade to v2", "latest", "v2", "URL", "https://fluxcd.io/docs/migration/")
}

flags := map[string]string{
Expand Down

0 comments on commit a270d46

Please sign in to comment.