Skip to content

Commit 46d821e

Browse files
committed
Allow major upgrades in staging
1 parent dd9e076 commit 46d821e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spire/templates/apps/castle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Resources:
445445
UpdateReplacePolicy: Retain
446446
Properties:
447447
AllocatedStorage: !If [IsProduction, "400", "100"]
448-
AllowMajorVersionUpgrade: false
448+
AllowMajorVersionUpgrade: !If [IsProduction, false, true]
449449
AutoMinorVersionUpgrade: false
450450
BackupRetentionPeriod: 7
451451
CopyTagsToSnapshot: true

0 commit comments

Comments
 (0)