modify kruise-game v0.8.0

This commit is contained in:
李志朋 2024-04-26 16:19:57 +08:00
parent af1d4a6f5c
commit a57e727f76
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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.