Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme update #168

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This chart bootstraps a [Redash](https://github.com/getredash/redash) deployment

This is a contributed project developed by volunteers and not officially supported by Redash.

Current chart version is `3.0.1`
Current chart version is `3.1.0-alpha1`

* <https://github.com/getredash/redash>

Expand Down Expand Up @@ -67,8 +67,8 @@ The command removes all the Kubernetes components associated with the chart and

| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | postgresql | ^13.4.1 |
| oci://registry-1.docker.io/bitnamicharts | redis | ^18.9.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | ^15.2.0 |
| oci://registry-1.docker.io/bitnamicharts | redis | ^19.1.0 |

## Configuration

Expand All @@ -87,8 +87,8 @@ The following table lists the configurable parameters of the Redash chart and th
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repo | string | `"redash/redash"` | Redash image name used for server and worker pods |
| image.tag | string | `"10.1.0.b50633"` | Redash image [tag](https://hub.docker.com/r/redash/redash/tags) |
| image.repo | string | `"redash/preview"` | Redash image name used for server and worker pods |
| image.tag | string | `nil` | Redash image [tag](https://hub.docker.com/r/redash/redash/tags) |
| imagePullSecrets | list | `[]` | Name(s) of secrets to use if pulling images from a private registry |
| ingress.annotations | object | `{}` | Ingress annotations configuration |
| ingress.enabled | bool | `false` | Enable ingress controller resource |
Expand Down
Loading