You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`garbageCollect.enabled`| If true, will deploy garbage-collector cronjob |`false`|
120
120
|`garbageCollect.deleteUntagged`| If true, garbage-collector will delete manifests that are not currently referenced via tag |`true`|
121
121
|`garbageCollect.schedule`| CronTab schedule, please use standard crontab format |`0 1 * * *`|
122
+
|`garbageCollect.podAnnotations`| CronJob pod Annotations. If left empty and chart `podAnnotations` are set, will use those. If both are set, these take precedence for the `garbageCollect` pods. |`{}`|
123
+
|`garbageCollect.podLabels`| CronJob pod Annotations. If left empty and chart `podLabels` are set, will use those. If both are set, these take precedence for the `garbageCollect` pods. |`{}`|
0 commit comments