Michael Blickenstorfer
Michael Blickenstorfer
### Helm chart name k8s-at-home/vaultwarden ### Helm chart version vaultwarden-5.0.0 ### Container name docker.io/vaultwarden/server:1.25.0 ### Container tag 1.25.0 ### Description Hey there, I get the following error when upgrading Vaultwarden:...
# Bug report I am trying to run Supabase on a Kubernetes cluster (with the [supabase-community/supabase-kubernetes](https://github.com/supabase-community/supabase-kubernetes) project). However, when connecting to the database I get the following error: Error: [500]...
**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
This issue should be solvable quite easy. When you access the Supabase Studio at `/project/default/api` it fails with the following error:  This is similar to a [issue](https://github.com/supabase/supabase/issues/4550) in the...
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? Currently, kong fails to start running with the following error: ``` /scripts/wrapper.sh: 3:...
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? If the database provided is being disabled in `values.yaml` (e.g. because of using...
Hi there :) I try to add the helm charts according to the documentation: ``` helm repo add supabase https://supabase-community.github.io/supabase-kubernetes helm install RELEASE_NAME supabase/supabase --namespace NAMESPACE -f your-values.yaml --create-namespace ```...