Tiago Angelo

Results 5 issues of Tiago Angelo

before: ```yaml message: 'failed to fetch Helm repository index: failed to cache index to temporary file: failed to fetch https://example.com/index.yaml : 404 Not Found' ``` now: ```yaml message: 'failed to...

This commit adds a new field `status.artifact.excludedPatternsChecksum` which is used to detect changes on `spec.ignore`, that controls the exclusions for the object's `status.artifact`. Fix: https://github.com/fluxcd/source-controller/issues/704

area/docs
enhancement
area/git
area/bucket

I'm facing problems when updating the collector version through the CRD. Apparently the label `app.kubernetes.io/version` is being updated in the Deployment `spec.template.metadata.labels` while the Service `spec.selector` is not. It causes...

bug
area:collector

### Requirement As an SRE engineer, I want to enable the [Service Performance Monitoring (SPM)](https://www.jaegertracing.io/docs/1.37/spm/) feature by querying metrics from my [Amazon Managed Service for Prometheus](https://aws.amazon.com/pt/prometheus/) ### Problem The current...

enhancement

Currently, when connecting to RabbitMQ, the client relies on a single host. ```golang var singleHost string = "amqp://guest:guest@localhost" conn, err := rabbitmq.NewConn( singleHost, rabbitmq.WithConnectionOptionsLogging, ) ``` In scenarios where high...