Commit graph

19 commits

Author SHA1 Message Date
d18ec2fd2f fix(actions): install kubectl before creating test cluster
Some checks failed
/ validate (push) Failing after 6s
2026-05-20 17:01:53 +02:00
b582c1205b fix(actions): update DOCKER_HOST env var to an internal IP that docker daemon runs on
Some checks failed
/ validate (push) Failing after 33s
2026-05-20 15:59:04 +02:00
e1c517afa3 test(actions): check if the docker daemon is reachable on loopback addresses
Some checks failed
/ validate (push) Failing after 10s
2026-05-20 15:57:19 +02:00
629f1b89e7 fix(actions): set DOCKER_HOST env var to tcp instead of unix socket
Some checks failed
/ validate (push) Failing after 6s
2026-05-20 15:53:15 +02:00
de8285b94d fix(actions): chmod +x the k3d binary before executing it
Some checks failed
/ validate (push) Failing after 8s
2026-05-20 15:51:03 +02:00
64b54ce654 fix(actions): install curl in runner during the setup
Some checks failed
/ validate (push) Failing after 5s
2026-05-20 15:47:46 +02:00
3e12c659a6 fix(actions): change default shell from bash to sh in runner
Some checks failed
/ validate (push) Failing after 8s
2026-05-20 15:42:53 +02:00
1202879644 fix(actions): install bash into the runner before testing
Some checks failed
/ validate (push) Failing after 2s
2026-05-20 15:40:47 +02:00
48fb1e53a5 fix(actions): use curl to install k3d as wget had SSL errors in node:22
Some checks failed
/ validate (push) Has been cancelled
2026-05-20 15:17:37 +02:00
31cdd0704c fix(actions): install k3d binary to /tmp 2026-05-20 12:04:44 +02:00
6a7619406d fixup! fix(actions): install curl into the runner before running k3d install script
Some checks failed
/ validate (push) Failing after 15m5s
2026-05-20 11:55:35 +02:00
ccb98da243 fix(actions): install k3d binary directly instead of running the install script
Some checks failed
/ validate (push) Failing after 4s
2026-05-20 11:54:12 +02:00
b2d8c623f2 fix(actions): install curl into the runner before running k3d install script
Some checks failed
/ validate (push) Has been cancelled
2026-05-20 11:40:33 +02:00
15bee50699 fix(actions): switch k3d installation from sh to bash
Some checks failed
/ validate (push) Has been cancelled
2026-05-20 10:41:07 +02:00
0a806d8620 feat(actions): added k3d test to CI workflow on push
Some checks failed
/ validate (push) Has been cancelled
2026-05-20 10:36:31 +02:00
c9700654f7 fix(actions): switch from curl to wget
All checks were successful
/ validate (push) Successful in 4s
2026-05-19 19:37:52 +02:00
9ab1fc988b fix(actions): add verbosity to curl command
All checks were successful
/ validate (push) Successful in 5s
2026-05-19 19:29:11 +02:00
425be27aad fix(actions): let kubeconform use custom CRDs and ignore unknown ones 2026-05-19 15:56:22 +02:00
9e5b996cb7 feat: added forgejo workflow to validate yaml manifests with kubeconform 2026-05-19 15:36:33 +02:00