Skip to content

Commit

Permalink
fix: make dkp-insights use "uninstall" upgrade remediation startegy (#…
Browse files Browse the repository at this point in the history
…1702)

fix: use "uninstall" upgrade remediation startegy for dkp-insights
  • Loading branch information
asekretenko authored Oct 31, 2023
1 parent 363c216 commit 3e0ccb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions services/dkp-insights/1.0.0/helmrelease/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ spec:
upgrade:
remediation:
retries: 30
# After the database migration has happened, the previous version of
# Insights will no longer work. Hence, the default `rollback` strategy
# can be worse than no remediation at all.
# On the other hand, we go to significant lengths to ensure
# that Insights work after being uninstalled and reinstalled again
# using previously persisted data (note that uninstall does not delete
# corresponding persistent volumes).
strategy: uninstall
valuesFrom:
- kind: ConfigMap
name: dkp-insights-1.0.0-dev.3-d2iq-defaults

0 comments on commit 3e0ccb6

Please sign in to comment.