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

ci: Use helm for deployment to clusters #347

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Conversation

ppawlowski
Copy link
Contributor

@ppawlowski ppawlowski commented Mar 13, 2024

Description

This PR changes the way how the FlowFuse Cloud containers are deployed to environments. The aproach is changed from kubectl to helm.
The whole idea is to update image values for particular environments stored in the FlowFuse/CloudProject and let FlowFuse Cloud deployment workflow to run actual update via helm chart. Due to this fact, PR should be merged after https://github.com/FlowFuse/CloudProject/pull/372 .
At this moment workflow is crafted without DRY approach and by readapting existing reusable workflows created for different purposes. In the future this should be change to follow DRY principles.

!!! Current cofngiuration relies on unreleased reusable workflow feature - workflow should be updated once feature is released.

Related Issue(s)

https://github.com/FlowFuse/CloudProject/issues/230

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production

Labels

  • Backport needed? -> add the backport label
  • Includes a DB migration? -> add the area:migration label

@ppawlowski ppawlowski changed the title feat: Use helm for deployment to clusters ci: Use helm for deployment to clusters Mar 15, 2024
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

1 participant