Moritz Wiesinger

Results 262 comments of Moritz Wiesinger

sure @shardulsrivastava ! I also updated the ticket description a little bit.

The provider could be created and contributed as part of this issue as well. Docs for this are [here](https://keptn.sh/stable/docs/contribute/software/add-new-metric-provider/). The existing providers can be found [here](https://github.com/keptn/lifecycle-toolkit/tree/main/metrics-operator/controllers/common/providers).

i haven't heard anything unfortunately

Hi @wiika ! The scheduler is actually part of the lifecycle operator subchart, so for the values to be set correctly please try prefixing them with `lifecycleOperator.`

Your openshift version is based on k8s 1.26, but from k8s 1.27 the scheduler is disabled by default anyways. But you could already try and disable it in favor of...

it would be possible with renovate i believe. maybe with some additional config to cover all occurrences, but it should be possible

Something like this should work with renovate. It's a [custom regex manager](https://docs.renovatebot.com/modules/manager/regex/) that matches the goreleaser action's input for the version. It could probably be done a little nicer and...