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
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_MODE`|:white_circle:| Trigger for each container update or trigger once with all available updates as a list |`simple`, `batch`|`simple`|
22
-
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_ONCE`|:white_circle:| Run trigger once (do not repeat previous results) |`true`, `false`|`true`|
23
-
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_THRESHOLD`|:white_circle:| The threshold to reach to run the trigger |`all`, `major`, `minor`, `patch`|`all`|
24
-
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_SIMPLETITLE`|:white_circle:| The template to use to render the title of the notification (simple mode) | String template with placeholders `${id}``${name}``${watcher}``${kind}``${semver}``${local}``${remote}``${link}`|`New ${kind} found for container ${name}`|
25
-
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_BATCHTITLE`|:white_circle:| The template to use to render the title of the notification (batch mode) | String template with placeholders `${count}`|`${count} updates available`|
26
-
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_SIMPLEBODY`|:white_circle:| The template to use to render the body of the notification | String template with placeholders `${id}``${name}``${watcher}``${kind}``${semver}``${local}``${remote}``${link}`|`Container ${name} running with ${kind} ${local} can be updated to ${kind} ${remote} \n ${link}`|
19
+
| Env var | Required | Description | Supported values | Default value when missing |
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_AUTO`|:white_circle:|`true` to automatically execute the trigger. `false` to manually execute it (from UI, API...) |`true`, `false`|`true`|
22
+
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_BATCHTITLE`|:white_circle:| The template to use to render the title of the notification (batch mode) | String template with placeholders `${count}`|`${count} updates available`|
23
+
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_MODE`|:white_circle:| Trigger for each container update or trigger once with all available updates as a list |`simple`, `batch`|`simple`|
24
+
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_ONCE`|:white_circle:| Run trigger once (do not repeat previous results) |`true`, `false`|`true`|
25
+
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_SIMPLEBODY`|:white_circle:| The template to use to render the body of the notification | String template with placeholders `${id}``${name}``${watcher}``${kind}``${semver}``${local}``${remote}``${link}`|`Container ${name} running with ${kind} ${local} can be updated to ${kind} ${remote} \n ${link}`|
26
+
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_SIMPLETITLE`|:white_circle:| The template to use to render the title of the notification (simple mode) | String template with placeholders `${id}``${name}``${watcher}``${kind}``${semver}``${local}``${remote}``${link}`|`New ${kind} found for container ${name}`|
27
+
|`WUD_TRIGGER_{trigger_type}_{trigger_name}_THRESHOLD`|:white_circle:| The threshold to reach to run the trigger |`all`, `major`, `minor`, `patch`|`all`|
27
28
28
29
?> Threshold `all` means that the trigger will run regardless of the nature of the change
29
30
@@ -35,7 +36,6 @@ All implemented triggers, in addition to their specific configuration, also supp
35
36
36
37
?> `WUD_TRIGGER_{trigger_type}_{trigger_name}_ONCE=false` can be useful when `WUD_TRIGGER_{trigger_type}_{trigger_name}_MODE=batch` to get a report with all pending updates.
0 commit comments