Skip to content

Commit

Permalink
feat: add crds
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Sep 4, 2024
1 parent fabf9bb commit 0365cb3
Show file tree
Hide file tree
Showing 7 changed files with 17,004 additions and 5 deletions.
6 changes: 6 additions & 0 deletions charts/reports-server/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: cloudnative-pg
repository: https://cloudnative-pg.github.io/charts
version: 0.22.0
digest: sha256:3c756fe75ea34aab818f8c73208de3f7ffb9f1f2beb713f3f4eb9ffc2d20b22f
generated: "2024-09-04T13:48:38.97414+05:30"
10 changes: 5 additions & 5 deletions charts/reports-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ maintainers:
url: https://kyverno.io/
email: [email protected]
kubeVersion: ">=1.16.0-0"
# dependencies:
# - condition: postgresql.enabled
# name: cloudnative-pg
# version: 0.22.0
# repository: https://cloudnative-pg.github.io/charts
dependencies:
- condition: postgresql.enabled
name: cloudnative-pg
version: 0.22.0
repository: https://cloudnative-pg.github.io/charts
5 changes: 5 additions & 0 deletions charts/reports-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ helm install reports-server --namespace reports-server --create-namespace report

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| cloudnative-pg.crds.create | bool | `false` | |
| postgresql.enabled | bool | `true` | Deploy postgresql dependency chart |
| postgresql.auth.postgresPassword | string | `"reports"` | |
| postgresql.auth.database | string | `"reportsdb"` | |
Expand Down Expand Up @@ -86,6 +87,10 @@ helm install reports-server --namespace reports-server --create-namespace report

Kubernetes: `>=1.16.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://cloudnative-pg.github.io/charts | cloudnative-pg | 0.22.0 |

## Maintainers

| Name | Email | Url |
Expand Down
Binary file not shown.
Loading

0 comments on commit 0365cb3

Please sign in to comment.