File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 45
45
fi
46
46
GROUP_CFG_TEMPLATE='{"group-name":"%s", "xdqp-ssl-enabled":"%s"}'
47
47
GROUP_CFG=$(printf "$GROUP_CFG_TEMPLATE" "$MARKLOGIC_GROUP" "$XDQP_SSL_ENABLED")
48
- log "Info: [initContainer] GROUP_CFG: $GROUP_CFG"
49
48
GROUP_RESP_CODE=`curl --anyauth -m 20 -s -o /dev/null -w "%{http_code}" -X GET http://${MARKLOGIC_BOOTSTRAP_HOST}:8002/manage/v2/groups/${MARKLOGIC_GROUP} --anyauth --user ${MARKLOGIC_ADMIN_USERNAME}:${MARKLOGIC_ADMIN_PASSWORD}`
50
49
if [[ ${GROUP_RESP_CODE} -eq 200 ]]; then
51
50
log "Info: [initContainer] Skipping creation of group $MARKLOGIC_GROUP as it already exists on the MarkLogic cluster."
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ bootstrapHostName: ""
18
18
19
19
# Marklogic image parameters
20
20
image :
21
- repository : marklogic-centos /marklogic-server-centos
22
- tag : ' 20220914 '
21
+ repository : marklogicdb /marklogic-db
22
+ tag : latest
23
23
pullPolicy : IfNotPresent
24
24
25
25
# Init container image parameters
You can’t perform that action at this time.
0 commit comments