-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
FEATURERequest for feature.Request for feature.
Description
Bug Description
Upgrade of the observability and cert-manager packages fails due to dependency/conflict issues when both components coexist.
Observed Behavior:
- Upgrade of Observability from 0.1.3 → 0.1.5 fails.
- Upgrade of Cert-manager from 0.1.2 → 0.1.4 fails when Observability is still installed.
- Upgrade of Cert-manager succeeds only when Observability is deleted first (workaround).
Expected Behavior:
- The system should allow sequential upgrades — Cert-manager should upgrade successfully even if the Observability package is still present.
- Observability upgrade should also complete smoothly after the cert-manager upgrade without requiring manual deletion.
OR - When upgrading the Observability package, if it depends on a newer Cert-manager version:
a. The system should automatically upgrade Cert-manager first.
b. Once Cert-manager upgrade succeeds, proceed with Observability package upgrade.
User should not need to manually delete or manage dependency packages.
System Setup
Orchestrator v3.1.2
Reproducible Steps
- Deploy Observability v0.1.3 and there by the system deploys Cert-manager v0.1.2.
- Attempt to upgrade Observability to v0.1.5.
→ Upgrade fails. - Attempt to upgrade Cert-manager to v0.1.4 while Observability v0.1.3 is present.
→ Upgrade fails. - Delete Observability package.
- Retry Cert-manager upgrade.
→ Upgrade succeeds.
Workaround:
Manually delete the Observability package before upgrading Cert-manager.
Impact:
Users are forced to remove the Observability package to perform Cert-manager upgrades, which results in monitoring downtime and breaks the ideal upgrade flow.
Root Cause Analysis
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FEATURERequest for feature.Request for feature.