hamelg
hamelg
I have this issue with these helm version embedded in my argocd-repo-server : version.BuildInfo{Version:"v3.11.2", GitCommit:"5307b09986704410394ccdae24e40933db4a9a0b", GitTreeState:"", GoVersion:"go1.19.13"} ersion.BuildInfo{Version:"v3.12.0", GitCommit:"c9f554d75773799f72ceef38c51210f1842a1dea", GitTreeState:"clean", GoVersion:"go1.20.4"}
This issue is still present in v1.6.1.
There is a bug when modifying the serviceaccount in the argocd crd : the operator does not reconcile the deployment. Manually deleting the deployment resolves the issue.
Setting these environment variables did the trick : ``` - name: XDG_CONFIG_HOME value: /tmp/.chromium - name: XDG_CACHE_HOME value: /tmp/.chromium ``` I have no explanation as to why these variables are...
Thanks for the tip. When I need O365 interactive authentication I use the java azul zulu15.38.17-ca-fx-jre15.0.6. But this has no impact on this issue.
I tried it, but it changes nothing. The issue persists. Is it the right build ? https://ci.appveyor.com/api/projects/mguessan/davmail/artifacts/dist%2Fdavmail-6.4.0-trunk.zip?job=Environment%3A%20JAVA_HOME%3DC%3A%5CProgram%20Files%5CJava%5Cjdk1.8.0
> [@ksmithguru](https://github.com/ksmithguru), the author of DavMail has already made some changes for this, but they haven't been formally released yet. Can you download the trunk build (links are in the...
I have updated to version 6.5.1 and the problem persists. Please reopen this issue.
You need to provide an image with a journalctl compatible with the host running the container. With openshift we build a custom image from the toolbox image. Here is a...