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

Use path for kustomize apps and chart for helm apps to generate app hash #488

Merged
merged 8 commits into from Jul 19, 2021

Conversation

josecordaz
Copy link
Contributor

What changed?
App hash generator will use Chart parameter for helm type apps

Why?
The hash generator was using Path parameter all the time, which had the same value when adding more than 1 helm app, leading to duplicate app hashes, resulting in failures when trying to add two different charts from the same helm repository.

How did you test it?
Manually

Release notes

Documentation Changes

Copy link
Contributor

@jpellizzari jpellizzari left a comment

Choose a reason for hiding this comment

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

👍 with a note about reducing some unnecessary indirection

pkg/services/app/add.go Outdated Show resolved Hide resolved
@josecordaz josecordaz merged commit d6d1227 into main Jul 19, 2021
@bigkevmcd bigkevmcd deleted the 485/fail-adding-2-helm-apps-2 branch December 15, 2021 10:59
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.

None yet

2 participants