Skip to content

Commit

Permalink
Remove default empty value for image-expires-after
Browse files Browse the repository at this point in the history
So that we are always forced to provide a value for this parameter
and hopefully always have expiration configured.
  • Loading branch information
msugakov committed Oct 8, 2024
1 parent 4d56577 commit fba31fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .tekton/collector-component-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ spec:
description: Java build
name: java
type: string
- default: ""
description: Image tag expiration time, time values could be something like
- description: Image tag expiration time, time values could be something like
1h, 2d, 3w for hours, days, and weeks, respectively.
name: image-expires-after
type: string
Expand Down

0 comments on commit fba31fa

Please sign in to comment.