Skip to content

GuyIEX/confluent-operator-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

confluent-operator-helper

Helpers for working with the Confluent Operator

Searches the current directory for yaml files that contain references to container images. It then searches Docker Hub for the latest version of that image. This tool does not take into account version compatibilities. For example, if executed against a directory containing Confluent Operator 1.5.2 it will report the original tag of an image as something like 5.5.2.0 and the latest version as something like 6.1.0.0, but that doesn't guarantee that version of Operator will work with the latest version of the image. The following environment variables are used.

  • REGISTRY : Registry to search for the latest versions (default: https://registry.hub.docker.com)
  • OPERATOR_DIR : Directory to search for image references (default: current directory, i.e. '.')

Released Operators

About

Helpers for working with the Confluent Operator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages