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+.**