Skip to content

Commit d7eea7f

Browse files
author
Barkha Choithani
committed
added change for xdqp-ssl setting
1 parent fb01164 commit d7eea7f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

charts/templates/statefulset.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ spec:
4545
fi
4646
GROUP_CFG_TEMPLATE='{"group-name":"%s", "xdqp-ssl-enabled":"%s"}'
4747
GROUP_CFG=$(printf "$GROUP_CFG_TEMPLATE" "$MARKLOGIC_GROUP" "$XDQP_SSL_ENABLED")
48-
log "Info: [initContainer] GROUP_CFG: $GROUP_CFG"
4948
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}`
5049
if [[ ${GROUP_RESP_CODE} -eq 200 ]]; then
5150
log "Info: [initContainer] Skipping creation of group $MARKLOGIC_GROUP as it already exists on the MarkLogic cluster."

charts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ bootstrapHostName: ""
1818

1919
# Marklogic image parameters
2020
image:
21-
repository: marklogic-centos/marklogic-server-centos
22-
tag: '20220914'
21+
repository: marklogicdb/marklogic-db
22+
tag: latest
2323
pullPolicy: IfNotPresent
2424

2525
# Init container image parameters

0 commit comments

Comments
 (0)