Julio H Morimoto

Results 17 comments of Julio H Morimoto

Strange, there is no option to disable hardware acceleration. ![image](https://user-images.githubusercontent.com/4145456/115970780-1205c480-a51b-11eb-87f2-811209de77b2.png) Adding the codec parameter to the view link works sometimes. I do believe something on my android phone is messing...

Updating `graylog.image.tag` should be enough to run a `helm upgrade...`. I've been doing it for years now. You might run into problems if you do not review the underlying default...

Just stumbled into this issue, looking for a way to use HelmRepositories from different namespaces. Currently, the `flux create helmrelease` command assumes every HelmRepository resides inside the `flux-system` namespace? In...

Hi @timmy59100 My apologies for the late response. Most likely, it's an error situation the driver is not handling well. I'm sorry for not being able to provide further support...

Thank you, @vladfr. I'm siding with @lenalebt on this one. It's possible to work around this, but if you are actually selling a product based on k8s/helm, the added complexity...

Follow up: another workaround is to use `ingress.extraTls` to define your own TLS list. ```yaml ingress: tls: false extraTls: - hosts: - my.domain.com ``` Not as intuitive, since we need...

I could send a PR, but honestly, I'm not quite sure what the best approach would be. Maybe a `hideSecretNameFromTLS` in the values.yaml? I'm terrible for naming variables 🤣 Besides,...