Jesse Hitch
Jesse Hitch
My issue may be unrelated as windows is being discussed here and I'm on macOS, but my colors are also not as would seem correct. I have `set termguicolors` in...
Just wanted to share the error is still present: ```yaml # argocd version argocd: v3.2.2+8d0dde1 BuildDate: 2025-12-18T13:00:33Z GitCommit: 8d0dde1388a92ca4dc0daacec5707f4378b9d06a GitTreeState: clean GoVersion: go1.25.5 Compiler: gc Platform: linux/amd64 {"execID":"55c02","level":"error","msg":"`helm version --client...
For right now, you still need a persistent volume for the config directory as well, even when using S3. That's been my experience, at least. You can set persistence in...
I haven't tested this in about 6 months, but I thought there was something that changed in the config directory that prevented this from working. I can't remember what it...
I haven't had a chance to test this again because I was waiting for the following to be merged: - https://github.com/nextcloud/docker/pull/2271 - https://github.com/nextcloud/helm/pull/614 In the meantime, @wrenix have you used...
So I think you, @WladyX, and @kquinsland are onto something with the `installed_version` note. I also took a look at https://github.com/nextcloud/docker/issues/1006 again. So in the [docker-entrypoint.sh](https://github.com/nextcloud/docker/blob/30b570f0b553736d63dc63cf487ff1e5e5331474/docker-entrypoint.sh#L144-L148) script, we're looking for...
So then the question is: is there a way to accommodate not having to manage PVCs while using S3? 🤔 Could we maybe add some sort of configmap with a...
no problem. Where can we find your official announcements for the community, so I can keep an eye out? :)
As a work around, I'm just using the `externalRedis` parameters and setting `redis.enabled` to false.
I'll do my best to get this done in the next couple of weeks, but if I don't, or someone else has the time sooner, please feel free to submit...