Skip to content

Commit

Permalink
feat: update charts version to v0.4.0 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoumo committed May 17, 2024
1 parent 53d4b69 commit 8f77668
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bin
testbin/*
Dockerfile.cross
vendor
.DS_Store

# Test binary, build with `go test -c`
*.test
Expand Down
6 changes: 3 additions & 3 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.3.0
appVersion: 0.3.0
version: 0.4.0
appVersion: 0.4.0
home: https://KusionStack.io
sources:
- https://github.com/KusionStack/operating
- https://github.com/KusionStack/operating
6 changes: 3 additions & 3 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.3.0 --set sharding.enabled=true
$helm install operating kusionstack/operating --version 0.4.0 --set sharding.enabled=true


KusionStack Operating v0.3.0 installed successfully.
Welcome! ^_^
KusionStack Operating v0.4.0 installed successfully.
Welcome! ^_^
6 changes: 6 additions & 0 deletions charts/templates/crd/apps.kusionstack.io_collasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ spec:
count to be deleted.
type: string
type: object
podToDelete:
description: PodToDelete indicates the pods which will be deleted
by CollaSet.
items:
type: string
type: array
podToExclude:
description: PodToExclude indicates the pods which will be orphaned
by CollaSet.
Expand Down
4 changes: 0 additions & 4 deletions charts/templates/crd/apps.kusionstack.io_poddecorations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5443,10 +5443,6 @@ spec:
injected with this PodDecoration
format: int32
type: integer
isEffective:
description: IsEffective indicates PodDecoration is the only one that
takes effect in the same group
type: boolean
matchedPods:
description: MatchedPods is the number of Pods whose labels are matched
with this PodDecoration's selector
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.3.0
tag: v0.4.0
repo: kusionstack/operating
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 8f77668

Please sign in to comment.