mirror of https://github.com/openkruise/charts.git
modify kruise-game v0.8.0
This commit is contained in:
parent
af1d4a6f5c
commit
a57e727f76
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -16,6 +16,12 @@ data:
|
|||
[alibabacloud.slb]
|
||||
max_port = 700
|
||||
min_port = 500
|
||||
|
||||
[volcengine]
|
||||
enable = true
|
||||
[volcengine.clb]
|
||||
max_port = 700
|
||||
min_port = 500
|
||||
controller_manager_config.yaml: |
|
||||
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
|
||||
kind: ControllerManagerConfig
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue