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

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


The following commit(s) were added to refs/heads/main by this push:
     new 686242cc1 [MINOR] Fix appVersion in Chart.yaml
686242cc1 is described below

commit 686242cc1b5ed4da434062d017cbad378e628a5e
Author: SteNicholas <[email protected]>
AuthorDate: Fri Aug 22 10:55:33 2025 +0800

    [MINOR] Fix appVersion in Chart.yaml
    
    ### What changes were proposed in this pull request?
    
    Fix `appVersion` with 0.7.0 in `Chart.yaml`. Fix #3437.
    
    ### Why are the changes needed?
    
    The `appVersion` of `Chart.yaml` is 0.5.4 at present, which does not update 
to latest version.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    CI.
    
    Closes #3438 from SteNicholas/chart-app-version.
    
    Authored-by: SteNicholas <[email protected]>
    Signed-off-by: SteNicholas <[email protected]>
---
 charts/celeborn/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/charts/celeborn/Chart.yaml b/charts/celeborn/Chart.yaml
index d547ad3b4..be3ff3995 100644
--- a/charts/celeborn/Chart.yaml
+++ b/charts/celeborn/Chart.yaml
@@ -22,7 +22,7 @@ description: >
   Intermediate data typically include shuffle and spilled data.
 type: application
 version: 0.1.0
-appVersion: 0.5.4
+appVersion: 0.7.0
 keywords:
   - Apache Celeborn
   - Big Data

Reply via email to