-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Werft can no longer build my Pull Request (with-helm, with-payment) #8829
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
Comments
Working on another issue I encountered the problem that the secret |
@wulfthimm I'm assigning this to you and moving it to in-progress as it sounds like you're currently debugging this. |
@mads-hartmann Thx, I was about to do that. |
@jankeromnes and I paired on this. The installation failed with
And found the following log line (see link): Our theory is that this only happens when you use with-helm and have a migration (we haven't verified this though). Jan will look into why the ENV is missing. I'm closing this issue now as this is outside our scope |
Re-Opening, because the error is still there and it affects users of every Error:
|
The db-migration that starts requiring the DB_ENCYPTION_KEYS was introduces here:
This change from @geropl is from Feb 11. |
Uh oh!
There was an error while loading. Please reload this page.
Bug description
In my Pull Request #8041, I use the following Werft options:
That's because I need a working Chargebee integration to exercise our paid plans code, and that only works with Helm currently.
It used to work quite well, until I needed to work on something else for a week or two, and coming back to the Pull Request (and rebasing it), the Werft build now always fails with:
E.g. https://werft.gitpod-dev.com/job/gitpod-build-jx-better-team-subscriptions.33/raw
Please help me figure out why it broke, and how to fix it again, so that I can simplify Gitpod's Team Plans.
Steps to reproduce
Workspace affected
No response
Expected behavior
The build should succeed (and still have a payment integration).
Example repository
https://github.com/gitpod-io/gitpod
Anything else?
See also my initial report on Slack (internal)
The text was updated successfully, but these errors were encountered: