Skip to content

Commit

Permalink
Update kafka-ui chart version
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 24, 2024
1 parent 6be3789 commit 10881ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/kafka-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kafka-ui
description: A Helm chart for kafka-UI
type: application
version: 0.7.5
version: v0.1.0
appVersion: v0.7.1
home: https://docs.kafka-ui.provectus.io
icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png
Expand Down
10 changes: 5 additions & 5 deletions charts/kafka-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
```bash
$ helm repo add appscode https://charts.appscode.com/stable/
$ helm repo update
$ helm search repo appscode/kafka-ui --version=0.7.5
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=0.7.5
$ helm search repo appscode/kafka-ui --version=v0.1.0
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v0.1.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a kafka-ui deployment on a [Kubernetes](http://kubernetes.io)
To install/upgrade the chart with the release name `kafka-ui`:

```bash
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=0.7.5
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v0.1.0
```

The command deploys a kafka-ui deployment on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -103,12 +103,12 @@ The following table lists the configurable parameters of the `kafka-ui` chart an
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=0.7.5 --set image.tag=latest
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v0.1.0 --set image.tag=latest
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=0.7.5 --values values.yaml
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v0.1.0 --values values.yaml
```

0 comments on commit 10881ee

Please sign in to comment.