Skip to content

Commit

Permalink
Update 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 Jul 16, 2024
1 parent a5fb7f5 commit 63bf681
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions charts/dbgate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: dbgate
description: DBGate Helm chart for Kubernetes
type: application
version: v2024.7.3-rc.0
appVersion: v2024.7.3-rc.0
version: v2024.4.27
appVersion: v2024.4.27
home: https://dbgate.org
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png
maintainers:
Expand Down
10 changes: 5 additions & 5 deletions charts/dbgate/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/dbgate --version=v2024.7.3-rc.0
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.7.3-rc.0
$ helm search repo appscode/dbgate --version=v2024.4.27
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.4.27
```

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

```bash
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.7.3-rc.0
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.4.27
```

The command deploys a DBGate 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 @@ -98,12 +98,12 @@ The following table lists the configurable parameters of the `dbgate` chart and
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.7.3-rc.0 --set image.tag=latest
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.4.27 --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 dbgate appscode/dbgate -n demo --create-namespace --version=v2024.7.3-rc.0 --values values.yaml
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.4.27 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/kafka-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kafka-ui
description: A Helm chart for kafka-UI
type: application
version: v2024.7.3-rc.0
appVersion: v0.7.1
version: v2024.4.27
appVersion: v0.7.2
home: https://docs.kafka-ui.provectus.io
icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png
maintainers:
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=v2024.7.3-rc.0
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.7.3-rc.0
$ helm search repo appscode/kafka-ui --version=v2024.4.27
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.4.27
```

## 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=v2024.7.3-rc.0
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.4.27
```

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=v2024.7.3-rc.0 --set image.tag=latest
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.4.27 --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=v2024.7.3-rc.0 --values values.yaml
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.4.27 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/mongo-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: mongo-ui
description: mongo-ui Helm chart for Kubernetes
type: application
version: v2024.7.3-rc.0
appVersion: v2024.7.3-rc.0
version: v2024.4.27
appVersion: v2024.4.27
home: https://github.com/kubedb/mongo-gui
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png
maintainers:
Expand Down
10 changes: 5 additions & 5 deletions charts/mongo-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/mongo-ui --version=v2024.7.3-rc.0
$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.7.3-rc.0
$ helm search repo appscode/mongo-ui --version=v2024.4.27
$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.4.27
```

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

```bash
$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.7.3-rc.0
$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.4.27
```

The command deploys a mongo-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 @@ -100,12 +100,12 @@ The following table lists the configurable parameters of the `mongo-ui` chart an
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.7.3-rc.0 --set image.tag=latest
$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.4.27 --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 mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.7.3-rc.0 --values values.yaml
$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.4.27 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/pgadmin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pgadmin
description: pgAdmin Helm chart for Kubernetes
type: application
version: v2024.7.3-rc.0
appVersion: v2024.7.3-rc.0
version: v2024.4.27
appVersion: v2024.4.27
home: https://www.pgadmin.org
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png
maintainers:
Expand Down
10 changes: 5 additions & 5 deletions charts/pgadmin/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/pgadmin --version=v2024.7.3-rc.0
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.7.3-rc.0
$ helm search repo appscode/pgadmin --version=v2024.4.27
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.4.27
```

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

```bash
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.7.3-rc.0
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.4.27
```

The command deploys a pgAdmin 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 @@ -97,12 +97,12 @@ The following table lists the configurable parameters of the `pgadmin` chart and
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.7.3-rc.0 --set image.tag=latest
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.4.27 --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 pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.7.3-rc.0 --values values.yaml
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.4.27 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/phpmyadmin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: phpmyadmin
description: phpMyAdmin Helm chart for Kubernetes
type: application
version: v2024.7.3-rc.0
appVersion: v2024.7.3-rc.0
version: v2024.4.27
appVersion: v2024.4.27
home: https://www.phpmyadmin.net
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png
maintainers:
Expand Down
10 changes: 5 additions & 5 deletions charts/phpmyadmin/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/phpmyadmin --version=v2024.7.3-rc.0
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.7.3-rc.0
$ helm search repo appscode/phpmyadmin --version=v2024.4.27
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.4.27
```

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

```bash
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.7.3-rc.0
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.4.27
```

The command deploys a phpMyAdmin 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 @@ -97,12 +97,12 @@ The following table lists the configurable parameters of the `phpmyadmin` chart
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.7.3-rc.0 --set image.tag=latest
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.4.27 --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 phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.7.3-rc.0 --values values.yaml
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.4.27 --values values.yaml
```

0 comments on commit 63bf681

Please sign in to comment.