remove dependency (#57)

Signed-off-by: “skkkkkkk” <sk01199367@alibaba-inc.com>
Co-authored-by: “skkkkkkk” <sk01199367@alibaba-inc.com>
This commit is contained in:
skkkkkkk 2023-07-12 17:44:14 +08:00 committed by GitHub
parent 22e34d104c
commit 27a0f0e0a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 13 deletions

View File

@ -1,16 +1,11 @@
apiVersion: v1
name: kruise-game
description: Helm chart for kruise-game components
version: 0.4.0
appVersion: 0.4.0
version: 0.4.1
appVersion: 0.4.1
kubeVersion: ">= 1.16.0-0"
sources:
- https://github.com/openkruise/kruise-game
annotations:
artifacthub.io/changes: |
- "[Changed]: https://github.com/openkruise/kruise-game/blob/master/CHANGELOG.md"
dependencies:
- name: kruise
version: "1.4.0"
repository: https://openkruise.github.io/charts/
condition: installation.kruise
- "[Changed]: https://github.com/openkruise/kruise-game/blob/master/CHANGELOG.md"

View File

@ -1,4 +1,4 @@
# Kruise Game v0.4.0
# Kruise Game v0.4.1
## Configuration
@ -6,7 +6,6 @@ The following table lists the configurable parameters of the kruise-game chart a
| Parameter | Description | Default |
|----------------------------------|------------------------------------------------------------------------------|----------------------------------|
| `installation.kruise` | Whether to install the latest version and configure the default kruise chart | `true` |
| `installation.namespace` | Namespace for kruise-game operation installation | `kruise-game-system` |
| `installation.createNamespace` | Whether to create the installation.namespace | `true` |
| `kruiseGame.fullname` | Nick name for kruise-game deployment and other configurations | `kruise-game-controller-manager` |
@ -15,7 +14,7 @@ The following table lists the configurable parameters of the kruise-game chart a
| `kruiseGame.webhook.targetPort` | ObjectSelector for workloads in MutatingWebhookConfigurations | `9876` |
| `replicaCount` | Replicas of kruise-game deployment | `1` |
| `image.repository` | Repository for kruise-game image | `openkruise/kruise-game-manager` |
| `image.tag` | Tag for kruise-game image | `v0.4.0` |
| `image.tag` | Tag for kruise-game image | `v0.4.1` |
| `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` |

View File

@ -4,7 +4,6 @@
# values for rollout installation
installation:
kruise: true
namespace: kruise-game-system
createNamespace: true
@ -19,7 +18,7 @@ replicaCount: 1
image:
repository: openkruise/kruise-game-manager
tag: v0.4.0
tag: v0.4.1
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.