Add chart gitea 12.4.0

This commit is contained in:
wbsong111
2025-11-24 10:07:07 +09:00
parent 2a3077eee0
commit 1051a02875
385 changed files with 54063 additions and 12881 deletions
+5 -5
View File
@@ -6,12 +6,12 @@
- 서비스 카탈로그 git 다운로드
```
$ git clone https://github.com/paasup/service-catalog.git
$ git clone https://github.com/paasup/dip-catalog.git
```
- 작업 브랜치로 체크아웃
```
$ git checkout -b update-gitea/6.0.3
$ git checkout -b update-gitea/12.4.0
```
@@ -22,7 +22,7 @@ $ git checkout -b update-gitea/6.0.3
- README-build.md, custom-values.yaml을 제외한 파일 삭제
``` sh
# chart 디렉토리로 이동
cd ~/service-catalog/charts/gitea
cd dip-catalog/charts/gitea
# 파일 삭제 전 삭제할 파일 목록 확인
find . -mindepth 1 \( -name "CUSTOM-README.md" -o -name "BUILD-README.md" -o -name "custom-values.yaml" -o -name "argo-values.yaml" \) -prune -o -print
@@ -35,14 +35,14 @@ $ git checkout -b update-gitea/6.0.3
- bitnami/gitea 차트 다운로드
``` sh
# charts 디렉토리로 이동
cd ~/service-catalog/charts
cd ~/dip-catalog/charts
# helm repo 추가
helm repo add gitea-charts https://dl.gitea.io/charts/
helm repo update
# helm 차트
helm pull gitea-charts/gitea --version="6.0.3"
helm pull gitea-charts/gitea --version="12.4.0"
# 차트 변경
tar xzvf gitea-*.tgz