Skip to content

[Backport release-1.5] fix(platform): order backupstrategy-controller after cozystack-basics - #3079

Merged
myasnikovdaniil merged 1 commit into
release-1.5from
backport-3037-to-release-1.5
Jul 3, 2026
Merged

[Backport release-1.5] fix(platform): order backupstrategy-controller after cozystack-basics#3079
myasnikovdaniil merged 1 commit into
release-1.5from
backport-3037-to-release-1.5

Conversation

@github-actions

Copy link
Copy Markdown

Description

Backport of #3037 to release-1.5.

backupstrategy-controller creates the cozy-backups Bucket into the
tenant-root namespace, which cozystack-basics provisions. On a fresh
install the Bucket patch can race namespace creation and fail with
`namespaces "tenant-root" not found`, which then races the install
wait deadline and fails the run — on changes that have nothing to do
with backup ordering. Add the cozystack-basics dependsOn edge so the
target namespace exists first, pinned with a helm-unittest regression
guard.

Assisted-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
(cherry picked from commit ee853b0)
@dosubot dosubot Bot added area/platform Issues or PRs related to platform infrastructure (bundle, flux, talos, installer) backport Should change be backported on previous release kind/bug Categorizes issue or PR as related to a bug labels Jun 25, 2026
@myasnikovdaniil
myasnikovdaniil merged commit d490ebb into release-1.5 Jul 3, 2026
4 of 5 checks passed
@myasnikovdaniil
myasnikovdaniil deleted the backport-3037-to-release-1.5 branch July 3, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/platform Issues or PRs related to platform infrastructure (bundle, flux, talos, installer) backport Should change be backported on previous release kind/bug Categorizes issue or PR as related to a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants