Patrice Ferlet metal3d
  • Joined on 2025-08-14
metal3d created pull request Katenary/katenary#185 2026-05-03 21:00:14 +00:00
Use traefik and fix major problems with same-pods and cronjobs
metal3d pushed to feature/move-to-traefik at Katenary/katenary 2026-05-03 20:54:43 +00:00
75dd6701a9 Fixes command expansion
dc7a8bc422 Fixes the test for cronjob
b9e81c7e49 Update docs
99c8e12f40 Use standard labels
ca9e3da208 Improve cronjobs
Compare 7 commits »
metal3d created branch feature/move-to-traefik in Katenary/katenary 2026-05-03 20:54:43 +00:00
metal3d pushed to master at Katenary/katenary 2026-05-02 12:43:04 +00:00
9924ede999 Merge pull request 'feature/better-depends-on' (#184) from feature/better-depends-on into master
7ee6b74b10 feat(depends): fixes the tests
b40378ec23 feat(quality): enhance logger
0b1a45319f feat(depends): fixes the API point
e879c3f10f feat(depends): Warn user that the service is not created
Compare 13 commits »
metal3d merged pull request Katenary/katenary#184 2026-05-02 12:43:02 +00:00
feature/better-depends-on
metal3d pushed to feature/better-depends-on at Katenary/katenary 2026-03-17 09:47:03 +00:00
7ee6b74b10 feat(depends): fixes the tests
b40378ec23 feat(quality): enhance logger
0b1a45319f feat(depends): fixes the API point
e879c3f10f feat(depends): Warn user that the service is not created
Compare 4 commits »
metal3d pushed to feature/better-depends-on at Katenary/katenary 2026-03-16 20:39:30 +00:00
985418ae51 feat(quality): fixes some bad patterns
metal3d created pull request Katenary/katenary#184 2026-03-15 20:52:48 +00:00
WIP: feature/better-depends-on
metal3d pushed to feature/better-depends-on at Katenary/katenary 2026-03-15 20:50:35 +00:00
0e133ae6db fix(path): fixing the default compose file check
5d839035b9 feat(depends): add suffix on RBAC and SA
7e1bbdc9b3 feat(quality): remove unused modules
f175416ac2 feat(quality): fix duplicates and modernize
613baaf229 feat(depends): add RBAC
Compare 5 commits »
metal3d pushed to feature/better-depends-on at Katenary/katenary 2026-03-08 22:50:32 +00:00
8fc9cb31c4 feat(depends): Check call to kubernetes API
metal3d created branch feature/better-depends-on in Katenary/katenary 2026-03-08 22:47:31 +00:00
metal3d pushed to feature/better-depends-on at Katenary/katenary 2026-03-08 22:47:31 +00:00
78b5af747e feat(depends): Use kubernetes API for depends_on management
metal3d pushed to master at Katenary/katenary 2026-03-08 21:52:29 +00:00
269717eb1c fix(err): No port with depends_on
61896baad8 feat(logger) Change others logs
feff997aba feat(logger): Add a Fatal logger
Compare 3 commits »
metal3d closed issue Katenary/katenary#182 2026-03-08 21:52:28 +00:00
Bug: no chart generated when using depends_on
metal3d pushed to master at Katenary/katenary 2026-01-28 20:34:13 +00:00
89e331069e Merge pull request 'Typo: replace "skpped" with "skipped"' (#183) from macier-pro/katenary:fix-typos into master
88ce6d4579 Typo: Replace "skpped" with "skipped"
Compare 2 commits »
metal3d merged pull request Katenary/katenary#183 2026-01-28 20:34:11 +00:00
Typo: replace "skpped" with "skipped"
metal3d commented on issue Katenary/katenary#182 2026-01-19 10:53:55 +00:00
Bug: no chart generated when using depends_on

Yes that's because you need to define a port where the "initContainer" could test the service is up. You can use the label "ports" if you don't want to expose a port from the compose file.

metal3d commented on pull request Katenary/katenary#181 2025-12-07 10:09:29 +00:00
Adding svc-optional

Thanks a lot. Is there any unit test that we can add?

metal3d pushed to master at Katenary/katenary 2025-12-07 10:08:35 +00:00
3e80221641 Merge pull request 'fix: convent error' (#178) from kanrin/katenary:master into master
990eda74eb fix: convent error
Compare 2 commits »
metal3d merged pull request Katenary/katenary#178 2025-12-07 10:08:34 +00:00
fix: convent error