mirror of https://github.com/openkruise/charts.git
remove dependency (#57)
Signed-off-by: “skkkkkkk” <sk01199367@alibaba-inc.com> Co-authored-by: “skkkkkkk” <sk01199367@alibaba-inc.com>
This commit is contained in:
parent
22e34d104c
commit
27a0f0e0a2
|
|
@ -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"
|
||||
|
|
@ -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` |
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue