Skip to content

Commit

Permalink
upgrade kruise-game to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imroc committed Jan 14, 2025
1 parent c2d9516 commit 558f886
Show file tree
Hide file tree
Showing 9 changed files with 785 additions and 856 deletions.
13 changes: 6 additions & 7 deletions incubator/kruise-game/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
annotations:
artifacthub.io/changes: '- "[Changed]: https://github.com/openkruise/kruise-game/blob/master/CHANGELOG.md"'
apiVersion: v1
name: kruise-game
appVersion: 0.10.0
description: Helm chart for kruise-game components
version: 0.9.1
appVersion: 0.9.1
kubeVersion: ">= 1.25.0-0"
kubeVersion: ">= 1.16.0-0"
name: kruise-game
icon: https://cloudcache.tencent-cloud.com/qcloud/ui/static/Industry_tke/85d71722-01ce-4630-b83e-782b18a79172.png
maintainers:
- name: rockerchen
email: [email protected]
sources:
- https://github.com/openkruise/kruise-game
annotations:
artifacthub.io/changes: |
- "[Changed]: https://github.com/openkruise/kruise-game/blob/master/CHANGELOG.md"
version: 0.10.0
4 changes: 2 additions & 2 deletions incubator/kruise-game/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kruise Game v0.9.1
# Kruise Game v0.10.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 | `ccr.ccs.tencentyun.com/tke-market/kruise-game-manager` |
| `image.tag` | Tag for kruise-game image | `v0.9.1` |
| `image.tag` | Tag for kruise-game image | `v0.10.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
99 changes: 0 additions & 99 deletions incubator/kruise-game/templates/alibabacloud.com_poddnats.yaml

This file was deleted.

21 changes: 18 additions & 3 deletions incubator/kruise-game/templates/controller_manager_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,36 @@ data:
[alibabacloud.slb]
max_port = 700
min_port = 500
block_ports = [593]
[alibabacloud.nlb]
max_port = 1500
max_port = 1502
min_port = 1000
block_ports = [1025, 1434, 1068]
[volcengine]
enable = true
[volcengine.clb]
max_port = 700
min_port = 500
max_port = 600
min_port = 550
block_ports = [593]
[aws]
enable = false
[aws.nlb]
max_port = 30050
min_port = 30001
[jdcloud]
enable = false
[jdcloud.nlb]
max_port = 700
min_port = 500
[tencentcloud]
enable = true
[tencentcloud.clb]
min_port = 700
max_port = 750
controller_manager_config.yaml: |
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
kind: ControllerManagerConfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.1
controller-gen.kubebuilder.io/version: v0.9.0
creationTimestamp: null
name: gameservers.game.kruise.io
spec:
Expand Down
Loading

0 comments on commit 558f886

Please sign in to comment.