feat: Annotate deployment with app config checksum #46
feat: Annotate deployment with app config checksum #46tumido merged 3 commits intobackstage:mainfrom
Conversation
tumido
left a comment
There was a problem hiding this comment.
@nikolaik thank you for your PR! 👍 This is a good addition and it make sense to reload on this particular value change.
Please bump the chart version at https://github.com/backstage/charts/blob/main/charts/backstage/Chart.yaml#L18 so this PR can pass CI checks.
See logs here for details: https://github.com/backstage/charts/actions/runs/3837640264/jobs/6541816680
This allows automatic rolling deployments on config changes
d226ac0 to
1a6237c
Compare
thanks, bumped now! |
|
Cheers for the above, although you'll need to bump the minor version as its added functionality rather than a bug fix 👍 |
1a6237c to
0331070
Compare
🤦 Fixed now |
This allows automatic rolling deployments on config changes like described in https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
Augments the functionality added in #23