Skip to content

Commit

Permalink
Prepare for release v2024.3.16 (#942)
Browse files Browse the repository at this point in the history
ProductLine: KubeDB
Release: v2024.3.16
Release-tracker: kubedb/CHANGELOG#87
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Mar 17, 2024
1 parent 7e87c56 commit 0a96241
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 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.3.9-rc.0
appVersion: v2024.3.9-rc.0
version: v2024.3.16
appVersion: v2024.3.16
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.3.9-rc.0
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.3.9-rc.0
$ helm search repo appscode/dbgate --version=v2024.3.16
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.3.16
```

## 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.3.9-rc.0
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.3.16
```

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 @@ -85,12 +85,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.3.9-rc.0 --set image.tag=latest
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.3.16 --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.3.9-rc.0 --values values.yaml
$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.3.16 --values values.yaml
```
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: v2024.3.9-rc.0
version: v2024.3.16
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=v2024.3.9-rc.0
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.3.9-rc.0
$ helm search repo appscode/kafka-ui --version=v2024.3.16
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.3.16
```

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

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.3.9-rc.0 --set image.tag=latest
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.3.16 --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.3.9-rc.0 --values values.yaml
$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.3.16 --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.3.9-rc.0
appVersion: v2024.3.9-rc.0
version: v2024.3.16
appVersion: v2024.3.16
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.3.9-rc.0
$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.3.9-rc.0
$ helm search repo appscode/mongo-ui --version=v2024.3.16
$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.3.16
```

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

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 @@ -86,12 +86,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.3.9-rc.0 --set image.tag=latest
$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.3.16 --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.3.9-rc.0 --values values.yaml
$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.3.16 --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.3.9-rc.0
appVersion: v2024.3.9-rc.0
version: v2024.3.16
appVersion: v2024.3.16
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.3.9-rc.0
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.3.9-rc.0
$ helm search repo appscode/pgadmin --version=v2024.3.16
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.3.16
```

## 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.3.9-rc.0
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.3.16
```

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 @@ -86,12 +86,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.3.9-rc.0 --set image.tag=latest
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.3.16 --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.3.9-rc.0 --values values.yaml
$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.3.16 --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.3.9-rc.0
appVersion: v2024.3.9-rc.0
version: v2024.3.16
appVersion: v2024.3.16
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.3.9-rc.0
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.3.9-rc.0
$ helm search repo appscode/phpmyadmin --version=v2024.3.16
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.3.16
```

## 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.3.9-rc.0
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.3.16
```

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 @@ -86,12 +86,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.3.9-rc.0 --set image.tag=latest
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.3.16 --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.3.9-rc.0 --values values.yaml
$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.3.16 --values values.yaml
```

0 comments on commit 0a96241

Please sign in to comment.