chickenlj commented on code in PR #88: URL: https://github.com/apache/dubbo-kubernetes/pull/88#discussion_r1443944568
########## deploy/charts/admin/Chart.yaml: ########## @@ -13,15 +13,19 @@ # See the License for the specific language governing permissions and # limitations under the License. +annotations: + licenses: Apache-2.0 +name: admin +home: https://github.com/apache/dubbo-kubernetes +description: Admin is an application within the service governance control plane + responsible for functions such as service governance and visual representation of microservice clusters. apiVersion: v2 -name: Admin-Stack -description: "" -home: https://cn.dubbo.apache.org -kubeVersion: '>=1.28.0-0' +appVersion: 0.0.1 maintainers: -- name: dubbo +- name: Dubbo email: [email protected] +kubeVersion: '>=1.28.0-0' sources: - https://github.com/apache/dubbo-kubernetes -type: application -version: 0.1.0 \ No newline at end of file +- https://cn.dubbo.apache.org Review Comment: Change to `https://dubbo.apache.org` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
