diff --git a/charts/dbgate/Chart.yaml b/charts/dbgate/Chart.yaml index 67b03991..09624fbc 100644 --- a/charts/dbgate/Chart.yaml +++ b/charts/dbgate/Chart.yaml @@ -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: diff --git a/charts/dbgate/README.md b/charts/dbgate/README.md index 978ade57..36c4a076 100644 --- a/charts/dbgate/README.md +++ b/charts/dbgate/README.md @@ -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 @@ -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. @@ -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 ``` diff --git a/charts/kafka-ui/Chart.yaml b/charts/kafka-ui/Chart.yaml index 9e257f69..0b2282a4 100644 --- a/charts/kafka-ui/Chart.yaml +++ b/charts/kafka-ui/Chart.yaml @@ -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 diff --git a/charts/kafka-ui/README.md b/charts/kafka-ui/README.md index b2e59e11..913822eb 100644 --- a/charts/kafka-ui/README.md +++ b/charts/kafka-ui/README.md @@ -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 @@ -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. @@ -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 ``` diff --git a/charts/mongo-ui/Chart.yaml b/charts/mongo-ui/Chart.yaml index 5e791272..ba9c0c37 100644 --- a/charts/mongo-ui/Chart.yaml +++ b/charts/mongo-ui/Chart.yaml @@ -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: diff --git a/charts/mongo-ui/README.md b/charts/mongo-ui/README.md index eca713d9..7e2af04b 100644 --- a/charts/mongo-ui/README.md +++ b/charts/mongo-ui/README.md @@ -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 @@ -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. @@ -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 ``` diff --git a/charts/pgadmin/Chart.yaml b/charts/pgadmin/Chart.yaml index 120b8770..c31b61e1 100644 --- a/charts/pgadmin/Chart.yaml +++ b/charts/pgadmin/Chart.yaml @@ -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: diff --git a/charts/pgadmin/README.md b/charts/pgadmin/README.md index aa9ee646..9ebcec49 100644 --- a/charts/pgadmin/README.md +++ b/charts/pgadmin/README.md @@ -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 @@ -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. @@ -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 ``` diff --git a/charts/phpmyadmin/Chart.yaml b/charts/phpmyadmin/Chart.yaml index 017b5455..48746803 100644 --- a/charts/phpmyadmin/Chart.yaml +++ b/charts/phpmyadmin/Chart.yaml @@ -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: diff --git a/charts/phpmyadmin/README.md b/charts/phpmyadmin/README.md index d2dfefed..32c8146b 100644 --- a/charts/phpmyadmin/README.md +++ b/charts/phpmyadmin/README.md @@ -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 @@ -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. @@ -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 ```