-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: restructure chart and cleanup #46
Conversation
Hey @evegufy! Helm test fails as there are multiple resources with the same name rendered. This is a conflict between dependencies. Can you also have a look into this? Helm install does work interestingly but you can reproduce the problem by running |
@almadigabor sure, I'll check it out next week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
helm checks should work fine once you merge my pr #48
my guess on why there aren't duplicate resources after the upgrade of the portal and iam charts anymore: the central and sharedidp caused this, for the iam charts we use the chart from Bitnami as dependency and they must have improvedthe unique naming of resources from the version which we used for our 1.2.0 to the version which we used for our 2.0.0.
feat: upgrade portal and iam subcharts to 23.12 release
Description
from #48:
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: