Skip to content

Commit 47e7d8b

Browse files
stevsmitSteven Smith
andauthored
Adds image expir trigger configuration field (quay#1364)
Co-authored-by: Steven Smith <[email protected]>
1 parent 8d6b6b6 commit 47e7d8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/config-fields-tag-expiration.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Can be set to seconds (`s`), days (`d`), months (`m`), weeks (`w`), or years (`y
4949

5050
|*AUTO_PRUNING_DEFAULT_POLICY_POLL_PERIOD* |Integer | The period in which the auto-pruner worker runs at the registry level. By default, it is set to run one time per day (one time per 24 hours). Value must be in seconds.
5151

52+
|*FEATURE_IMAGE_EXPIRY_TRIGGER* |Boolean |Allows users to set up notifications on image expiration. +
53+
+
54+
**Default:** False
55+
5256
|===
5357

5458
.Example tag expiration example YAML
@@ -69,6 +73,7 @@ DEFAULT_NAMESPACE_AUTOPRUNE_POLICY:
6973
method: number_of_tags
7074
value: 10 <1>
7175
AUTO_PRUNING_DEFAULT_POLICY_POLL_PERIOD: 86400
76+
FEATURE_IMAGE_EXPIRY_TRIGGER: false
7277
# ...
7378
----
7479
<1> Specifies ten tags to remain.

0 commit comments

Comments
 (0)