Files
service-catalog/manifests/helm/gitea/12.6.0/dip-volumes-quotas.yaml
T
wbsong111 a6e7573be4 gitea 12.6.0 에 카탈로그 관례 파일 승계 누락분 복구
12.4.0 → 12.6.0 승계 시 BUILD-README/CUSTOM-README/custom-values 3개만 옮기고
카탈로그 관례 파일 5개를 빠뜨렸다. 12.4.0 에서 그대로 승계한다:

- argo-values.yaml
- dip-questions.yaml
- dip-resources-quotas.yaml
- dip-values.yaml
- dip-volumes-quotas.yaml

dip-*.yaml 은 카탈로그 전반의 관례다(25개 이상 차트, 총 100개 파일). 갱신 대상
7개 차트 중 이 파일들을 가진 것은 gitea 뿐이라 다른 차트는 영향이 없다.

내용은 버전 의존적이지 않아(리소스/볼륨 티어, questions, ApplicationSet 용 values)
수정 없이 그대로 옮겼다.

검증: 5개 파일 모두 12.4.0 과 12.6.0 에서 helm 렌더 결과가 동일하다. dip-values.yaml
(`{{ .Name }}`·`{{ .Domain }}` 미치환)과 argo-values.yaml(postgresql/postgresql-ha
동시 활성)은 양쪽 버전에서 똑같이 렌더 실패하는데, ApplicationSet 계층이 먼저
치환·조정하는 것을 전제로 한 파일이라 원래 helm 단독 렌더 대상이 아니다 —
이번 승계로 생긴 회귀가 아님을 12.4.0 대조로 확인했다.

차트 12개 렌더 재검증 12/12 통과.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-06 10:13:11 +09:00

29 lines
382 B
YAML

small:
persistence:
size: 10Gi
storageClass: ""
postgresql:
primary:
persistence:
size: 5Gi
medium:
persistence:
size: 100Gi
storageClass: ""
postgresql:
primary:
persistence:
size: 20Gi
large:
persistence:
size: 500Gi
storageClass: ""
postgresql:
primary:
persistence:
size: 100Gi