From 27a0f0e0a20c158046937468a0eb6c1aa412d1a0 Mon Sep 17 00:00:00 2001 From: skkkkkkk <50290874+songkang7@users.noreply.github.com> Date: Wed, 12 Jul 2023 17:44:14 +0800 Subject: [PATCH] remove dependency (#57) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: “skkkkkkk” Co-authored-by: “skkkkkkk” --- versions/kruise-game/0.4/Chart.yaml | 11 +++-------- versions/kruise-game/0.4/README.MD | 5 ++--- versions/kruise-game/0.4/values.yaml | 3 +-- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/versions/kruise-game/0.4/Chart.yaml b/versions/kruise-game/0.4/Chart.yaml index 2f26345..a8252af 100644 --- a/versions/kruise-game/0.4/Chart.yaml +++ b/versions/kruise-game/0.4/Chart.yaml @@ -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 \ No newline at end of file + - "[Changed]: https://github.com/openkruise/kruise-game/blob/master/CHANGELOG.md" \ No newline at end of file diff --git a/versions/kruise-game/0.4/README.MD b/versions/kruise-game/0.4/README.MD index 463bd15..2852c5e 100644 --- a/versions/kruise-game/0.4/README.MD +++ b/versions/kruise-game/0.4/README.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` | diff --git a/versions/kruise-game/0.4/values.yaml b/versions/kruise-game/0.4/values.yaml index e0deaac..e912803 100644 --- a/versions/kruise-game/0.4/values.yaml +++ b/versions/kruise-game/0.4/values.yaml @@ -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.