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 argocd to manage utilities for e2e-cluster #1061

Merged
merged 5 commits into from
Jul 16, 2024
Merged

Conversation

andrleite
Copy link
Contributor

Summary

Use argocd to manage utilities for e2e-cluster

Ticket Link

Fixes https://mattermost.atlassian.net/browse/CLD-7783

Release Note

None

@mm-cloud-bot mm-cloud-bot added kind/feature Categorizes issue or PR as related to a new feature. release-note-none Denotes a PR that doesn't merit a release note. labels Jul 11, 2024
Copy link
Contributor

@gabrieljackson gabrieljackson left a comment

Choose a reason for hiding this comment

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

I think we can make a few improvements which I outlined below

e2e/tests/shared/shared.go Outdated Show resolved Hide resolved
e2e/tests/shared/shared.go Outdated Show resolved Hide resolved
e2e/tests/shared/shared.go Outdated Show resolved Hide resolved
Copy link
Contributor

@nickmisasi nickmisasi left a comment

Choose a reason for hiding this comment

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

Nothing to add from Gabe's suggestions, just commenting so you can re-request review when you've addressed them!


createClusterReq.DesiredUtilityVersions = map[string]*model.HelmUtilityVersion{
model.NginxCanonicalName: {
Chart: "unmanaged",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Chart: "unmanaged",
Chart: model.UnmanagedUtilityVersion,

This is also a constant we can use for all utilities.

@andrleite andrleite requested a review from gabrieljackson July 15, 2024 18:47
Copy link
Contributor

@gabrieljackson gabrieljackson left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for addressing the feedback.

@andrleite andrleite merged commit 4867651 into master Jul 16, 2024
5 checks passed
@andrleite andrleite deleted the feat/CLD-7783 branch July 16, 2024 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. release-note-none Denotes a PR that doesn't merit a release note.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants