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

Add functions to init container for helm chart deployment #5586

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

bobh66
Copy link
Contributor

@bobh66 bobh66 commented Apr 16, 2024

Description of your changes

Added support for deploying functions along with the Crossplane Helm Chart, using the same logic that
is used for Providers and Configurations.

Fixes #5541

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added or updated unit tests.
    - [ ] Added or updated e2e tests.
  • Linked a PR or a docs tracking issue to document this change.
  • Added backport release-x.y labels to auto-backport this PR.

Need help with this checklist? See the cheat sheet.

Tested these changes using a helm deployment to include function-auto-ready in the deployed set of packages.

Signed-off-by: Bob Haddleton <bob.haddleton@nokia.com>
Copy link
Contributor

@phisco phisco left a comment

Choose a reason for hiding this comment

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

Thanks @bobh66!

@phisco phisco merged commit 108798d into crossplane:master Apr 17, 2024
17 checks passed
Copy link

Backport failed for release-1.15, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-1.15
git worktree add -d .worktree/backport-5586-to-release-1.15 origin/release-1.15
cd .worktree/backport-5586-to-release-1.15
git switch --create backport-5586-to-release-1.15
git cherry-pick -x cf3885087cb47aefee892dffb8a5dfadb21405a5

@jbw976
Copy link
Member

jbw976 commented Apr 17, 2024

Is this not the same functionality as #5539? Is there a reason that earlier PR did not move forward, or was it just an oversight here? 🤔

@haarchri
Copy link
Contributor

Mhm :( #5539 was approved btw

@bobh66
Copy link
Contributor Author

bobh66 commented Apr 17, 2024

My apologies @haarchri - I should have seen and merged your PR. I will work to clean up the PR backlog so I don't make the same mistake again.

@haarchri
Copy link
Contributor

No problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce an option to install Functions in Crossplane chart
4 participants