[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 <programgeek@163.com> Signed-off-by: SteNicholas <programgeek@163.com>
This commit is contained in:
parent
8effb735f7
commit
686242cc1b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user