Skip to content

Commit

Permalink
feat: update chart version to v0.5.0 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaYue committed Jul 8, 2024
1 parent 96a3ab3 commit 24f2df2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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! ^_^
5 changes: 2 additions & 3 deletions charts/templates/crd/apps.kusionstack.io_collasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sharding:
controlPlane: kusionstack-operating

image:
tag: v0.4.0
tag: v0.5.0
repo: kusionstack/operating
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 24f2df2

Please sign in to comment.