mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/supabase] Release 1.0.4 (#19974)
* [bitnami/supabase] Release 1.0.4 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -18,11 +18,11 @@ annotations:
|
||||
- name: supabase-postgres-meta
|
||||
image: docker.io/bitnami/supabase-postgres-meta:0.70.0-debian-11-r16
|
||||
- name: supabase-postgres
|
||||
image: docker.io/bitnami/supabase-postgres:15.1.0-debian-11-r172
|
||||
image: docker.io/bitnami/supabase-postgres:15.1.0-debian-11-r174
|
||||
- name: supabase-realtime
|
||||
image: docker.io/bitnami/supabase-realtime:2.24.0-debian-11-r0
|
||||
image: docker.io/bitnami/supabase-realtime:2.24.0-debian-11-r1
|
||||
- name: supabase-storage
|
||||
image: docker.io/bitnami/supabase-storage:0.42.1-debian-11-r0
|
||||
image: docker.io/bitnami/supabase-storage:0.42.1-debian-11-r1
|
||||
- name: supabase-studio
|
||||
image: docker.io/bitnami/supabase-studio:0.23.9-debian-11-r0
|
||||
apiVersion: v2
|
||||
@@ -53,4 +53,4 @@ maintainers:
|
||||
name: supabase
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/supabase
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
|
||||
@@ -321,7 +321,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `realtime.extraConfigExistingConfigmap` | The name of an existing ConfigMap with extra configuration | `""` |
|
||||
| `realtime.image.registry` | Realtime image registry | `docker.io` |
|
||||
| `realtime.image.repository` | Realtime image repository | `bitnami/supabase-realtime` |
|
||||
| `realtime.image.tag` | Realtime image tag (immutable tags are recommended) | `2.24.0-debian-11-r0` |
|
||||
| `realtime.image.tag` | Realtime image tag (immutable tags are recommended) | `2.24.0-debian-11-r1` |
|
||||
| `realtime.image.digest` | Realtime image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `realtime.image.pullPolicy` | Realtime image pull policy | `IfNotPresent` |
|
||||
| `realtime.image.pullSecrets` | Realtime image pull secrets | `[]` |
|
||||
@@ -499,7 +499,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `storage.extraConfigExistingConfigmap` | The name of an existing ConfigMap with extra configuration | `""` |
|
||||
| `storage.image.registry` | Storage image registry | `docker.io` |
|
||||
| `storage.image.repository` | Storage image repository | `bitnami/supabase-storage` |
|
||||
| `storage.image.tag` | Storage image tag (immutable tags are recommended) | `0.42.1-debian-11-r0` |
|
||||
| `storage.image.tag` | Storage image tag (immutable tags are recommended) | `0.42.1-debian-11-r1` |
|
||||
| `storage.image.digest` | Storage image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `storage.image.pullPolicy` | Storage image pull policy | `IfNotPresent` |
|
||||
| `storage.image.pullSecrets` | Storage image pull secrets | `[]` |
|
||||
@@ -710,7 +710,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `psqlImage.registry` | PostgreSQL client image registry | `docker.io` |
|
||||
| `psqlImage.repository` | PostgreSQL client image repository | `bitnami/supabase-postgres` |
|
||||
| `psqlImage.digest` | PostgreSQL client image digest (overrides image tag) | `""` |
|
||||
| `psqlImage.tag` | PostgreSQL client image tag (immutable tags are recommended) | `15.1.0-debian-11-r172` |
|
||||
| `psqlImage.tag` | PostgreSQL client image tag (immutable tags are recommended) | `15.1.0-debian-11-r174` |
|
||||
| `psqlImage.pullPolicy` | PostgreSQL client image pull policy | `IfNotPresent` |
|
||||
| `psqlImage.pullSecrets` | PostgreSQL client image pull secrets | `[]` |
|
||||
| `psqlImage.debug` | Enable PostgreSQL client image debug mode | `false` |
|
||||
@@ -754,7 +754,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `postgresql.service.ports.postgresql` | PostgreSQL service port | `5432` |
|
||||
| `postgresql.image.registry` | PostgreSQL image registry | `docker.io` |
|
||||
| `postgresql.image.repository` | PostgreSQL image repository | `bitnami/supabase-postgres` |
|
||||
| `postgresql.image.tag` | PostgreSQL image tag (immutable tags are recommended) | `15.1.0-debian-11-r172` |
|
||||
| `postgresql.image.tag` | PostgreSQL image tag (immutable tags are recommended) | `15.1.0-debian-11-r174` |
|
||||
| `postgresql.image.digest` | PostgreSQL image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `postgresql.image.pullPolicy` | PostgreSQL image pull policy | `IfNotPresent` |
|
||||
| `postgresql.image.pullSecrets` | Specify image pull secrets | `[]` |
|
||||
|
||||
@@ -963,7 +963,7 @@ realtime:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/supabase-realtime
|
||||
tag: 2.24.0-debian-11-r0
|
||||
tag: 2.24.0-debian-11-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1612,7 +1612,7 @@ storage:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/supabase-storage
|
||||
tag: 0.42.1-debian-11-r0
|
||||
tag: 0.42.1-debian-11-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -2430,7 +2430,7 @@ volumePermissions:
|
||||
psqlImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/supabase-postgres
|
||||
tag: 15.1.0-debian-11-r172
|
||||
tag: 15.1.0-debian-11-r174
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -2594,7 +2594,7 @@ postgresql:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/supabase-postgres
|
||||
tag: 15.1.0-debian-11-r172
|
||||
tag: 15.1.0-debian-11-r174
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user