Skip to content

Commit

Permalink
Update petset sidekick, supervisor
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 27, 2024
1 parent 042bbdc commit 171c35a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions charts/kubedb/Chart.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
6 changes: 3 additions & 3 deletions charts/kubedb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). <br> Example: <br> `helm install appscode/kubedb \` <br> `--set-file global.license=/path/to/license/file` <br> `or` <br> `helm install appscode/kubedb \` <br> `--set global.license=<license file content>` | <code>""</code> |
| global.licenseSecretName | Name of Secret with the license as key.txt key | <code>""</code> |
Expand Down

0 comments on commit 171c35a

Please sign in to comment.