Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade the CouchDB used to v3.3.3 (release-2.5) #4601

Merged
merged 1 commit into from Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -51,7 +51,7 @@ FABRIC_VER ?= 2.5.5

# 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/nwo/runner/couchdb.go
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
CouchDBDefaultImage = "couchdb:3.3.2"
CouchDBDefaultImage = "couchdb:3.3.3"
CouchDBUsername = "admin"
CouchDBPassword = "adminpw"
)
Expand Down