Skip to content

Commit

Permalink
Prepare v2023.10.26-rc.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 26, 2023
1 parent 4f04ad9 commit f028a36
Show file tree
Hide file tree
Showing 31 changed files with 138 additions and 138 deletions.
4 changes: 2 additions & 2 deletions charts/kubedb-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: KubeDB Autoscaler by AppsCode - Autoscale KubeDB operated Databases
name: kubedb-autoscaler
version: v0.21.0
appVersion: v0.21.0
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://kubedb.com
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-autoscaler-icon.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/kubedb-autoscaler/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/kubedb-autoscaler --version=v0.21.0
$ helm upgrade -i kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb --create-namespace --version=v0.21.0
$ helm search repo appscode/kubedb-autoscaler --version=v2023.10.26-rc.0
$ helm upgrade -i kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a KubeDB Autoscaler operator on a [Kubernetes](http://kuberne
To install/upgrade the chart with the release name `kubedb-autoscaler`:

```bash
$ helm upgrade -i kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb --create-namespace --version=v0.21.0
$ helm upgrade -i kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

The command deploys a KubeDB Autoscaler operator 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 `kubedb-autoscaler`
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb --create-namespace --version=v0.21.0 --set replicaCount=1
$ helm upgrade -i kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb --create-namespace --version=v2023.10.26-rc.0 --set replicaCount=1
```

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

```bash
$ helm upgrade -i kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb --create-namespace --version=v0.21.0 --values values.yaml
$ helm upgrade -i kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb --create-namespace --version=v2023.10.26-rc.0 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/kubedb-catalog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: KubeDB Catalog by AppsCode - Catalog for database versions
name: kubedb-catalog
version: v2023.10.9
appVersion: v2023.10.9
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://kubedb.com
icon: https://cdn.appscode.com/images/icon/kubedb.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/kubedb-catalog/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/kubedb-catalog --version=v2023.10.9
$ helm upgrade -i kubedb-catalog appscode/kubedb-catalog -n kubedb --create-namespace --version=v2023.10.9
$ helm search repo appscode/kubedb-catalog --version=v2023.10.26-rc.0
$ helm upgrade -i kubedb-catalog appscode/kubedb-catalog -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

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

```bash
$ helm upgrade -i kubedb-catalog appscode/kubedb-catalog -n kubedb --create-namespace --version=v2023.10.9
$ helm upgrade -i kubedb-catalog appscode/kubedb-catalog -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

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

```bash
$ helm upgrade -i kubedb-catalog appscode/kubedb-catalog -n kubedb --create-namespace --version=v2023.10.9 --set proxies.ghcr=ghcr.io
$ helm upgrade -i kubedb-catalog appscode/kubedb-catalog -n kubedb --create-namespace --version=v2023.10.26-rc.0 --set proxies.ghcr=ghcr.io
```

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

```bash
$ helm upgrade -i kubedb-catalog appscode/kubedb-catalog -n kubedb --create-namespace --version=v2023.10.9 --values values.yaml
$ helm upgrade -i kubedb-catalog appscode/kubedb-catalog -n kubedb --create-namespace --version=v2023.10.26-rc.0 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/kubedb-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubedb-crds
description: KubeDB Custom Resource Definitions
type: application
version: v2023.10.9
appVersion: v2023.10.9
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://kubedb.com
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-community-icon.png
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/kubedb-crds/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/kubedb-crds --version=v2023.10.9
$ helm upgrade -i kubedb-crds appscode/kubedb-crds -n kubedb --create-namespace --version=v2023.10.9
$ helm search repo appscode/kubedb-crds --version=v2023.10.26-rc.0
$ helm upgrade -i kubedb-crds appscode/kubedb-crds -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

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

```bash
$ helm upgrade -i kubedb-crds appscode/kubedb-crds -n kubedb --create-namespace --version=v2023.10.9
$ helm upgrade -i kubedb-crds appscode/kubedb-crds -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

The command deploys KubeDB crds on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedb-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
description: KubeDB Dashboard by AppsCode
name: kubedb-dashboard
type: application
version: v0.12.0
appVersion: v0.12.0
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://github.com/kubedb
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/kubedb-dashboard/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/kubedb-dashboard --version=v0.12.0
$ helm upgrade -i kubedb-dashboard appscode/kubedb-dashboard -n kubedb --create-namespace --version=v0.12.0
$ helm search repo appscode/kubedb-dashboard --version=v2023.10.26-rc.0
$ helm upgrade -i kubedb-dashboard appscode/kubedb-dashboard -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a KubeDB Dashboard operator on a [Kubernetes](http://kubernet
To install/upgrade the chart with the release name `kubedb-dashboard`:

```bash
$ helm upgrade -i kubedb-dashboard appscode/kubedb-dashboard -n kubedb --create-namespace --version=v0.12.0
$ helm upgrade -i kubedb-dashboard appscode/kubedb-dashboard -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

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

```bash
$ helm upgrade -i kubedb-dashboard appscode/kubedb-dashboard -n kubedb --create-namespace --version=v0.12.0 --set replicaCount=1
$ helm upgrade -i kubedb-dashboard appscode/kubedb-dashboard -n kubedb --create-namespace --version=v2023.10.26-rc.0 --set replicaCount=1
```

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

```bash
$ helm upgrade -i kubedb-dashboard appscode/kubedb-dashboard -n kubedb --create-namespace --version=v0.12.0 --values values.yaml
$ helm upgrade -i kubedb-dashboard appscode/kubedb-dashboard -n kubedb --create-namespace --version=v2023.10.26-rc.0 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/kubedb-grafana-dashboards/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubedb-grafana-dashboards
description: A Helm chart for kubedb-grafana-dashboards by AppsCode
type: application
version: v2023.10.9
appVersion: v2023.10.9
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://github.com/kubedb
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/kubedb-grafana-dashboards/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/kubedb-grafana-dashboards --version=v2023.10.9
$ helm upgrade -i kubedb-grafana-dashboards appscode/kubedb-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.9
$ helm search repo appscode/kubedb-grafana-dashboards --version=v2023.10.26-rc.0
$ helm upgrade -i kubedb-grafana-dashboards appscode/kubedb-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.26-rc.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a KubeDB Grafana Dashboards on a [Kubernetes](http://kubernet
To install/upgrade the chart with the release name `kubedb-grafana-dashboards`:

```bash
$ helm upgrade -i kubedb-grafana-dashboards appscode/kubedb-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.9
$ helm upgrade -i kubedb-grafana-dashboards appscode/kubedb-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.26-rc.0
```

The command deploys a KubeDB Grafana Dashboards 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 @@ -61,12 +61,12 @@ The following table lists the configurable parameters of the `kubedb-grafana-das
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i kubedb-grafana-dashboards appscode/kubedb-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.9 --set resources=["elasticsearch","mariadb","mongodb","mysql","postgres","redis","proxysql"]
$ helm upgrade -i kubedb-grafana-dashboards appscode/kubedb-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.26-rc.0 --set resources=["elasticsearch","mariadb","mongodb","mysql","postgres","redis","proxysql"]
```

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

```bash
$ helm upgrade -i kubedb-grafana-dashboards appscode/kubedb-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.9 --values values.yaml
$ helm upgrade -i kubedb-grafana-dashboards appscode/kubedb-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.26-rc.0 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/kubedb-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubedb-metrics
description: KubeDB State Metrics
type: application
version: v2023.10.9
appVersion: v2023.10.9
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://kubedb.com
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-community-icon.png
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/kubedb-metrics/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/kubedb-metrics --version=v2023.10.9
$ helm upgrade -i kubedb-metrics appscode/kubedb-metrics -n kubedb --create-namespace --version=v2023.10.9
$ helm search repo appscode/kubedb-metrics --version=v2023.10.26-rc.0
$ helm upgrade -i kubedb-metrics appscode/kubedb-metrics -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys KubeDB metrics configurations on a [Kubernetes](http://kubern
To install/upgrade the chart with the release name `kubedb-metrics`:

```bash
$ helm upgrade -i kubedb-metrics appscode/kubedb-metrics -n kubedb --create-namespace --version=v2023.10.9
$ helm upgrade -i kubedb-metrics appscode/kubedb-metrics -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

The command deploys KubeDB metrics configurations on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down
20 changes: 10 additions & 10 deletions charts/kubedb-one/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
dependencies:
- name: kubedb-catalog
repository: file://../kubedb-catalog
version: v2023.10.9
version: v2023.10.26-rc.0
- name: kubedb-provisioner
repository: file://../kubedb-provisioner
version: v0.36.0
version: v2023.10.26-rc.0
- name: kubedb-ops-manager
repository: file://../kubedb-ops-manager
version: v0.23.0
version: v2023.10.26-rc.0
- name: kubedb-autoscaler
repository: file://../kubedb-autoscaler
version: v0.21.0
version: v2023.10.26-rc.0
- name: kubedb-dashboard
repository: file://../kubedb-dashboard
version: v0.12.0
version: v2023.10.26-rc.0
- name: kubedb-schema-manager
repository: file://../kubedb-schema-manager
version: v0.12.0
version: v2023.10.26-rc.0
- name: kubedb-webhook-server
repository: file://../kubedb-webhook-server
version: v0.12.0
version: v2023.10.26-rc.0
- name: kubedb-metrics
repository: file://../kubedb-metrics
version: v2023.10.9
version: v2023.10.26-rc.0
- name: stash-enterprise
repository: https://charts.appscode.com/stable/
version: v0.32.0
Expand All @@ -32,5 +32,5 @@ dependencies:
- name: stash-metrics
repository: https://charts.appscode.com/stable/
version: v2023.10.9
digest: sha256:49ae0c9289b162fd74e3295c8c2653e68ba608a9eafd230841fae3d3101cf75c
generated: "2023-10-09T20:37:26.126668101Z"
digest: sha256:92a119e192023aa390d81bb9fc085ca444fb6d448e0187aceddb00a5e9fb8431
generated: "2023-10-26T00:52:54.446259-07:00"
20 changes: 10 additions & 10 deletions charts/kubedb-one/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubedb-one
description: KubeDB and Stash by AppsCode - Production ready databases on Kubernetes
type: application
version: v2023.10.9
appVersion: v2023.10.9
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://kubedb.com
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png
sources:
Expand All @@ -15,35 +15,35 @@ dependencies:
- name: kubedb-catalog
repository: file://../kubedb-catalog
condition: kubedb-catalog.enabled
version: v2023.10.9
version: v2023.10.26-rc.0
- name: kubedb-provisioner
repository: file://../kubedb-provisioner
condition: kubedb-provisioner.enabled
version: v0.36.0
version: v2023.10.26-rc.0
- name: kubedb-ops-manager
repository: file://../kubedb-ops-manager
condition: kubedb-ops-manager.enabled
version: v0.23.0
version: v2023.10.26-rc.0
- name: kubedb-autoscaler
repository: file://../kubedb-autoscaler
condition: kubedb-autoscaler.enabled
version: v0.21.0
version: v2023.10.26-rc.0
- name: kubedb-dashboard
repository: file://../kubedb-dashboard
condition: kubedb-dashboard.enabled
version: v0.12.0
version: v2023.10.26-rc.0
- name: kubedb-schema-manager
repository: file://../kubedb-schema-manager
condition: kubedb-schema-manager.enabled
version: v0.12.0
version: v2023.10.26-rc.0
- name: kubedb-webhook-server
repository: file://../kubedb-webhook-server
condition: kubedb-webhook-server.enabled
version: v0.12.0
version: v2023.10.26-rc.0
- name: kubedb-metrics
repository: file://../kubedb-metrics
condition: kubedb-metrics.enabled
version: v2023.10.9
version: v2023.10.26-rc.0
- name: stash-enterprise
repository: https://charts.appscode.com/stable/
version: v0.32.0
Expand Down
10 changes: 5 additions & 5 deletions charts/kubedb-one/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/kubedb-one --version=v2023.10.9
$ helm upgrade -i kubedb appscode/kubedb-one -n kubedb --create-namespace --version=v2023.10.9
$ helm search repo appscode/kubedb-one --version=v2023.10.26-rc.0
$ helm upgrade -i kubedb appscode/kubedb-one -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

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

```bash
$ helm upgrade -i kubedb appscode/kubedb-one -n kubedb --create-namespace --version=v2023.10.9
$ helm upgrade -i kubedb appscode/kubedb-one -n kubedb --create-namespace --version=v2023.10.26-rc.0
```

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

```bash
$ helm upgrade -i kubedb appscode/kubedb-one -n kubedb --create-namespace --version=v2023.10.9 --set global.registry=kubedb
$ helm upgrade -i kubedb appscode/kubedb-one -n kubedb --create-namespace --version=v2023.10.26-rc.0 --set global.registry=kubedb
```

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

```bash
$ helm upgrade -i kubedb appscode/kubedb-one -n kubedb --create-namespace --version=v2023.10.9 --values values.yaml
$ helm upgrade -i kubedb appscode/kubedb-one -n kubedb --create-namespace --version=v2023.10.26-rc.0 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/kubedb-ops-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: KubeDB Ops Manager by AppsCode - Enterprise features for KubeDB
name: kubedb-ops-manager
version: v0.23.0
appVersion: v0.23.2
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://kubedb.com
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-ops-manager-icon.png
sources:
Expand Down
Loading

0 comments on commit f028a36

Please sign in to comment.