Skip to content

Commit

Permalink
fix(RHTAPBUGS-587): increase ResourceQuota for Snapshots
Browse files Browse the repository at this point in the history
* Snapshots are high-traffic CRs that are created
  for each version of the application
* The limit of 512 has been too low in practice

Signed-off-by: dirgim <[email protected]>
  • Loading branch information
dirgim committed Aug 16, 2023
1 parent 0ce643d commit ba1c1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsupport/tiers/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ func (a *appstudioTierChecks) GetNamespaceObjectChecks(_ string) []namespaceObje
resourceQuotaAppstudioCrds("512", "512", "512"),
resourceQuotaAppstudioCrdsBuild("512"),
resourceQuotaAppstudioCrdsGitops("512", "512", "512", "512", "512"),
resourceQuotaAppstudioCrdsIntegration("512", "512", "512"),
resourceQuotaAppstudioCrdsIntegration("512", "1024", "512"),
resourceQuotaAppstudioCrdsRelease("512", "512", "512", "512", "512"),
resourceQuotaAppstudioCrdsEnterpriseContract("512"),
resourceQuotaAppstudioCrdsSPI("512", "512", "512", "512", "512"),
Expand Down

0 comments on commit ba1c1b7

Please sign in to comment.