Commit Graph

8 Commits

Author SHA1 Message Date
Luca Burgazzoli 3e366c0714 fix(lint): enable cyclop
Signed-off-by: Luca Burgazzoli <lburgazzoli@gmail.com>
2024-09-25 11:53:39 +02:00
Luca Burgazzoli 0682236568 Rework release leftovers gc algorithm
If the HelmInstance spec changes, all the resources get re-rendered which means some of
them may become obsolete (i.e. if some resources are moved from cluster to namespace
scope) hence a sort of "garbage collector task" must be executed.

As today, the GC logic would take into account only the resource generation, however,
when the operator is updated, the generation won't change hence a new algorithm should
be implemented to take into account also the release version.

Signed-off-by: Luca Burgazzoli <lburgazzoli@gmail.com>
2024-08-20 08:24:06 +02:00
Luca Burgazzoli 74ec9cd791
Remove dapr-sandbox leftovers
Signed-off-by: Luca Burgazzoli <lburgazzoli@gmail.com>
2024-07-23 14:05:58 +02:00
Luca Burgazzoli 8da4f1354e
chore(lint): enable wrapcheck 2024-05-17 15:57:50 +02:00
Luca Burgazzoli 7ab9424459
chore(lint): enable nlreturn 2024-05-17 08:49:40 +02:00
Luca Burgazzoli ce44e487c9
chore(lint): enable wsl 2024-05-16 15:34:01 +02:00
ItalyPaleAle b4d533a305 Remove duplicate dependencies
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-10-12 18:14:51 +00:00
Luca Burgazzoli db317478f6 feat: refacto to a custom operator leveragin helm directly instead of the operator-sdk's helm-operator 2023-08-21 14:44:14 +02:00