This is an automated email from the ASF dual-hosted git repository.

czy006 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d3358dc8 [Hotfix] Add missing ams-optimizing-uri to Kubernetes 
optimizer container Helm template (#4070)
3d3358dc8 is described below

commit 3d3358dc88660c9fa356d2686a70807ac27df752
Author: Jiwon Park <[email protected]>
AuthorDate: Tue Feb 3 00:08:33 2026 +0900

    [Hotfix] Add missing ams-optimizing-uri to Kubernetes optimizer container 
Helm template (#4070)
    
    Signed-off-by: j1wonpark <[email protected]>
---
 charts/amoro/templates/_optimizer.tpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/charts/amoro/templates/_optimizer.tpl 
b/charts/amoro/templates/_optimizer.tpl
index 30f62768e..1a8112092 100644
--- a/charts/amoro/templates/_optimizer.tpl
+++ b/charts/amoro/templates/_optimizer.tpl
@@ -131,6 +131,7 @@ properties:
 {{- define "amoro.optimizer.container.kubernetes" -}}
 container-impl: org.apache.amoro.server.manager.KubernetesOptimizerContainer
 properties:
+  ams-optimizing-uri: {{include "amoro.svc.optimizing.uri" . | quote}}
   {{- with .Values.optimizer.kubernetes.properties -}}
     {{- toYaml . | nindent 2 }}
   {{- end -}}

Reply via email to