Skip to content

Commit 15bf026

Browse files
committed
upgrade mongodb sharded version in charts
1 parent a83f43c commit 15bf026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution-base/mongodb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CHART_DIR:="${ROOT_DIR}/charts"
33

44
CHART_REPO:="https://charts.bitnami.com/bitnami"
55
CHART_MONGO_REPLICASET_VERSION:="7.8.0"
6-
CHART_MONGO_SHARDED_VERSION:="6.6.7"
6+
CHART_MONGO_SHARDED_VERSION:="7.9.1"
77

88
PATCH_DIR:="${ROOT_DIR}/patches"
99
PATCH_FILES:="$(shell ls -d ${PATCH_DIR}/*)"

0 commit comments

Comments
 (0)