Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support automatic semver upgrades #61

Open
2 tasks
thedodd opened this issue Aug 16, 2021 · 0 comments
Open
2 tasks

Support automatic semver upgrades #61

thedodd opened this issue Aug 16, 2021 · 0 comments
Labels
A-operator Hadron Kubernetes operator
Projects

Comments

@thedodd
Copy link
Collaborator

thedodd commented Aug 16, 2021

The initial release will require that the image repo and tag be hard-coded in the Stream CR. As part of this feature, we will make that block optional, and when omitted, the operator will manage the image versions and perform automatic upgrades based on maintenance windows.

  • fetch tags of hadron-stream, and determine latest release per semver compat group. Pass in latest release to StatefulSet builder.
  • Operator should check for latest tags periodically.
@thedodd thedodd created this issue from a note in Main (To do) Aug 16, 2021
@thedodd thedodd added the A-operator Hadron Kubernetes operator label Aug 16, 2021
@thedodd thedodd moved this from To do to Backlog in Main Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-operator Hadron Kubernetes operator
Projects
Main
Backlog
Development

No branches or pull requests

1 participant