Move non-helm changelog to solr-operator
diff --git a/helm/solr-operator/Chart.yaml b/helm/solr-operator/Chart.yaml
index 62955e2..1d492a8 100644
--- a/helm/solr-operator/Chart.yaml
+++ b/helm/solr-operator/Chart.yaml
@@ -142,6 +142,27 @@
           url: https://github.com/apache/solr-operator/issues/615
         - name: Github PR
           url: https://github.com/apache/solr-operator/pull/625
+    - kind: added
+      description: The default solr.xml now includes a `maxBooleanClauses` value of `${solr.max.booleanClauses:1024}`.
+      links:
+        - name: Github Issue
+          url: https://github.com/apache/solr-operator/issues/630
+        - name: Github PR
+          url: https://github.com/apache/solr-operator/pull/631
+    - kind: added
+      description: The default solr.xml now includes the necessary boilerplate to specify additional `sharedLib` and `allowPath` values (via the `solr.sharedLib` and `solr.allowPaths` system properties respectively).  The `metricsEnabled` system property can also be used to toggle Solr's metrics processing (defaults to `true`).  Lastly, the `solr.port.advertise` property can be used to control the port Solr is advertised under in `/live_nodes` and other cluster state.  Users providing their own `solr.xml` should replace any references to the `hostPort` system property with `solr.port.advertise`, as support for the `hostPort` placeholder will be removed in a future release.
+      links:
+        - name: Github Issue
+          url: https://github.com/apache/solr-operator/issues/635
+        - name: Github PR
+          url: https://github.com/apache/solr-operator/pull/636
+    - kind: changed
+      description: Solr's `/admin/info/health` API is now used for readiness probes by default.
+      links:
+        - name: Github Issue
+          url: https://github.com/apache/solr-operator/issues/628
+        - name: Github PR
+          url: https://github.com/apache/solr-operator/pull/629
   artifacthub.io/images: |
     - name: solr-operator
       image: apache/solr-operator:v0.8.0-prerelease
diff --git a/helm/solr/Chart.yaml b/helm/solr/Chart.yaml
index 5fda1c1..3afbca3 100644
--- a/helm/solr/Chart.yaml
+++ b/helm/solr/Chart.yaml
@@ -48,27 +48,6 @@
           url: https://github.com/apache/solr-operator/issues/616
         - name: Version Compatibility Documentation
           url: https://apache.github.io/solr-operator/docs/upgrade-notes.html#solr-versions
-    - kind: changed
-      description: The default solr.xml now includes a `maxBooleanClauses` value of `${solr.max.booleanClauses:1024}`.
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/630
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/631
-    - kind: changed
-      description: The default solr.xml now includes the necessary boilerplate to specify additional `sharedLib` and `allowPath` values (via the `solr.sharedLib` and `solr.allowPaths` system properties respectively).  The `metricsEnabled` system property can also be used to toggle Solr's metrics processing (defaults to `true`).  Lastly, the `solr.port.advertise` property can be used to control the port Solr is advertised under in `/live_nodes` and other cluster state.  Users providing their own `solr.xml` should replace any references to the `hostPort` system property with `solr.port.advertise`, as support for the `hostPort` placeholder will be removed in a future release.
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/635
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/636
-    - kind: changed
-      description: Solr's `/admin/info/health` API is now used for readiness probes by default.
-      links:
-        - name: Github Issue
-          url: https://github.com/apache/solr-operator/issues/628
-        - name: Github PR
-          url: https://github.com/apache/solr-operator/pull/629
   artifacthub.io/containsSecurityUpdates: "false"
   artifacthub.io/recommendations: |
     - url: https://artifacthub.io/packages/helm/apache-solr/solr-operator