You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/21 11:37:53 UTC

[GitHub] [inlong] shink commented on pull request #4729: [INLONG-4727][Doc] Update InLong project link in readme and pom.xml

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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org