Thibault VINCENT
Thibault VINCENT
Remove sources to prevent new users installing the deprecated chart cc #50
Currently we can't release a chart if an other from the repository fails to build or wasn't pushed. Usually because files were altered and the version not bumped yet. Perhaps...
We should try having a common format for all log message producers: ``` 2024/01/09 18:08:38 maxprocs: Updating GOMAXPROCS=1: using minimum allowed GOMAXPROCS [...] time="2024-01-09T18:08:38Z" level=info msg="no kubeconfig file provided, attempting...
Hi, Adding a new chart value to configure Prometheus relabeling rules through the PodMonitor. This facility is often used for renaming or dropping labels. Cheers
This may be considered as a very low priority. I don't know if any operator makes use of ephemeral containers yet. Currently kuik will not rewrite image locations for `ephemeralContainer`:...
When the registry is configured with filesystem persistence, it should not run as a StatefulSet but as a Deployment just like the stateless mode. In this persistence mode, the registry...
### Description of the change Introduce a new value to allow setting `minReadySeconds` in the StatefulSet spec. ### Benefits If used, it can improve availability of Keycloak during updates when...
As reported by @donch we can't reliably pass an empty string `""` in Helm value `hostPathVolumeType`. For example it works with Flux but not Helmfile.