Skip to content

Simple webhook for updating kustomization image tags

License

Notifications You must be signed in to change notification settings

predakanga/image-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-updater

A simple webhook for updating image tags in kustomization files.

This program is inspired by services like RenovateBot and Argo CD Image Updater, but with a significantly reduced scope.

Specifically, this service is designed to:

  • Be triggered manually
  • Allow the triggerer to specify the new image tag
  • Update resource files, not kubernetes resources
  • Create minimal git diffs (no whitespace changes/reordering)

At the minute it only handles kustomization files, but Helm values files and more are planned.