Skip to content

refactor: low resource mode disables connector builder server #160

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

Conversation

bernielomax
Copy link
Contributor

No description provided.

@bernielomax bernielomax requested a review from a team as a code owner May 29, 2025 22:22
Fixed an issue where string boolean values (like "false") were not properly
converted to actual boolean values when used as Helm dependency conditions.
This specifically affected the connector-builder-server.enabled condition,
causing chart rendering errors.

The boolean conversion was already implemented in maps.FromSlice(), but
this issue revealed that Helm's dependency condition system requires proper
boolean typing rather than string representations.
@bernielomax bernielomax force-pushed the bernielomax/refactor/low-resource-mode-no-connector-builder-server branch from cf8a773 to ef5b915 Compare May 29, 2025 22:30
@bernielomax bernielomax merged commit 28e33f8 into main May 29, 2025
2 checks passed
@bernielomax bernielomax deleted the bernielomax/refactor/low-resource-mode-no-connector-builder-server branch May 29, 2025 22:48
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.

4 participants