From 3c03c8f6f6ba0554fef8c2d18820269f74885606 Mon Sep 17 00:00:00 2001 From: Jason Gerlowski Date: Thu, 5 Oct 2023 10:19:01 -0400 Subject: [PATCH] Update docs/upgrade-notes.md Co-authored-by: Houston Putman --- docs/upgrade-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade-notes.md b/docs/upgrade-notes.md index 4107d224..128be56b 100644 --- a/docs/upgrade-notes.md +++ b/docs/upgrade-notes.md @@ -130,7 +130,7 @@ _Note that the Helm chart version does not contain a `v` prefix, which the downl - The `POD_HOSTNAME` envVar in SolrCloud Pods has been deprecated. Use `POD_NAME` instead. -- Use of the `hostPort` system property placeholder in custom solr.xml files has been deprecated. Use `solr.port.advertise` instead. +- Use of the `hostPort` system property placeholder in custom solr.xml files has been deprecated. Use `${solr.port.advertise:80}`, the default value used by Solr, instead. ### v0.7.0 - **Kubernetes support is now limited to 1.21+.**