drblack666 commented on issue #1347: URL: https://github.com/apache/camel-karavan/issues/1347#issuecomment-2268271367
Yeah, now it sees correct repository and according to the logs writes on the correct branch, but I can't see anything. The repository is empty. If I change image version to **4.6.0** it works fine ``` 2024-08-05 06:16:46,136 INFO [org.apa.cam.kar.lis.CommitListener] (executor-thread-14) Commit event: { "message" : "newproj", "projectId" : "newproj", "userId" : "fb1fd1b0-702d-4daa-a149-a0fea5ee54ad" } 2024-08-05 06:16:46,136 INFO [org.apa.cam.kar.ser.ProjectService] (executor-thread-14) Commit project: newproj 2024-08-05 06:16:46,137 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Commit and push project newproj 2024-08-05 06:16:46,137 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Temp folder created /tmp/bbdb8efb-93d9-44de-b698-6381014de26b13943963097886175367 2024-08-05 06:16:46,137 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Git checkout https://<gitlab_domain>/karavan-configuration 2024-08-05 06:16:46,137 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Temp folder created /tmp/bbdb8efb-93d9-44de-b698-6381014de26b13943963097886175367 2024-08-05 06:16:46,137 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Set UsernamePasswordCredentialsProvider 2024-08-05 06:16:46,178 INFO [org.ecl.jgi.tra.TransportHttp] (executor-thread-14) URI 'https://<gitlab_domain>/karavan-configuration': following HTTP redirect #0 https://<gitlab_domain>/karavan-configuration/ -> https://<gitlab_domain>/karavan-configuration.git/ 2024-08-05 06:16:46,531 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Write files for project newproj 2024-08-05 06:16:46,532 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Add file deployment.jkube.yaml 2024-08-05 06:16:46,532 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Add file application.properties 2024-08-05 06:16:46,532 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Add deleted files to git index for project newproj 2024-08-05 06:16:46,532 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Checking file application.properties 2024-08-05 06:16:46,532 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Checking file deployment.jkube.yaml 2024-08-05 06:16:46,532 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Commit and push changes to the branch master 2024-08-05 06:16:46,535 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Git add: org.eclipse.jgit.dircache.DirCache@7fd1ed39 2024-08-05 06:16:46,539 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Git commit: commit 3f078a3d6cecd883364979af159285556050eb61 1722838606 ------p 2024-08-05 06:16:46,539 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Set UsernamePasswordCredentialsProvider 2024-08-05 06:16:46,579 INFO [org.ecl.jgi.tra.TransportHttp] (executor-thread-14) URI 'https://<gitlab_domain>/karavan-configuration': following HTTP redirect #0 https://<gitlab_domain>/karavan-configuration/ -> https://<gitlab_domain>/karavan-configuration.git/ 2024-08-05 06:16:46,759 INFO [org.apa.cam.kar.ser.GitService] (executor-thread-14) Git push: [org.eclipse.jgit.transport.PushResult@51852f2c] ``` -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org