Add chsrt starrocks 1.11.3

This commit is contained in:
wbsong111
2026-01-15 12:03:36 +09:00
parent fc1e307a0d
commit 2742d11677
5 changed files with 59 additions and 8 deletions
+7 -7
View File
@@ -9,7 +9,7 @@ $ git clone https://github.com/paasup/dip-catalog.git
- 작업 브랜치로 체크아웃
```
$ git checkout -b update-starrocks/1.11.0
$ git checkout -b update-starrocks/1.11.3
```
## 2. 차트 갱신
@@ -38,7 +38,7 @@ $ git checkout -b update-starrocks/1.11.0
helm search repo starrocks/starrocks
# helm 차트 다운로드
helm pull starrocks/starrocks --version=1.11.0
helm pull starrocks/starrocks --version=1.11.3
# 차트 압축 해제
tar xzvf starrocks-*.tgz
@@ -51,22 +51,22 @@ $ git checkout -b update-starrocks/1.11.0
- 갱신작업 진행후 commit
```
$ git add .
$ git commit -m "update-starrocks/1.11.0"
$ git commit -m "update-starrocks/1.11.3"
```
- main 브랜치에 체크아웃 후 merge
```
$ git checkout main
$ git merge update-starrocks/1.11.0
$ git merge update-starrocks/1.11.3
```
- git에 push 후 작업 브랜치 삭제
```
$ git push -u origin main
$ git branch -d update-starrocks/1.11.0
$ git branch -d update-starrocks/1.11.3
```
- git tag 추가 후 push
```
$ git tag starrocks/1.11.0
$ git push origin starrocks/1.11.0
$ git tag starrocks/1.11.3
$ git push origin starrocks/1.11.3