mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 15:07:49 +08:00
[bitnami/supabase] Release 0.3.5 (#16803)
* [bitnami/supabase] Release 0.3.5 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:
@@ -4,9 +4,9 @@ dependencies:
|
||||
version: 12.5.2
|
||||
- name: kong
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 9.3.1
|
||||
version: 9.3.3
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.3.0
|
||||
digest: sha256:bf6fec62350b9c1edca8c6dfdbaf8792bbf5883a08367a83654a36fec4b42651
|
||||
generated: "2023-05-16T19:09:38.243552943Z"
|
||||
version: 2.4.0
|
||||
digest: sha256:7c8d39e8cbf3cd4a653def189620be64f7f921cd4787552ab0dfde5ca68bc9e2
|
||||
generated: "2023-05-21T16:51:40.416681691Z"
|
||||
|
||||
@@ -29,4 +29,4 @@ maintainers:
|
||||
name: supabase
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/supabase
|
||||
version: 0.3.4
|
||||
version: 0.3.5
|
||||
|
||||
@@ -84,47 +84,47 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### Supabase Common parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
||||
| `jwt.secret` | The secret string used to sign JWT tokens | `""` |
|
||||
| `jwt.anonKey` | JWT string for annonymous users | `""` |
|
||||
| `jwt.serviceKey` | JWT string for service users | `""` |
|
||||
| `jwt.autoGenerate.forceRun` | Force the run of the JWT generation job | `false` |
|
||||
| `jwt.autoGenerate.image.registry` | JWT CLI image registry | `docker.io` |
|
||||
| `jwt.autoGenerate.image.repository` | JWT CLI image repository | `bitnami/jwt-cli` |
|
||||
| `jwt.autoGenerate.image.tag` | JWT CLI image tag (immutable tags are recommended) | `5.0.3-debian-11-r30` |
|
||||
| `jwt.autoGenerate.image.digest` | JWT CLI image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `jwt.autoGenerate.image.pullPolicy` | JWT CLI image pull policy | `IfNotPresent` |
|
||||
| `jwt.autoGenerate.image.pullSecrets` | JWT CLI image pull secrets | `[]` |
|
||||
| `jwt.autoGenerate.kubectlImage.registry` | Kubectl image registry | `docker.io` |
|
||||
| `jwt.autoGenerate.kubectlImage.repository` | Kubectl image repository | `bitnami/kubectl` |
|
||||
| `jwt.autoGenerate.kubectlImage.tag` | Kubectl image tag (immutable tags are recommended) | `1.26.4-debian-11-r11` |
|
||||
| `jwt.autoGenerate.kubectlImage.digest` | Kubectl image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `jwt.autoGenerate.kubectlImage.pullPolicy` | Kubectl image pull policy | `IfNotPresent` |
|
||||
| `jwt.autoGenerate.kubectlImage.pullSecrets` | Kubectl image pull secrets | `[]` |
|
||||
| `jwt.autoGenerate.backoffLimit` | set backoff limit of the job | `10` |
|
||||
| `jwt.autoGenerate.extraVolumes` | Optionally specify extra list of additional volumes for the jwt init job | `[]` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.enabled` | Enabled jwt init job containers' Security Context | `true` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.runAsUser` | Set jwt init job containers' Security Context runAsUser | `1001` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.runAsNonRoot` | Set jwt init job containers' Security Context runAsNonRoot | `true` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.readOnlyRootFilesystem` | Set jwt init job containers' Security Context runAsNonRoot | `false` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.allowPrivilegeEscalation` | Set container's privilege escalation | `false` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.capabilities.drop` | Set container's Security Context runAsNonRoot | `["ALL"]` |
|
||||
| `jwt.autoGenerate.podSecurityContext.enabled` | Enabled jwt init job pods' Security Context | `true` |
|
||||
| `jwt.autoGenerate.podSecurityContext.fsGroup` | Set jwt init job pod's Security Context fsGroup | `1001` |
|
||||
| `jwt.autoGenerate.podSecurityContext.seccompProfile.type` | Set container's Security Context seccomp profile | `RuntimeDefault` |
|
||||
| `jwt.autoGenerate.extraEnvVars` | Array containing extra env vars to configure the jwt init job | `[]` |
|
||||
| `jwt.autoGenerate.extraEnvVarsCM` | ConfigMap containing extra env vars to configure the jwt init job | `""` |
|
||||
| `jwt.autoGenerate.extraEnvVarsSecret` | Secret containing extra env vars to configure the jwt init job (in case of sensitive data) | `""` |
|
||||
| `jwt.autoGenerate.extraVolumeMounts` | Array of extra volume mounts to be added to the jwt Container (evaluated as template). Normally used with `extraVolumes`. | `[]` |
|
||||
| `jwt.autoGenerate.resources.limits` | The resources limits for the container | `{}` |
|
||||
| `jwt.autoGenerate.resources.requests` | The requested resources for the container | `{}` |
|
||||
| `jwt.autoGenerate.hostAliases` | Add deployment host aliases | `[]` |
|
||||
| `jwt.autoGenerate.annotations` | Add annotations to the job | `{}` |
|
||||
| `jwt.autoGenerate.podLabels` | Additional pod labels | `{}` |
|
||||
| `jwt.autoGenerate.podAnnotations` | Additional pod annotations | `{}` |
|
||||
| `publicURL` | Supabase API public URL | `""` |
|
||||
| `dbSSL` | Supabase API database connection mode for SSL. Applied to all components. Allowed values: verify-ca, verify-full, disable, allow, prefer, require | `disable` |
|
||||
| Name | Description | Value |
|
||||
| -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
||||
| `jwt.secret` | The secret string used to sign JWT tokens | `""` |
|
||||
| `jwt.anonKey` | JWT string for annonymous users | `""` |
|
||||
| `jwt.serviceKey` | JWT string for service users | `""` |
|
||||
| `jwt.autoGenerate.forceRun` | Force the run of the JWT generation job | `false` |
|
||||
| `jwt.autoGenerate.image.registry` | JWT CLI image registry | `docker.io` |
|
||||
| `jwt.autoGenerate.image.repository` | JWT CLI image repository | `bitnami/jwt-cli` |
|
||||
| `jwt.autoGenerate.image.tag` | JWT CLI image tag (immutable tags are recommended) | `5.0.3-debian-11-r32` |
|
||||
| `jwt.autoGenerate.image.digest` | JWT CLI image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `jwt.autoGenerate.image.pullPolicy` | JWT CLI image pull policy | `IfNotPresent` |
|
||||
| `jwt.autoGenerate.image.pullSecrets` | JWT CLI image pull secrets | `[]` |
|
||||
| `jwt.autoGenerate.kubectlImage.registry` | Kubectl image registry | `docker.io` |
|
||||
| `jwt.autoGenerate.kubectlImage.repository` | Kubectl image repository | `bitnami/kubectl` |
|
||||
| `jwt.autoGenerate.kubectlImage.tag` | Kubectl image tag (immutable tags are recommended) | `1.26.5-debian-11-r1` |
|
||||
| `jwt.autoGenerate.kubectlImage.digest` | Kubectl image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `jwt.autoGenerate.kubectlImage.pullPolicy` | Kubectl image pull policy | `IfNotPresent` |
|
||||
| `jwt.autoGenerate.kubectlImage.pullSecrets` | Kubectl image pull secrets | `[]` |
|
||||
| `jwt.autoGenerate.backoffLimit` | set backoff limit of the job | `10` |
|
||||
| `jwt.autoGenerate.extraVolumes` | Optionally specify extra list of additional volumes for the jwt init job | `[]` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.enabled` | Enabled jwt init job containers' Security Context | `true` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.runAsUser` | Set jwt init job containers' Security Context runAsUser | `1001` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.runAsNonRoot` | Set jwt init job containers' Security Context runAsNonRoot | `true` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.readOnlyRootFilesystem` | Set jwt init job containers' Security Context runAsNonRoot | `false` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.allowPrivilegeEscalation` | Set container's privilege escalation | `false` |
|
||||
| `jwt.autoGenerate.containerSecurityContext.capabilities.drop` | Set container's Security Context runAsNonRoot | `["ALL"]` |
|
||||
| `jwt.autoGenerate.podSecurityContext.enabled` | Enabled jwt init job pods' Security Context | `true` |
|
||||
| `jwt.autoGenerate.podSecurityContext.fsGroup` | Set jwt init job pod's Security Context fsGroup | `1001` |
|
||||
| `jwt.autoGenerate.podSecurityContext.seccompProfile.type` | Set container's Security Context seccomp profile | `RuntimeDefault` |
|
||||
| `jwt.autoGenerate.extraEnvVars` | Array containing extra env vars to configure the jwt init job | `[]` |
|
||||
| `jwt.autoGenerate.extraEnvVarsCM` | ConfigMap containing extra env vars to configure the jwt init job | `""` |
|
||||
| `jwt.autoGenerate.extraEnvVarsSecret` | Secret containing extra env vars to configure the jwt init job (in case of sensitive data) | `""` |
|
||||
| `jwt.autoGenerate.extraVolumeMounts` | Array of extra volume mounts to be added to the jwt Container (evaluated as template). Normally used with `extraVolumes`. | `[]` |
|
||||
| `jwt.autoGenerate.resources.limits` | The resources limits for the container | `{}` |
|
||||
| `jwt.autoGenerate.resources.requests` | The requested resources for the container | `{}` |
|
||||
| `jwt.autoGenerate.hostAliases` | Add deployment host aliases | `[]` |
|
||||
| `jwt.autoGenerate.annotations` | Add annotations to the job | `{}` |
|
||||
| `jwt.autoGenerate.podLabels` | Additional pod labels | `{}` |
|
||||
| `jwt.autoGenerate.podAnnotations` | Additional pod annotations | `{}` |
|
||||
| `publicURL` | Supabase API public URL | `""` |
|
||||
| `dbSSL` | Supabase API database connection mode for SSL. Applied to all components. Allowed values: verify-ca, verify-full, disable, allow, prefer, require | `disable` |
|
||||
|
||||
### Supabase Auth Parameters
|
||||
|
||||
@@ -138,7 +138,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `auth.extraConfigExistingConfigmap` | The name of an existing ConfigMap with extra configuration | `""` |
|
||||
| `auth.image.registry` | Gotrue image registry | `docker.io` |
|
||||
| `auth.image.repository` | Gotrue image repository | `bitnami/gotrue` |
|
||||
| `auth.image.tag` | Gotrue image tag (immutable tags are recommended) | `1.0.1-debian-11-r32` |
|
||||
| `auth.image.tag` | Gotrue image tag (immutable tags are recommended) | `1.0.1-debian-11-r34` |
|
||||
| `auth.image.digest` | Gotrue image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `auth.image.pullPolicy` | Gotrue image pull policy | `IfNotPresent` |
|
||||
| `auth.image.pullSecrets` | Gotrue image pull secrets | `[]` |
|
||||
@@ -227,7 +227,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `meta.extraConfigExistingConfigmap` | The name of an existing ConfigMap with extra configuration | `""` |
|
||||
| `meta.image.registry` | Supabase Postgres Meta image registry | `docker.io` |
|
||||
| `meta.image.repository` | Supabase Postgres Meta image repository | `bitnami/supabase-postgres-meta` |
|
||||
| `meta.image.tag` | Supabase Postgres Meta image tag (immutable tags are recommended) | `0.64.6-debian-11-r11` |
|
||||
| `meta.image.tag` | Supabase Postgres Meta image tag (immutable tags are recommended) | `0.65.0-debian-11-r0` |
|
||||
| `meta.image.digest` | Supabase Postgres Meta image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `meta.image.pullPolicy` | Supabase Postgres Meta image pull policy | `IfNotPresent` |
|
||||
| `meta.image.pullSecrets` | Supabase Postgres Meta image pull secrets | `[]` |
|
||||
@@ -319,7 +319,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.13.0-debian-11-r5` |
|
||||
| `realtime.image.tag` | Realtime image tag (immutable tags are recommended) | `2.13.1-debian-11-r0` |
|
||||
| `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 | `[]` |
|
||||
@@ -398,76 +398,76 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### Supabase Rest Parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
||||
| `rest.enabled` | Enable Supabase rest | `true` |
|
||||
| `rest.replicaCount` | Number of Supabase rest replicas to deploy | `1` |
|
||||
| `rest.defaultConfig` | Default configuration for the Supabase rest service | `""` |
|
||||
| `rest.extraConfig` | Extra configuration for the Supabase rest service | `{}` |
|
||||
| `rest.existingConfigmap` | The name of an existing ConfigMap with the default configuration | `""` |
|
||||
| `rest.extraConfigExistingConfigmap` | The name of an existing ConfigMap with extra configuration | `""` |
|
||||
| `rest.image.registry` | PostgREST image registry | `docker.io` |
|
||||
| `rest.image.repository` | PostgREST image repository | `bitnami/postgrest` |
|
||||
| `rest.image.tag` | PostgREST image tag (immutable tags are recommended) | `10.2.0-debian-11-r11` |
|
||||
| `rest.image.digest` | PostgREST image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `rest.image.pullPolicy` | PostgREST image pull policy | `IfNotPresent` |
|
||||
| `rest.image.pullSecrets` | PostgREST image pull secrets | `[]` |
|
||||
| `rest.containerPorts.http` | Supabase rest HTTP container port | `3000` |
|
||||
| `rest.livenessProbe.enabled` | Enable livenessProbe on Supabase rest containers | `true` |
|
||||
| `rest.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `5` |
|
||||
| `rest.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
|
||||
| `rest.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
|
||||
| `rest.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` |
|
||||
| `rest.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `rest.readinessProbe.enabled` | Enable readinessProbe on Supabase rest containers | `true` |
|
||||
| `rest.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `5` |
|
||||
| `rest.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
|
||||
| `rest.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `5` |
|
||||
| `rest.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
|
||||
| `rest.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
|
||||
| `rest.startupProbe.enabled` | Enable startupProbe on Supabase rest containers | `false` |
|
||||
| `rest.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `5` |
|
||||
| `rest.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
|
||||
| `rest.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `5` |
|
||||
| `rest.startupProbe.failureThreshold` | Failure threshold for startupProbe | `6` |
|
||||
| `rest.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
|
||||
| `rest.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
|
||||
| `rest.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
|
||||
| `rest.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
|
||||
| `rest.resources.limits` | The resources limits for the Supabase rest containers | `{}` |
|
||||
| `rest.resources.requests` | The requested resources for the Supabase rest containers | `{}` |
|
||||
| `rest.podSecurityContext.enabled` | Enabled Supabase rest pods' Security Context | `true` |
|
||||
| `rest.podSecurityContext.fsGroup` | Set Supabase rest pod's Security Context fsGroup | `1001` |
|
||||
| `rest.containerSecurityContext.enabled` | Enabled Supabase rest containers' Security Context | `true` |
|
||||
| `rest.containerSecurityContext.runAsUser` | Set Supabase rest containers' Security Context runAsUser | `1001` |
|
||||
| `rest.containerSecurityContext.runAsNonRoot` | Set Supabase rest containers' Security Context runAsNonRoot | `true` |
|
||||
| `rest.containerSecurityContext.readOnlyRootFilesystem` | Set Supabase rest containers' Security Context runAsNonRoot | `false` |
|
||||
| `rest.command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `rest.args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `rest.hostAliases` | Supabase rest pods host aliases | `[]` |
|
||||
| `rest.podLabels` | Extra labels for Supabase rest pods | `{}` |
|
||||
| `rest.podAnnotations` | Annotations for Supabase rest pods | `{}` |
|
||||
| `rest.podAffinityPreset` | Pod affinity preset. Ignored if `rest.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `rest.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `rest.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `rest.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `rest.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `rest.nodeAffinityPreset.key` | Node label key to match. Ignored if `rest.affinity` is set | `""` |
|
||||
| `rest.nodeAffinityPreset.values` | Node label values to match. Ignored if `rest.affinity` is set | `[]` |
|
||||
| `rest.affinity` | Affinity for Supabase rest pods assignment | `{}` |
|
||||
| `rest.nodeSelector` | Node labels for Supabase rest pods assignment | `{}` |
|
||||
| `rest.tolerations` | Tolerations for Supabase rest pods assignment | `[]` |
|
||||
| `rest.updateStrategy.type` | Supabase rest statefulset strategy type | `RollingUpdate` |
|
||||
| `rest.priorityClassName` | Supabase rest pods' priorityClassName | `""` |
|
||||
| `rest.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` |
|
||||
| `rest.schedulerName` | Name of the k8s scheduler (other than default) for Supabase rest pods | `""` |
|
||||
| `rest.terminationGracePeriodSeconds` | Seconds Redmine pod needs to terminate gracefully | `""` |
|
||||
| `rest.lifecycleHooks` | for the Supabase rest container(s) to automate configuration before or after startup | `{}` |
|
||||
| `rest.extraEnvVars` | Array with extra environment variables to add to Supabase rest nodes | `[]` |
|
||||
| `rest.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for Supabase rest nodes | `""` |
|
||||
| `rest.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for Supabase rest nodes | `""` |
|
||||
| `rest.extraVolumes` | Optionally specify extra list of additional volumes for the Supabase rest pod(s) | `[]` |
|
||||
| `rest.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase rest container(s) | `[]` |
|
||||
| `rest.sidecars` | Add additional sidecar containers to the Supabase rest pod(s) | `[]` |
|
||||
| `rest.initContainers` | Add additional init containers to the Supabase rest pod(s) | `[]` |
|
||||
| Name | Description | Value |
|
||||
| ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
||||
| `rest.enabled` | Enable Supabase rest | `true` |
|
||||
| `rest.replicaCount` | Number of Supabase rest replicas to deploy | `1` |
|
||||
| `rest.defaultConfig` | Default configuration for the Supabase rest service | `""` |
|
||||
| `rest.extraConfig` | Extra configuration for the Supabase rest service | `{}` |
|
||||
| `rest.existingConfigmap` | The name of an existing ConfigMap with the default configuration | `""` |
|
||||
| `rest.extraConfigExistingConfigmap` | The name of an existing ConfigMap with extra configuration | `""` |
|
||||
| `rest.image.registry` | PostgREST image registry | `docker.io` |
|
||||
| `rest.image.repository` | PostgREST image repository | `bitnami/postgrest` |
|
||||
| `rest.image.tag` | PostgREST image tag (immutable tags are recommended) | `11.0.1-debian-11-r1` |
|
||||
| `rest.image.digest` | PostgREST image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `rest.image.pullPolicy` | PostgREST image pull policy | `IfNotPresent` |
|
||||
| `rest.image.pullSecrets` | PostgREST image pull secrets | `[]` |
|
||||
| `rest.containerPorts.http` | Supabase rest HTTP container port | `3000` |
|
||||
| `rest.livenessProbe.enabled` | Enable livenessProbe on Supabase rest containers | `true` |
|
||||
| `rest.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `5` |
|
||||
| `rest.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
|
||||
| `rest.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
|
||||
| `rest.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` |
|
||||
| `rest.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `rest.readinessProbe.enabled` | Enable readinessProbe on Supabase rest containers | `true` |
|
||||
| `rest.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `5` |
|
||||
| `rest.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
|
||||
| `rest.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `5` |
|
||||
| `rest.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
|
||||
| `rest.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
|
||||
| `rest.startupProbe.enabled` | Enable startupProbe on Supabase rest containers | `false` |
|
||||
| `rest.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `5` |
|
||||
| `rest.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
|
||||
| `rest.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `5` |
|
||||
| `rest.startupProbe.failureThreshold` | Failure threshold for startupProbe | `6` |
|
||||
| `rest.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
|
||||
| `rest.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
|
||||
| `rest.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
|
||||
| `rest.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
|
||||
| `rest.resources.limits` | The resources limits for the Supabase rest containers | `{}` |
|
||||
| `rest.resources.requests` | The requested resources for the Supabase rest containers | `{}` |
|
||||
| `rest.podSecurityContext.enabled` | Enabled Supabase rest pods' Security Context | `true` |
|
||||
| `rest.podSecurityContext.fsGroup` | Set Supabase rest pod's Security Context fsGroup | `1001` |
|
||||
| `rest.containerSecurityContext.enabled` | Enabled Supabase rest containers' Security Context | `true` |
|
||||
| `rest.containerSecurityContext.runAsUser` | Set Supabase rest containers' Security Context runAsUser | `1001` |
|
||||
| `rest.containerSecurityContext.runAsNonRoot` | Set Supabase rest containers' Security Context runAsNonRoot | `true` |
|
||||
| `rest.containerSecurityContext.readOnlyRootFilesystem` | Set Supabase rest containers' Security Context runAsNonRoot | `false` |
|
||||
| `rest.command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `rest.args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `rest.hostAliases` | Supabase rest pods host aliases | `[]` |
|
||||
| `rest.podLabels` | Extra labels for Supabase rest pods | `{}` |
|
||||
| `rest.podAnnotations` | Annotations for Supabase rest pods | `{}` |
|
||||
| `rest.podAffinityPreset` | Pod affinity preset. Ignored if `rest.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `rest.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `rest.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `rest.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `rest.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `rest.nodeAffinityPreset.key` | Node label key to match. Ignored if `rest.affinity` is set | `""` |
|
||||
| `rest.nodeAffinityPreset.values` | Node label values to match. Ignored if `rest.affinity` is set | `[]` |
|
||||
| `rest.affinity` | Affinity for Supabase rest pods assignment | `{}` |
|
||||
| `rest.nodeSelector` | Node labels for Supabase rest pods assignment | `{}` |
|
||||
| `rest.tolerations` | Tolerations for Supabase rest pods assignment | `[]` |
|
||||
| `rest.updateStrategy.type` | Supabase rest statefulset strategy type | `RollingUpdate` |
|
||||
| `rest.priorityClassName` | Supabase rest pods' priorityClassName | `""` |
|
||||
| `rest.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` |
|
||||
| `rest.schedulerName` | Name of the k8s scheduler (other than default) for Supabase rest pods | `""` |
|
||||
| `rest.terminationGracePeriodSeconds` | Seconds Redmine pod needs to terminate gracefully | `""` |
|
||||
| `rest.lifecycleHooks` | for the Supabase rest container(s) to automate configuration before or after startup | `{}` |
|
||||
| `rest.extraEnvVars` | Array with extra environment variables to add to Supabase rest nodes | `[]` |
|
||||
| `rest.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for Supabase rest nodes | `""` |
|
||||
| `rest.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for Supabase rest nodes | `""` |
|
||||
| `rest.extraVolumes` | Optionally specify extra list of additional volumes for the Supabase rest pod(s) | `[]` |
|
||||
| `rest.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Supabase rest container(s) | `[]` |
|
||||
| `rest.sidecars` | Add additional sidecar containers to the Supabase rest pod(s) | `[]` |
|
||||
| `rest.initContainers` | Add additional init containers to the Supabase rest pod(s) | `[]` |
|
||||
|
||||
### Supabase Rest Traffic Exposure Parameters
|
||||
|
||||
@@ -497,7 +497,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.37.10-debian-11-r0` |
|
||||
| `storage.image.tag` | Storage image tag (immutable tags are recommended) | `0.38.0-debian-11-r0` |
|
||||
| `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 | `[]` |
|
||||
@@ -602,7 +602,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `studio.extraConfigExistingConfigmap` | The name of an existing ConfigMap with extra configuration | `""` |
|
||||
| `studio.image.registry` | Studio image registry | `docker.io` |
|
||||
| `studio.image.repository` | Studio image repository | `bitnami/supabase-studio` |
|
||||
| `studio.image.tag` | Studio image tag (immutable tags are recommended) | `0.23.4-debian-11-r3` |
|
||||
| `studio.image.tag` | Studio image tag (immutable tags are recommended) | `0.23.4-debian-11-r5` |
|
||||
| `studio.image.digest` | Studio image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `studio.image.pullPolicy` | Studio image pull policy | `IfNotPresent` |
|
||||
| `studio.image.pullSecrets` | Studio image pull secrets | `[]` |
|
||||
@@ -699,7 +699,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
|
||||
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r116` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r118` |
|
||||
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
|
||||
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
|
||||
@@ -708,7 +708,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-r40` |
|
||||
| `psqlImage.tag` | PostgreSQL client image tag (immutable tags are recommended) | `15.1.0-debian-11-r41` |
|
||||
| `psqlImage.pullPolicy` | PostgreSQL client image pull policy | `IfNotPresent` |
|
||||
| `psqlImage.pullSecrets` | PostgreSQL client image pull secrets | `[]` |
|
||||
| `psqlImage.debug` | Enable PostgreSQL client image debug mode | `false` |
|
||||
@@ -752,7 +752,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-r40` |
|
||||
| `postgresql.image.tag` | PostgreSQL image tag (immutable tags are recommended) | `15.1.0-debian-11-r41` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -104,7 +104,7 @@ jwt:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jwt-cli
|
||||
tag: 5.0.3-debian-11-r30
|
||||
tag: 5.0.3-debian-11-r32
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -131,7 +131,7 @@ jwt:
|
||||
##
|
||||
registry: docker.io
|
||||
repository: bitnami/kubectl
|
||||
tag: 1.26.4-debian-11-r11
|
||||
tag: 1.26.5-debian-11-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -293,7 +293,7 @@ auth:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/gotrue
|
||||
tag: 1.0.1-debian-11-r32
|
||||
tag: 1.0.1-debian-11-r34
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -617,7 +617,7 @@ meta:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/supabase-postgres-meta
|
||||
tag: 0.64.6-debian-11-r11
|
||||
tag: 0.65.0-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -960,7 +960,7 @@ realtime:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/supabase-realtime
|
||||
tag: 2.13.0-debian-11-r5
|
||||
tag: 2.13.1-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1282,7 +1282,7 @@ rest:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgrest
|
||||
tag: 10.2.0-debian-11-r11
|
||||
tag: 11.0.1-debian-11-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1609,7 +1609,7 @@ storage:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/supabase-storage
|
||||
tag: 0.37.10-debian-11-r0
|
||||
tag: 0.38.0-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1983,7 +1983,7 @@ studio:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/supabase-studio
|
||||
tag: 0.23.4-debian-11-r3
|
||||
tag: 0.23.4-debian-11-r5
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -2386,7 +2386,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r116
|
||||
tag: 11-debian-11-r118
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
@@ -2427,7 +2427,7 @@ volumePermissions:
|
||||
psqlImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/supabase-postgres
|
||||
tag: 15.1.0-debian-11-r40
|
||||
tag: 15.1.0-debian-11-r41
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -2591,7 +2591,7 @@ postgresql:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/supabase-postgres
|
||||
tag: 15.1.0-debian-11-r40
|
||||
tag: 15.1.0-debian-11-r41
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user