Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/config-fields-tag-expiration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Can be set to seconds (`s`), days (`d`), months (`m`), weeks (`w`), or years (`y

|*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.

|*FEATURE_IMAGE_EXPIRY_TRIGGER* |Boolean |Allows users to set up notifications on image expiration. +
+
**Default:** False

|===

.Example tag expiration example YAML
Expand All @@ -69,6 +73,7 @@ DEFAULT_NAMESPACE_AUTOPRUNE_POLICY:
method: number_of_tags
value: 10 <1>
AUTO_PRUNING_DEFAULT_POLICY_POLL_PERIOD: 86400
FEATURE_IMAGE_EXPIRY_TRIGGER: false
# ...
----
<1> Specifies ten tags to remain.
Expand Down