Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
control-service: add timestamps to helm chart (#2344)
## Why? When upgrading the vdk helm chart, helm will not pull the latest image when using a meta tag (latest, stable, etc.). Helm treats tags as first-class citizens and doesn't look at the image sha. If the tag hasn't changed, then, from helm's POV, the chart hasn't changed either. This blocks us from using latests/stable tags for our test environment deployment. It also means quickstart-vdk will not use the latest images if it's upgraded. This is default helm behavior: helm/helm#5696 Note that `--recreate-pods` is no longer a thing. helm/helm#8271 ## What? Add timestamp labels to the control-service deployment.yaml This way, the helm chart will always be different, which means it will always be re-deployed. ## How was this tested? Labels are already added to the frontend deployment.yaml and it works when running quickstart-vdk ## What type of change are you making? Feature/non-breaking Signed-off-by: Dilyan Marinov <[email protected]>
- Loading branch information