Skip to content
Snippets Groups Projects

[Sidekiq] Support for podAntiAffinity with match labels of deployment name

Merged Dmytro Makovey requested to merge 2857-support-for-podantiaffinity into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -178,7 +178,9 @@ Sidekiq pods did not receive a unique selector prior to chart release
`3.0.0`. [The problems with this were documented in](https://gitlab.com/gitlab-org/charts/gitlab/-/issues/663).
Upgrades to `3.0.0` using Helm will automatically delete the old Sidekiq deployments and create new ones by appending `-v1` to the
name of the Sidekiq `Deployments`,`HPAs`, and `Pods`.
name of the Sidekiq `Deployments`,`HPAs`, and `Pods`.
Starting from `5.4.0` Helm will automatically delete old Sidekiq deployments (including ones with `-v1` suffixes) and will use `-v2` suffix for `Pods`, `Deployments` and `HPAs`.
If you continue to run into this error on the Sidekiq deployment when installing `3.0.0`, resolve these with the following
steps:
Loading