Commit 0467664
fix(manifests): match minio PVC storage to cluster value (#1017)
## Summary
- Updates minio-data PVC from `50Gi` to `100Gi` to match the current
cluster value
- The PVC was manually expanded on the cluster but the manifest was
never updated, causing deploy failures
(`spec.resources.requests.storage: Forbidden: field can not be less than
previous value`)
## Test plan
- [ ] Verify the release deploy workflow passes: the `oc apply -k` step
should no longer fail on the minio-data PVC
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Ambient Code Bot <bot@ambient-code.local>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent de50276 commit 0467664
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments