k8s-gerrit icon indicating copy to clipboard operation
k8s-gerrit copied to clipboard

Kubernetes support for Gerrit Code Review

Results 6 k8s-gerrit issues
Sort by recently updated
recently updated
newest added

Currently gerrit requires pulling and building via local install. May I suggest publishing a repo, even inside github? See https://github.com/kmzfs/helm-repo-in-github

I'm trying to start a site from scratch and it is erroring out as: ```console [2022-01-22 01:37:08,211] DEBUG SHA1 of file '/var/plugins/healthcheck.jar' is e968e7e833fcf39aa5de1e3511fbff9f06ae35cc [2022-01-22 01:37:08,212] DEBUG SHA1 of file...

Suggestion: Currently process employs multi dockerfile approach, which requires orchestration via shell scripts. I'd suggest going with multistage build, which would contain all logic necessary to build application in all...

when install gerrit using helm it report the class not found error ``` Jun 12, 2024 1:57:48 AM com.google.inject.assistedinject.FactoryProvider2 isValidForOptimizedAssistedInject WARNING: AssistedInject factory com.google.gerrit.sshd.DispatchCommand$Factory will be slow because class com.google.gerrit.sshd.DispatchCommand...

I wanted to run a Gerrit with a context path, like `https:///gerrit` instead of `https://`. Therefore I added these entries to the gerrit.config: ``` [httpd] listenUrl = proxy-http://*:8080/gerrit [gerrit] canonicalWebUrl...