Mark Mckane
Mark Mckane
When the PR is created it changes the ``/flux-system/gotk-components.yaml and updates it with the changes to gotk-components.yaml in the PR. When we merge the the PR only way to get...
note I updated to the latest version 0.20.0 and was still seeing this issue. I tried the below though as a workaround and it seemed to have fixed it. Not...
@stefanprodan any feedback on how this should work here? It seems like nothing is referencing the flux-system folder and running the kustomization file there to run the gotk-* files against...
@kingdonb this makes some sense as to what may be happening for us and I think clarified some of my suspicions. Here is exactly what is happening from our side...
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 seem...
Seeing this as well. This is causing our pipelines to fail as we validate application health as a step using `argocd app wait --health`, but there is about a 30second...
While adding `driver: docker` does fix the issue I would prefer retaining the ability to build using the `docker-container` driver which allows for caching. Has anyone looked at this this...
Are you on GKE COS nodes? I was able to get things started by building an Ubuntu node pool and pining my containers there. edit: To add more details here...
@dillon-cullinan I also don't believe that ` echo 'runner:x:1001:1001:runner:/home/runner:/bin/ash' >> /dind-etc/passwd` is a typo of bash I believe this is an image without bash installed and it should be /bin/ash....
We are currently on 1.26 due to many many developers that won't move off deprecated API versions for a few things. I will see if we can get to 1.28...