From 171c35a63a66903286d78792220ed73d43848c92 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Fri, 27 Sep 2024 01:48:22 -0700 Subject: [PATCH] Update petset sidekick, supervisor Signed-off-by: Tamal Saha --- charts/kubedb/Chart.lock | 10 +++++----- charts/kubedb/Chart.yaml | 6 +++--- charts/kubedb/README.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/kubedb/Chart.lock b/charts/kubedb/Chart.lock index e59b46de6..2c8f83358 100644 --- a/charts/kubedb/Chart.lock +++ b/charts/kubedb/Chart.lock @@ -1,13 +1,13 @@ dependencies: - name: petset repository: oci://ghcr.io/appscode-charts - version: v2024.8.21 + version: v2024.9.30 - name: sidekick repository: oci://ghcr.io/appscode-charts - version: v2024.2.6 + version: v2024.8.21 - name: supervisor repository: oci://ghcr.io/appscode-charts - version: v2024.2.6 + version: v2024.9.30 - name: kubedb-crd-manager repository: file://../kubedb-crd-manager version: v0.2.0 @@ -35,5 +35,5 @@ dependencies: - name: kubedb-kubestash-catalog repository: file://../kubedb-kubestash-catalog version: v2024.8.21 -digest: sha256:1d248c55734bbc65c224aca01eb7fdf50c96b334edd19f72c2d3662452dbd3f8 -generated: "2024-09-16T10:01:52.427292-07:00" +digest: sha256:c03b9d161f99e22efc8f1ba3e3ef31c2b5e39fecd3bd54ff517d4688fb95b97a +generated: "2024-09-27T01:45:38.607256-07:00" diff --git a/charts/kubedb/Chart.yaml b/charts/kubedb/Chart.yaml index 69985d9d9..3f4fdc10a 100644 --- a/charts/kubedb/Chart.yaml +++ b/charts/kubedb/Chart.yaml @@ -15,15 +15,15 @@ dependencies: - name: petset repository: oci://ghcr.io/appscode-charts condition: petset.enabled - version: v2024.8.21 + version: v2024.9.30 - name: sidekick repository: oci://ghcr.io/appscode-charts condition: sidekick.enabled - version: v2024.2.6 + version: v2024.8.21 - name: supervisor repository: oci://ghcr.io/appscode-charts condition: supervisor.enabled - version: v2024.2.6 + version: v2024.9.30 - name: kubedb-crd-manager repository: file://../kubedb-crd-manager condition: kubedb-crd-manager.enabled diff --git a/charts/kubedb/README.md b/charts/kubedb/README.md index 7a0044040..35fb9ecf8 100644 --- a/charts/kubedb/README.md +++ b/charts/kubedb/README.md @@ -45,7 +45,7 @@ The command removes all the Kubernetes components associated with the chart and The following table lists the configurable parameters of the `kubedb` chart and their default values. -| Parameter | Description | Default | +| Parameter | Description | Default | |-----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------| | global.license | License for the product. Get a license by following the steps from [here](https://kubedb.com/docs/latest/setup/install/enterprise#get-a-trial-license).
Example:
`helm install appscode/kubedb \`
`--set-file global.license=/path/to/license/file`
`or`
`helm install appscode/kubedb \`
`--set global.license=` | "" | | global.licenseSecretName | Name of Secret with the license as key.txt key | "" |