Skip to content

Commit

Permalink
remove dependency (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: “skkkkkkk” <sk01199367@alibaba-inc.com>
Co-authored-by: “skkkkkkk” <sk01199367@alibaba-inc.com>
  • Loading branch information
songkang7 and “skkkkkkk” committed Jul 12, 2023
1 parent 22e34d1 commit 27a0f0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
11 changes: 3 additions & 8 deletions versions/kruise-game/0.4/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 2 additions & 3 deletions versions/kruise-game/0.4/README.MD
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Kruise Game v0.4.0
# Kruise Game v0.4.1

## Configuration

The following table lists the configurable parameters of the kruise-game chart and their default values.

| 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` |
Expand All @@ -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` |
Expand Down
3 changes: 1 addition & 2 deletions versions/kruise-game/0.4/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# values for rollout installation
installation:
kruise: true
namespace: kruise-game-system
createNamespace: true

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

Expand Down

0 comments on commit 27a0f0e

Please sign in to comment.