This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new 2acdcd0a [chore] Update necessary content (#735)
2acdcd0a is described below
commit 2acdcd0a5b2be42f56e46fc25e90e364c7c542b9
Author: Jian Zhong <[email protected]>
AuthorDate: Fri Jun 20 16:59:58 2025 +0800
[chore] Update necessary content (#735)
---
Dockerfile | 15 +++++++++++++++
manifests/charts/admin/templates/_helpers.tpl | 2 --
operator/pkg/component/component.go | 8 ++++----
3 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 18c13013..17316a25 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
# Build the manager binary
FROM docker.io/golang:1.23 AS builder
ARG TARGETOS
diff --git a/manifests/charts/admin/templates/_helpers.tpl
b/manifests/charts/admin/templates/_helpers.tpl
deleted file mode 100644
index 139597f9..00000000
--- a/manifests/charts/admin/templates/_helpers.tpl
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
diff --git a/operator/pkg/component/component.go
b/operator/pkg/component/component.go
index 9edc7891..9405229b 100644
--- a/operator/pkg/component/component.go
+++ b/operator/pkg/component/component.go
@@ -102,10 +102,10 @@ var (
}
Icons = map[Name]string{
- BaseComponentName: "ðŸ”",
- NacosRegisterComponentName: "🚡",
- ZookeeperRegisterComponentName: "🚠",
- AdminComponentName: "🔬",
+ BaseComponentName: "",
+ NacosRegisterComponentName: "",
+ ZookeeperRegisterComponentName: "",
+ AdminComponentName: "",
}
)