-
Notifications
You must be signed in to change notification settings - Fork 75
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
chore: upgrade charts to Flux v2.0.0 (GA) #177
chore: upgrade charts to Flux v2.0.0 (GA) #177
Conversation
Signed-off-by: Jimi Dodd-o <jimi@prefect.io>
We need to bump Kubernetes in e2e tests to |
Signed-off-by: Jimi Dodd-o <jimi@prefect.io>
Signed-off-by: Jimi Dodd-o <jimi@prefect.io>
Signed-off-by: Jimi Dodd-o <jimi@prefect.io>
Ok we need to replace:
With:
|
Per the README I believe we want to use |
Something else seems weird with the e2e sync 🤔 as we are creating a cluster named |
Signed-off-by: Jimi Dodd-o <jimi@prefect.io>
@jimid27 we need to replace the
|
omg my bad I misread your previous post. Change incoming |
Signed-off-by: Jimi Dodd-o <jimi@prefect.io>
Works now GG! can you please squash the last 4 commits. |
Signed-off-by: Jimi Dodd-o <jimi@prefect.io> make reviewable Signed-off-by: Jimi Dodd-o <jimi@prefect.io> try forcing the name Signed-off-by: Jimi Dodd-o <jimi@prefect.io> e2e sync using helm/kind-action Signed-off-by: Jimi Dodd-o <jimi@prefect.io>
…-helm into chore/flux2.0-release
should be squashed lmk if theres anything else needed here (or if I messed the squash up 😄 ) |
Eh the squash didn't work, I can do it at merge time into a single commit. |
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.
LGTM
Thanks @jimid27 🏅
Upgrade charts to Flux v2.0.0 (GA) Signed-off-by: Jimi Dodd-o <jimi@prefect.io>
What this PR does / why we need it:
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer:
Checklist
make reviewable