Skip to content

Commit

Permalink
Upgrade the CouchDB used to v3.3.3 (release-2.2)
Browse files Browse the repository at this point in the history
Move to CouchDB v3.3.3.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Jan 12, 2024
1 parent a34d0c4 commit fdb3255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ BASE_VERSION = 2.2.14

# 3rd party image version
# These versions are also set in the runners in ./integration/runners/
COUCHDB_VER ?= 3.3.2
COUCHDB_VER ?= 3.3.3
KAFKA_VER ?= 5.3.1
ZOOKEEPER_VER ?= 5.3.1

Expand Down
2 changes: 1 addition & 1 deletion integration/runner/couchdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/tedsuo/ifrit"
)

const CouchDBDefaultImage = "couchdb:3.3.2"
const CouchDBDefaultImage = "couchdb:3.3.3"
const CouchDBUsername = "admin"
const CouchDBPassword = "adminpw"

Expand Down

0 comments on commit fdb3255

Please sign in to comment.