From 24f2df298f96343aeb2626ae589c38737e731861 Mon Sep 17 00:00:00 2001 From: AnnaYue Date: Mon, 8 Jul 2024 16:20:23 +0800 Subject: [PATCH] feat: update chart version to v0.5.0 (#226) --- Makefile | 1 + charts/Chart.yaml | 4 ++-- charts/templates/NOTES.txt | 4 ++-- charts/templates/crd/apps.kusionstack.io_collasets.yaml | 5 ++--- charts/values.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 3d04bc8d..9acfc7d2 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ help: ## Display this help. .PHONY: manifests manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects. $(CONTROLLER_GEN) rbac:roleName=manager-role crd:generateEmbeddedObjectMeta=true webhook paths="./..." output:crd:artifacts:config=config/crd/bases + rm -f charts/templates/crd/* && cp config/crd/bases/* charts/templates/crd/ .PHONY: generate generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations. diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 30787e78..74fc96a7 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: operating description: Helm chart for KusionStack Operating -version: 0.4.0 -appVersion: 0.4.0 +version: 0.5.0 +appVersion: 0.5.0 home: https://KusionStack.io sources: - https://github.com/KusionStack/operating diff --git a/charts/templates/NOTES.txt b/charts/templates/NOTES.txt index 32249b92..8ff2c806 100644 --- a/charts/templates/NOTES.txt +++ b/charts/templates/NOTES.txt @@ -14,8 +14,8 @@ Install the latest ControllerMesh. $helm install ctrlmesh kusionstack/ctrlmesh --version 0.1.2 If ControllerMesh is already installed, you can enable ShardingConfig with - $helm install operating kusionstack/operating --version 0.4.0 --set sharding.enabled=true + $helm install operating kusionstack/operating --set sharding.enabled=true -KusionStack Operating v0.4.0 installed successfully. +KusionStack Operating installed successfully. Welcome! ^_^ diff --git a/charts/templates/crd/apps.kusionstack.io_collasets.yaml b/charts/templates/crd/apps.kusionstack.io_collasets.yaml index ef973d1a..66546a96 100644 --- a/charts/templates/crd/apps.kusionstack.io_collasets.yaml +++ b/charts/templates/crd/apps.kusionstack.io_collasets.yaml @@ -227,9 +227,8 @@ spec: controlled by partition value. properties: partition: - description: Partition controls the update progress by - indicating how many pods should be updated. Defaults - to nil (all pods will be updated) + description: Partition controls the number of pods in + old revisions. Defaults to nil (all pods will be updated) format: int32 type: integer type: object diff --git a/charts/values.yaml b/charts/values.yaml index fdfc8d81..86019470 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -16,7 +16,7 @@ sharding: controlPlane: kusionstack-operating image: - tag: v0.4.0 + tag: v0.5.0 repo: kusionstack/operating pullPolicy: IfNotPresent