Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: supabase-community/supabase-kubernetes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Credtent/supabase-kubernetes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 11 files changed
  • 4 contributors

Commits on Oct 24, 2024

  1. change db into a StatefulSet

    Changed the DB component into a stateful set. This avoid having two instances of
    the DB running *on the same data*, which can happen with a deployment (i.e., during
    an update/reconfiguration).
    Also, added a shutdown command to properly shut down the database, to prevent
    data corruption.
    SimoneLazzaris committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3e946b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Specified tags for containers without latest tag

    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)
    baikjy0215 authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3046849 View commit details
    Browse the repository at this point in the history
  2. Fixed bugs for external database connection

    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.
    baikjy0215 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    92630ad View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Merge branch 'pr-89'

    Raymond Jia committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    9c0893f View commit details
    Browse the repository at this point in the history
  2. storage: treat secretRef as valid s3 configuration

    Raymond Jia committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    2d507d9 View commit details
    Browse the repository at this point in the history
  3. storage: fix incorrect key name

    Raymond Jia committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    385fd0e View commit details
    Browse the repository at this point in the history
  4. analytics: use a second key with different scope for supabase-studio …

    …to query logs
    Raymond Jia committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    5a624e1 View commit details
    Browse the repository at this point in the history
  5. analytics: fix a "fix" that only works for external db

    Raymond Jia committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    dc9ff18 View commit details
    Browse the repository at this point in the history
Loading