Open IvoGoman opened 2 months ago
@drochow @dimtas could you take a look?
@IvoGoman can you please verify that this is fixed?
Looks good with regards to the port. Could you provide an update to the PluginDefinition?
Metrics scraping from within Greenhouse will not be possible with how the chart is currently configured, as it is hard-coded to the Kubernetes prometheis from our internal infrastructure.
Currently we deploying the chart using helm manually and not using the gh workflow since it's in development. I guess this is why it doesn't shown.
I only noticed this because the Chart is added to the PluginDefinition and thus gets deployed. In this case the reconciliation for the chart is continuously failing.
I see. So, if I bump up the version to 3.0.1 in here: https://github.com/cloudoperators/greenhouse-extensions/blob/59d07c21da02176a5392511f3e4aacfaee8fd51f/heureka/plugindefinition.yaml#L18
This will suppress the warning?
Yes, best to also bump the patch level on the PluginDefinition as well
I just noticed that the chart version was not bumped in this repo, but only in the greenhouse-extensions
.
Priority
None
Description
The Heureka Chart can currently not be installed, because the '.Values.service.port' is exposed twice as two different named ports. This is not allowed and results in:
Reproduction steps
Manifests
No response
Screenshots
No response