Add chart starrocks operator 1.11.3

This commit is contained in:
wbsong111
2026-01-15 11:22:36 +09:00
parent 288d200187
commit 9137dc0d6f
5 changed files with 49 additions and 11 deletions
+7 -7
View File
@@ -31,14 +31,14 @@ $ git checkout -b update-starrocks-operator/1.11.0
cd ~/dip-catalog/charts
# helm repo 추가
helm repo add starrocks https://starrocks.github.io/operator
helm repo add starrocks ttps://starrocks.github.io/starrocks-kubernetes-operator
helm repo update
# helm 차트 조회
helm search repo starrocks/operator
# helm 차트 다운로드
helm pull starrocks/operator --version=1.11.0
helm pull starrocks/operator --version=1.11.3
# 차트 압축 해제 및 이름 변경
tar xzvf operator-*.tgz
@@ -53,22 +53,22 @@ $ git checkout -b update-starrocks-operator/1.11.0
- 갱신작업 진행후 commit
```
$ git add .
$ git commit -m "update-starrocks-operator/1.11.0"
$ git commit -m "update-starrocks-operator/1.11.3"
```
- main 브랜치에 체크아웃 후 merge
```
$ git checkout main
$ git merge update-starrocks-operator/1.11.0
$ git merge update-starrocks-operator/1.11.3
```
- git에 push 후 작업 브랜치 삭제
```
$ git push -u origin main
$ git branch -d update-starrocks-operator/1.11.0
$ git branch -d update-starrocks-operator/1.11.3
```
- git tag 추가 후 push
```
$ git tag starrocks-operator/1.11.0
$ git push origin starrocks-operator/1.11.0
$ git tag starrocks-operator/1.11.3
$ git push origin starrocks-operator/1.11.3