Jesse Hitch

Results 333 comments of Jesse Hitch

I added a PR to do what renovateBot can do for now, because even what it _can_ do is still better than everything dependabot can do (when it comes to...

I did a small write-up here on how I got it working for all possible helm updates, including bumping the `version` in Chart.yaml when `appVersion` changes or when an image...

@FrankelJb are you also using nginx? Which security contexts are you setting? There's a few that you can set. If we could get the security context settings from your values.yaml,...

I'm sorry you're having a bad time with this. I also had a bad time with this at first and then became sort of obsessed with trying to fix it...

@FrankelJb , for Argo CD, I detailed some of my trials in https://github.com/nextcloud/helm/issues/336#issuecomment-1509829893 if that's at all helpful. For this issue owned by root issue, also discussed in #114 ,...

@Jeroen0494 , I switched to the `26.0.0-fpm-alpine` tag and also added most of the options you'd added and `/var/www/html/config` is still owned by root when deploying with this helm chart....

@tomasodehnal , thanks for poppping in to help (in fact, thank you to everyone who has tried to pop in and help with this weird issue 😁 ). I will...

Thanks for getting back to me, @Jeroen0494 🙏 > Currently I'm not using the Helm chart, because I require certain changes (that I've created a PR for). But all my...

Here's what else I tried recently: I do not know how to set an emptyDir with the current values.yaml 🤔 ## Creating a Persistent Volume with `spec.hostPath.path` I was previously...

Popping very quickly to say I tested this on GKE with `kubernetes.io/gce-pd provisioner`, and the same issue happens :( : ```console root@nextcloud-web-app-68f6bb8fb6-nblkq:/var/www/html# ls -hal total 196K drwxrwsr-x 15 www-data www-data...