diff --git a/charts/starrocks-operator/.helmignore b/charts/starrocks-operator/.helmignore new file mode 100644 index 0000000..0e8a0eb --- /dev/null +++ b/charts/starrocks-operator/.helmignore @@ -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/ diff --git a/charts/starrocks-operator/BUILD-README.md b/charts/starrocks-operator/BUILD-README.md index c4767d9..fbcf536 100644 --- a/charts/starrocks-operator/BUILD-README.md +++ b/charts/starrocks-operator/BUILD-README.md @@ -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 \ No newline at end of file +$ git tag starrocks-operator/1.11.3 +$ git push origin starrocks-operator/1.11.3 \ No newline at end of file diff --git a/charts/starrocks-operator/Chart.yaml b/charts/starrocks-operator/Chart.yaml index 5bf73ef..9366a51 100644 --- a/charts/starrocks-operator/Chart.yaml +++ b/charts/starrocks-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.11.0 +appVersion: 1.11.3 description: A Helm chart for StarRocks operator home: https://github.com/StarRocks/starrocks-kubernetes-operator icon: https://avatars.githubusercontent.com/u/88238841 @@ -20,4 +20,4 @@ name: operator sources: - https://github.com/StarRocks/starrocks type: application -version: 1.11.0 +version: 1.11.3 diff --git a/charts/starrocks-operator/crds/starrocks.com_starrocksclusters.yaml b/charts/starrocks-operator/crds/starrocks.com_starrocksclusters.yaml index 84c6144..57502d6 100644 --- a/charts/starrocks-operator/crds/starrocks.com_starrocksclusters.yaml +++ b/charts/starrocks-operator/crds/starrocks.com_starrocksclusters.yaml @@ -4,7 +4,7 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.14.0 - version: v1.11.0 + version: v1.11.3 name: starrocksclusters.starrocks.com spec: group: starrocks.com @@ -1281,6 +1281,9 @@ spec: livenessProbeFailureSeconds: format: int32 type: integer + minReadySeconds: + format: int32 + type: integer nodeSelector: additionalProperties: type: string @@ -1296,6 +1299,8 @@ spec: additionalProperties: type: string type: object + podManagementPolicy: + type: string readOnlyRootFilesystem: type: boolean readinessProbeFailureSeconds: @@ -3662,6 +3667,9 @@ spec: livenessProbeFailureSeconds: format: int32 type: integer + minReadySeconds: + format: int32 + type: integer nodeSelector: additionalProperties: type: string @@ -3677,6 +3685,8 @@ spec: additionalProperties: type: string type: object + podManagementPolicy: + type: string readOnlyRootFilesystem: type: boolean readinessProbeFailureSeconds: @@ -6396,6 +6406,9 @@ spec: livenessProbeFailureSeconds: format: int32 type: integer + minReadySeconds: + format: int32 + type: integer nodeSelector: additionalProperties: type: string @@ -6411,6 +6424,8 @@ spec: additionalProperties: type: string type: object + podManagementPolicy: + type: string readOnlyRootFilesystem: type: boolean readinessProbeFailureSeconds: diff --git a/charts/starrocks-operator/values.yaml b/charts/starrocks-operator/values.yaml index 4cbf357..b43326d 100644 --- a/charts/starrocks-operator/values.yaml +++ b/charts/starrocks-operator/values.yaml @@ -36,7 +36,7 @@ starrocksOperator: image: # image sliced by "repository:tag" repository: starrocks/operator - tag: v1.11.0 + tag: v1.11.3 imagePullPolicy: Always replicaCount: 1 resources: