danhuawang opened a new pull request, #7723: URL: https://github.com/apache/gravitino/pull/7723
### What changes were proposed in this pull request? 1. Gravitino start failed if launched by chart. It caused by wrong number format in conf ``` # THE CONFIGURATION FOR Gravitino Entity Cache gravitino.cache.enabled = true gravitino.cache.maxEntries = 10000 gravitino.cache.expireTimeInMs = 3.6e+06 gravitino.cache.enableStats = false gravitino.cache.enableWeigher = true gravitino.cache.implementation = caffeine ``` 2. Skip ' --check-version-increment' , because it makes no sense if this chart doesn't release to public artifactory automatically. BTW check version increment is not convenient during the Gravitino release period ### Why are the changes needed? Fix: #7720 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
