Skip to content

Commit 6cbbec7

Browse files
authored
upgrade kruise-game to v0.10.0 (#117)
1 parent c2d9516 commit 6cbbec7

File tree

9 files changed

+785
-856
lines changed

9 files changed

+785
-856
lines changed

incubator/kruise-game/Chart.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1+
annotations:
2+
artifacthub.io/changes: '- "[Changed]: https://github.com/openkruise/kruise-game/blob/master/CHANGELOG.md"'
13
apiVersion: v1
2-
name: kruise-game
4+
appVersion: 0.10.0
35
description: Helm chart for kruise-game components
4-
version: 0.9.1
5-
appVersion: 0.9.1
6-
kubeVersion: ">= 1.25.0-0"
6+
kubeVersion: ">= 1.16.0-0"
7+
name: kruise-game
78
icon: https://cloudcache.tencent-cloud.com/qcloud/ui/static/Industry_tke/85d71722-01ce-4630-b83e-782b18a79172.png
89
maintainers:
910
- name: rockerchen
1011
email: rockerchen@tencent.com
1112
sources:
1213
- https://github.com/openkruise/kruise-game
13-
annotations:
14-
artifacthub.io/changes: |
15-
- "[Changed]: https://github.com/openkruise/kruise-game/blob/master/CHANGELOG.md"
14+
version: 0.10.0

incubator/kruise-game/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Kruise Game v0.9.1
1+
# Kruise Game v0.10.0
22

33
## Configuration
44

@@ -16,7 +16,7 @@ The following table lists the configurable parameters of the kruise-game chart a
1616
| `kruiseGame.apiServerQpsBurst` | Maximum burst for throttle of kruise-game-controller-manager | `10` |
1717
| `replicaCount` | Replicas of kruise-game deployment | `1` |
1818
| `image.repository` | Repository for kruise-game image | `ccr.ccs.tencentyun.com/tke-market/kruise-game-manager` |
19-
| `image.tag` | Tag for kruise-game image | `v0.9.1` |
19+
| `image.tag` | Tag for kruise-game image | `v0.10.0` |
2020
| `image.pullPolicy` | ImagePullPolicy for kruise-game container | `Always` |
2121
| `serviceAccount.annotations` | The annotations for serviceAccount of kruise-game | ` ` |
2222
| `service.port` | Port of kruise-game service | `8443` |

incubator/kruise-game/templates/alibabacloud.com_poddnats.yaml

Lines changed: 0 additions & 99 deletions
This file was deleted.

incubator/kruise-game/templates/controller_manager_config.yaml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,36 @@ data:
1616
[alibabacloud.slb]
1717
max_port = 700
1818
min_port = 500
19+
block_ports = [593]
1920
[alibabacloud.nlb]
20-
max_port = 1500
21+
max_port = 1502
2122
min_port = 1000
23+
block_ports = [1025, 1434, 1068]
2224
2325
[volcengine]
2426
enable = true
2527
[volcengine.clb]
26-
max_port = 700
27-
min_port = 500
28+
max_port = 600
29+
min_port = 550
30+
block_ports = [593]
2831
2932
[aws]
3033
enable = false
3134
[aws.nlb]
3235
max_port = 30050
3336
min_port = 30001
37+
38+
[jdcloud]
39+
enable = false
40+
[jdcloud.nlb]
41+
max_port = 700
42+
min_port = 500
43+
44+
[tencentcloud]
45+
enable = true
46+
[tencentcloud.clb]
47+
min_port = 700
48+
max_port = 750
3449
controller_manager_config.yaml: |
3550
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
3651
kind: ControllerManagerConfig

incubator/kruise-game/templates/game.kruise.io_gameservers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.9.1
6+
controller-gen.kubebuilder.io/version: v0.9.0
77
creationTimestamp: null
88
name: gameservers.game.kruise.io
99
spec:

0 commit comments

Comments
 (0)