Thomas Coudert

Results 11 issues of Thomas Coudert

Hello, Trying to install ketall, I couldn't because file download was in format tar.gz and not gz. You can find here my modest contribution to fix documentation. Tell me if...

Hello community, # Some context - **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.6.3 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** OVH Managed...

enhancement
help wanted
good first issue

Hello, I made some tests on containerregistry terraform module and it works very well ! I just found a small typo in the pending status that triggers error when upgrading...

Hello, By default, deployment parameter **[revisionHistoryLimit](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)** value is set 10 by default. That means that each deployment keeps the 10 last old replicaset. We would like to reduce it in...

ownby/ovh

Hello, Currently, notary signer encryption key used to encrypt privates keys in notary signer database is auto generated [here](https://github.com/goharbor/harbor-operator/blob/master/controllers/goharbor/harbor/notarysigner.go#L124). This key is not stored anywhere, if the secret `notarysigner-encryption-key` is...

release/1.3

Hello, As discussed with @steven-zou, it could be great to have an Horizontal Pod Autoscaling on core/registry. When pushing a lot of Docker image layers in //, registry consumes a...

Hello, I followed the **development** documentation, when launching harbor-operator I get the following error: `{"error": "controllers: notarysigner: setup: template: from configstore: stat: stat /etc/harbor-operator/templates/notarysigner-config.json.tmpl: no such file or directory", "errorVerbose":...

documentation

Hello, I'm trying to make an assertion with http executor with a json with a key with spaces and special characters, json extract: `{ "scan_overview": { "application/vnd.scanner.adapter.vuln.report.harbor+json; version=1.0": { "severity":...

bug

Hello, Patroni is using this library to communicate with etcd and we detected that since this [PR](https://github.com/urllib3/urllib3/pull/1507) urllib3 enable certificate validation by default so we need to manually disable it....

In Harbor v2.6, [cache layer feature](https://github.com/goharbor/perf/wiki/Cache-layer) has been introduced. We should add this option in Harbor CR and propagate it to core custom resource like it was done on [Helm...