Skip to content
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

fix: (helm) Add expand env template for dependsOn, fix concurrent installation (#9689) #9707

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

plumpy
Copy link
Collaborator

@plumpy plumpy commented Feb 4, 2025

  • fix(helm): Add expand env template for dependsOn and fix concurrent installation

  • tests

Signed-off-by: Suleiman Dibirov [email protected]


Signed-off-by: Suleiman Dibirov [email protected]

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi team,

I'm currently reviewing this pull request and will provide feedback shortly. In the meantime, here's a summary for you and other reviewers to quickly get up to speed:

This pull request addresses concurrent installation issues in the Helm deployer and improves the handling of environment variables in release names and dependencies.

Intent:

The primary goal is to fix concurrent installation problems and enhance the robustness of environment variable expansion within Helm deployments. The changes ensure that release names and dependsOn fields correctly handle environment variables, preventing unexpected behavior during concurrent deployments.

Changes:

  • pkg/skaffold/deploy/helm/helm.go: Modified the deployment logic to handle concurrency more effectively. Specifically, lines 288-298 were changed to allow for configurable concurrency, with a default of sequential execution. The handling of release names (lines 338-344) now includes environment variable expansion for release names. The logging (lines 309-312) was also slightly adjusted for clarity.
  • pkg/skaffold/deploy/helm/helm_test.go: Added a new test case (testDeployWithDependsOnConfig) on lines 69-82 to verify the correct functionality of dependsOn with environment variables. This involved adding a new test case to the TestHelmDeploy function (lines 464-481) to cover the new scenario.
  • pkg/skaffold/deploy/helm/util.go: Removed unnecessary environment variable expansion from the BuildDependencyGraph function (lines 27-29). This simplifies the dependency graph creation and removes a potential source of errors.
  • pkg/skaffold/deploy/helm/util_test.go: Updated a test case description (lines 69-79) to reflect the changes in the BuildDependencyGraph function.

Activity:

The pull request has been updated with additional tests to cover the changes made. The author, Suleiman Dibirov, has signed off on the changes.

I'll provide a more detailed review shortly. Thanks!


And now, a little haiku to brighten your day:

Code flows like a stream,
Fixes merge, the build turns green,
Joyful, smooth release.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request addresses a concurrency issue in the Helm deployer and allows for environment variable expansion in dependsOn. The changes are well-structured and improve the functionality and flexibility of the Helm deployer. The added test case effectively covers the new dependsOn behavior. A few minor suggestions for improvement are listed below.

I've referenced the Effective Go style guide in this review.

…tallation (GoogleContainerTools#9689)

* fix(helm): Add expand env template for dependsOn and fix concurrent installation

* tests

Signed-off-by: Suleiman Dibirov <[email protected]>

---------

Signed-off-by: Suleiman Dibirov <[email protected]>
@plumpy plumpy marked this pull request as ready for review February 4, 2025 19:06
@plumpy plumpy requested a review from a team as a code owner February 4, 2025 19:06
@plumpy plumpy enabled auto-merge (squash) February 4, 2025 19:09
@plumpy plumpy merged commit 5d58ba8 into GoogleContainerTools:release/v2.14 Feb 4, 2025
11 checks passed
@plumpy plumpy deleted the cp1 branch February 4, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants