Skip to content

Commit

Permalink
fix: Try indefinitely to upgrade gitea (#1725)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikołaj Baranowski <[email protected]>
  • Loading branch information
mikolajb authored Nov 3, 2023
1 parent 6be3645 commit 8b4f877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/gitea/8.2.0/gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ spec:
upgrade:
crds: CreateReplace
remediation:
retries: 30
# once the DB is migrated there is no point of a rollback thus we want to try unlimited number of times
retries: -1
releaseName: gitea
valuesFrom:
- kind: ConfigMap
Expand Down

0 comments on commit 8b4f877

Please sign in to comment.