Skip to content

Commit

Permalink
Upgrade to couchbase-index-manager 2.0.0-beta002 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett authored Oct 18, 2021
1 parent 2d28585 commit 268a313
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-beta001"
return "btburnett3/couchbase-index-manager:2.0.0-beta002"
}
return ns
}
Expand Down

0 comments on commit 268a313

Please sign in to comment.