Alexandre Pinon

Results 33 comments of Alexandre Pinon

Hi there. Is there any tips or tricks to make PR build at the moment, before drone support it? Any jenkins integration or call to drone cli... or something? Just...

I can't, the images are not mine.

> I am seeing this as well on flux 0.20 it seems like diffing with helmreleases is broken. It also seems that if I delete a resource manually flux doesn't...

You need to take a look at the apprise doc here to setup email notifications https://github.com/caronc/apprise#email-support

Hi @jboesh. It looks like your compose file is missing an important bit, the **docker socket**. You should add the following lines in your file: ``` volumes: - "/var/run/docker.sock:/var/run/docker.sock:ro" ```...

https://www.dockupdater.dev/Labels.html#disable-update

Maybe use this instead https://crazymax.dev/diun/ https://github.com/crazy-max/diun/

May I ask here what is the differance between both versions ( shout and thelounge ? )

Closing as deprecated repo

The problem is most likely solved with the help of `systemd.unified_cgroup_hierarchy=0` I'm on Archlinux Kernel 5.15.5 using systemd-boot. Cgroupv2 is enabled. Using the above kernel option, fixed my issue.