We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a preparation to delete the helm chart (#9842) move the chart/config/db/init out of the helm chart because they are still needed elsewhere.
They are needed by:
The db-migrations:
db-migrations
gitpod/components/gitpod-db/BUILD.yaml
Line 50 in 4e33131
The installer also has references. Not sure if it consumes the scripts directly or just has references into the db-migrations component:
gitpod/install/installer/pkg/components/database/init/constants.go
Line 12 in 4820e80
gitpod/install/installer/pkg/components/database/incluster/constants.go
Line 13 in 4820e80
Remove files related to db-init from the chart/ folder so that the chart/folder can be safely deleted.
The text was updated successfully, but these errors were encountered:
This has already been done with the helm chart removal PR.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe
As a preparation to delete the helm chart (#9842) move the chart/config/db/init out of the helm chart because they are still needed elsewhere.
They are needed by:
The
db-migrations
:gitpod/components/gitpod-db/BUILD.yaml
Line 50 in 4e33131
The installer also has references. Not sure if it consumes the scripts directly or just has references into the db-migrations component:
gitpod/install/installer/pkg/components/database/init/constants.go
Line 12 in 4820e80
gitpod/install/installer/pkg/components/database/incluster/constants.go
Line 13 in 4820e80
Describe the behaviour you'd like
Remove files related to db-init from the chart/ folder so that the chart/folder can be safely deleted.
The text was updated successfully, but these errors were encountered: