Maxim Danilov
Maxim Danilov
Hi, we're experiencing Renovate closing PRs when a registry (quay.io in our case) is down and throws 500s. Would it be possible to somehow disable the PR closing in this...
@jimpriest @bartdag Any updates on this PR?
Similar issue in kubeval repo: https://github.com/instrumenta/kubeval/issues/189
@garethr do you have an opinion on this one?
@nicorikken We gave up on the idea of using `kubeval` for this, instead for deprecation checks we run https://github.com/open-policy-agent/conftest using REGO policies (https://github.com/swade1987/deprek8ion/tree/master/policies could be a source of inspiration for...
Hi @bjoernhaeuser , is there any movement on this issue? This PR has been suggested almost two years ago as a solution: https://github.com/jenkinsci/ghprb-plugin/pull/639 Any reason why it's still not merged?...
Struggling with the same issue, I went for an approach of choosing HA over scan data export, by manually moving from PVC volume type to emptyDir: ```yml - name: job-scandata-exports...
also very interested in seeing this implemented, are there any updates on this feature?
@chlins we're running Harbor on GCP, with multiple instances of the `jobservice` and the anti-affinity for the pods to run on different nodes. If using the standard configuration from the...
@chlins It seems to not complain when exporting project CVEs: ``` 2023-01-16T12:51:22Z [INFO] [/jobservice/worker/cworker/c_worker.go:77]: Job incoming: {"name":"SCAN_DATA_EXPORT","id":"bda3478934353bb315599b43","t":1673873482,"args":null} 2023-01-16T12:51:22Z [INFO] [/pkg/config/rest/rest.go:47]: get configuration from url: http://registry-harbor-core:80/api/v2.0/internalconfig 2023-01-16T12:51:22Z [INFO] [/pkg/config/rest/rest.go:47]: get configuration...