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 26, 2024
1 parent af1d4a6 commit a57e727
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 a57e727

Please sign in to comment.