shink commented on PR #4729: URL: https://github.com/apache/inlong/pull/4729#issuecomment-1161629438
@dockerzhang This is due to the version check. When some K8s releated files are changed, the [appVersion](https://github.com/apache/inlong/blob/b73b15efff3e8428c57dcba28df4c304ca1fa03b/docker/kubernetes/Chart.yaml#L36) should be bumped up. e.g. `1.2.1`. Or, you can add a configuration to [ct.yml](https://github.com/apache/inlong/blob/master/.github/ct.yml) to disable version check: ```yaml check-version-increment: false # default to true ``` -- 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]
