Skip to content

Commit

Permalink
Add auto-update for latest traefik3 image
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Jan 30, 2025
1 parent 68ee84e commit 5b534a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions retrieve-image-tags/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
"versionFilter": "^2\\.[0-9]+\\.[0-9]+$",
"latest": true
},
"traefik3": {
"images": [
"library/traefik"
],
"versionSource": "registry",
"versionFilter": "^3\\.[0-9]+\\.[0-9]+$",
"latest": true
},
"sonobuoy": {
"images": [
"sonobuoy/sonobuoy"
Expand Down

0 comments on commit 5b534a3

Please sign in to comment.