Commit 576bbd2
authored
Remove --flush-cache parameter from inventory reconciler (#1828)
This parameter is no longer needed for the reconciler sync command.
Removed all related functionality including:
- CLI parameter definition in Sync.get_parser()
- flush_cache variable assignment in Sync.take_action()
- flush_cache parameter from reconciler.run() function
- FLUSH_CACHE environment variable logic
Depends-on: osism/container-image-inventory-reconciler#458
AI-assisted: Claude Code
Signed-off-by: Christian Berendt <[email protected]>1 parent 850b26c commit 576bbd2
2 files changed
+2
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 46 | | |
53 | 47 | | |
54 | 48 | | |
| |||
57 | 51 | | |
58 | 52 | | |
59 | 53 | | |
60 | | - | |
61 | 54 | | |
62 | | - | |
| 55 | + | |
63 | 56 | | |
64 | 57 | | |
65 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
0 commit comments