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

Bug fix for external database and containers without "latest" tag support. #93

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

baikjy0215
Copy link

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

The chart uses tag "latest" for the containers that does not support it.

The chart has a bug integrating external database for Analytics, Auth, functions, rest, and storage.

What is the new behavior?

The containers that do not support the "latest" tag have specific tag.

The containers for Analytics, Auth, functions, rest, and storage can now connect to external database.

Additional context

Added DB_SSL environment variable for the Analytics and made the DB_SCHEMA optional.

baikjy0215 and others added 2 commits November 29, 2024 23:58
Specified tags for the following containers lacking the "latest" tag: supabase/gotrue (auth), supabase/postgres-meta (meta), timberio/vector (vector), and supabase/edge-runtime (functions)
Added DB_HOSTNAME environment variable to analytics.
Made the DB_SCHEMA for analytics optional.

Updated DB_PASSWORD_ENC to DB_PASSSWORD for Postgres URL in analytics, auth, functions, rest, and storage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant