Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update charts version to v0.4.0 #204

Merged
merged 1 commit into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading