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
+23
View File
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
+7 -7
View File
@@ -31,14 +31,14 @@ $ git checkout -b update-starrocks-operator/1.11.0
cd ~/dip-catalog/charts cd ~/dip-catalog/charts
# helm repo 추가 # 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 repo update
# helm 차트 조회 # helm 차트 조회
helm search repo starrocks/operator helm search repo starrocks/operator
# helm 차트 다운로드 # helm 차트 다운로드
helm pull starrocks/operator --version=1.11.0 helm pull starrocks/operator --version=1.11.3
# 차트 압축 해제 및 이름 변경 # 차트 압축 해제 및 이름 변경
tar xzvf operator-*.tgz tar xzvf operator-*.tgz
@@ -53,22 +53,22 @@ $ git checkout -b update-starrocks-operator/1.11.0
- 갱신작업 진행후 commit - 갱신작업 진행후 commit
``` ```
$ git add . $ git add .
$ git commit -m "update-starrocks-operator/1.11.0" $ git commit -m "update-starrocks-operator/1.11.3"
``` ```
- main 브랜치에 체크아웃 후 merge - main 브랜치에 체크아웃 후 merge
``` ```
$ git checkout main $ git checkout main
$ git merge update-starrocks-operator/1.11.0 $ git merge update-starrocks-operator/1.11.3
``` ```
- git에 push 후 작업 브랜치 삭제 - git에 push 후 작업 브랜치 삭제
``` ```
$ git push -u origin main $ 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 추가 후 push
``` ```
$ git tag starrocks-operator/1.11.0 $ git tag starrocks-operator/1.11.3
$ git push origin starrocks-operator/1.11.0 $ git push origin starrocks-operator/1.11.3
+2 -2
View File
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: 1.11.0 appVersion: 1.11.3
description: A Helm chart for StarRocks operator description: A Helm chart for StarRocks operator
home: https://github.com/StarRocks/starrocks-kubernetes-operator home: https://github.com/StarRocks/starrocks-kubernetes-operator
icon: https://avatars.githubusercontent.com/u/88238841 icon: https://avatars.githubusercontent.com/u/88238841
@@ -20,4 +20,4 @@ name: operator
sources: sources:
- https://github.com/StarRocks/starrocks - https://github.com/StarRocks/starrocks
type: application type: application
version: 1.11.0 version: 1.11.3
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata: metadata:
annotations: annotations:
controller-gen.kubebuilder.io/version: v0.14.0 controller-gen.kubebuilder.io/version: v0.14.0
version: v1.11.0 version: v1.11.3
name: starrocksclusters.starrocks.com name: starrocksclusters.starrocks.com
spec: spec:
group: starrocks.com group: starrocks.com
@@ -1281,6 +1281,9 @@ spec:
livenessProbeFailureSeconds: livenessProbeFailureSeconds:
format: int32 format: int32
type: integer type: integer
minReadySeconds:
format: int32
type: integer
nodeSelector: nodeSelector:
additionalProperties: additionalProperties:
type: string type: string
@@ -1296,6 +1299,8 @@ spec:
additionalProperties: additionalProperties:
type: string type: string
type: object type: object
podManagementPolicy:
type: string
readOnlyRootFilesystem: readOnlyRootFilesystem:
type: boolean type: boolean
readinessProbeFailureSeconds: readinessProbeFailureSeconds:
@@ -3662,6 +3667,9 @@ spec:
livenessProbeFailureSeconds: livenessProbeFailureSeconds:
format: int32 format: int32
type: integer type: integer
minReadySeconds:
format: int32
type: integer
nodeSelector: nodeSelector:
additionalProperties: additionalProperties:
type: string type: string
@@ -3677,6 +3685,8 @@ spec:
additionalProperties: additionalProperties:
type: string type: string
type: object type: object
podManagementPolicy:
type: string
readOnlyRootFilesystem: readOnlyRootFilesystem:
type: boolean type: boolean
readinessProbeFailureSeconds: readinessProbeFailureSeconds:
@@ -6396,6 +6406,9 @@ spec:
livenessProbeFailureSeconds: livenessProbeFailureSeconds:
format: int32 format: int32
type: integer type: integer
minReadySeconds:
format: int32
type: integer
nodeSelector: nodeSelector:
additionalProperties: additionalProperties:
type: string type: string
@@ -6411,6 +6424,8 @@ spec:
additionalProperties: additionalProperties:
type: string type: string
type: object type: object
podManagementPolicy:
type: string
readOnlyRootFilesystem: readOnlyRootFilesystem:
type: boolean type: boolean
readinessProbeFailureSeconds: readinessProbeFailureSeconds:
+1 -1
View File
@@ -36,7 +36,7 @@ starrocksOperator:
image: image:
# image sliced by "repository:tag" # image sliced by "repository:tag"
repository: starrocks/operator repository: starrocks/operator
tag: v1.11.0 tag: v1.11.3
imagePullPolicy: Always imagePullPolicy: Always
replicaCount: 1 replicaCount: 1
resources: resources: