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

ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new 795b7d96a [hotfix][helm] Update image repository to use 'apache/fluss' 
instead of 'fluss' (#2340)
795b7d96a is described below

commit 795b7d96af965c18e14caef1eb0aa2bb40ad68ad
Author: Muhammet Orazov <[email protected]>
AuthorDate: Fri Jan 23 10:59:24 2026 +0100

    [hotfix][helm] Update image repository to use 'apache/fluss' instead of 
'fluss' (#2340)
---
 helm/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/values.yaml b/helm/values.yaml
index 9a1712475..9cf4b9329 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -22,7 +22,7 @@
 
 image:
   registry: ""
-  repository: fluss
+  repository: apache/fluss
   tag: "0.9.0-incubating"
   pullPolicy: IfNotPresent
   pullSecrets: []

Reply via email to