Skip to content

Commit

Permalink
modify kruise-game v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
李志朋 committed Apr 28, 2024
1 parent af1d4a6 commit 653d512
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/kruise-game
4 changes: 2 additions & 2 deletions versions/kruise-game/0.8/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: kruise-game
description: Helm chart for kruise-game components
version: 0.7.0
appVersion: 0.7.0
version: 0.8.0
appVersion: 0.8.0
kubeVersion: ">= 1.16.0-0"
sources:
- https://github.com/openkruise/kruise-game
Expand Down
4 changes: 2 additions & 2 deletions versions/kruise-game/0.8/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kruise Game v0.7.0
# Kruise Game v0.8.0

## Configuration

Expand All @@ -16,7 +16,7 @@ The following table lists the configurable parameters of the kruise-game chart a
| `kruiseGame.apiServerQpsBurst` | Maximum burst for throttle of kruise-game-controller-manager | `10` |
| `replicaCount` | Replicas of kruise-game deployment | `1` |
| `image.repository` | Repository for kruise-game image | `openkruise/kruise-game-manager` |
| `image.tag` | Tag for kruise-game image | `v0.7.0` |
| `image.tag` | Tag for kruise-game image | `v0.8.0` |
| `image.pullPolicy` | ImagePullPolicy for kruise-game container | `Always` |
| `serviceAccount.annotations` | The annotations for serviceAccount of kruise-game | ` ` |
| `service.port` | Port of kruise-game service | `8443` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ data:
[alibabacloud.slb]
max_port = 700
min_port = 500
[alibabacloud.nlb]
max_port = 1500
min_port = 1000
[volcengine]
enable = true
[volcengine.clb]
max_port = 700
min_port = 500
controller_manager_config.yaml: |
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
kind: ControllerManagerConfig
Expand Down
2 changes: 1 addition & 1 deletion versions/kruise-game/0.8/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ replicaCount: 1

image:
repository: openkruise/kruise-game-manager
tag: v0.7.0
tag: v0.8.0
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.

Expand Down

0 comments on commit 653d512

Please sign in to comment.