Skip to content

Commit

Permalink
Make default couchbase-index-manager 2.0.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett authored May 4, 2022
1 parent e1fb790 commit 86f6bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func getCbimImageEnv() string {

ns, found := os.LookupEnv(watchNamespaceEnvVar)
if !found {
return "btburnett3/couchbase-index-manager:2.0.0-beta002"
return "btburnett3/couchbase-index-manager:2.0.0"
}
return ns
}
Expand Down

0 comments on commit 86f6bf8

Please sign in to comment.