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 2aea444f release-0.3.0 (#832)
2aea444f is described below

commit 2aea444f8865b9f4f8c583c0db7293a136821a37
Author: Southern Cross <[email protected]>
AuthorDate: Mon Dec 1 20:18:47 2025 +0800

    release-0.3.0 (#832)
---
 manifests/charts/dubbo-control/dubbo-discovery/values.yaml | 2 +-
 pkg/kube/inject/inject.go                                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifests/charts/dubbo-control/dubbo-discovery/values.yaml 
b/manifests/charts/dubbo-control/dubbo-discovery/values.yaml
index 9fa297d4..991d319f 100644
--- a/manifests/charts/dubbo-control/dubbo-discovery/values.yaml
+++ b/manifests/charts/dubbo-control/dubbo-discovery/values.yaml
@@ -15,7 +15,7 @@
 
 _internal_default_values_not_set:
   hub: ""
-  tag: 0.3.0-debug
+  tag: 0.3.0
   image: planet
 
   resources:
diff --git a/pkg/kube/inject/inject.go b/pkg/kube/inject/inject.go
index dc4e2009..6ff70b8a 100644
--- a/pkg/kube/inject/inject.go
+++ b/pkg/kube/inject/inject.go
@@ -116,7 +116,7 @@ func RunTemplate(params InjectionParameters) (mergedPod 
*corev1.Pod, templatePod
                MeshConfig:               meshConfig,
                Values:                   params.valuesConfig.asMap,
                Revision:                 params.revision,
-               ProxyImage:               
getProxyImage(params.valuesConfig.asMap, "mfordjody/proxyadapter:0.3.0-debug"),
+               ProxyImage:               
getProxyImage(params.valuesConfig.asMap, "mfordjody/proxyadapter:0.3.0"),
                InboundTrafficPolicyMode: InboundTrafficPolicyMode(meshConfig),
                CompliancePolicy:         common_features.CompliancePolicy,
        }

Reply via email to