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

Drop circleci, add githb actions and refators #554

Merged
merged 5 commits into from
Oct 19, 2023
Merged

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Oct 19, 2023

What type of PR is this?
/kind feature

Any specific area of the project related to this PR?

/area falco-chart

What this PR does / why we need it:

  • add dependabot config
  • move to a charts directory to make it more clean
  • drop circleci config
  • add github actions workflows for testing and release

bonus point: it will push the oci chart to the github registry as well :)

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Checklist

  • Chart Version bumped
  • Variables are documented in the README.md
  • CHANGELOG.md updated

@cpanato
Copy link
Member Author

cpanato commented Oct 19, 2023

as a follow up we can sign the chart with gpg, but will require someone to create the keys

@cpanato
Copy link
Member Author

cpanato commented Oct 19, 2023

/assign @leogr @LucaGuerra

also will need someone with admin access in circleci to remove the job from there

@cpanato
Copy link
Member Author

cpanato commented Oct 19, 2023

looks like falco-exporter failed, checking

Signed-off-by: cpanato <[email protected]>
@cpanato
Copy link
Member Author

cpanato commented Oct 19, 2023

also, the release might failed when we merge this because it see those charts as new charts. But after we merge this i will follow up to make sure everything will work

i did some tests in a sample repo and that works, and got the same issues as here

@cpanato
Copy link
Member Author

cpanato commented Oct 19, 2023

for the falco-exporter maybe we ignore that for now and i will test asap we merge this

@cpanato
Copy link
Member Author

cpanato commented Oct 19, 2023

now it is fixed :)

Comment on lines +5 to +9
branches:
- main
- master
paths:
- "charts/**"
Copy link
Member

Choose a reason for hiding this comment

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

A new chart will be released each time we push changes to charts. Right?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, same behavior, just blocking when there is no changes in the chart, to we be able to update other things like ci and configs

@poiana
Copy link
Contributor

poiana commented Oct 19, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cpanato, Issif

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@poiana poiana added the lgtm label Oct 19, 2023
@poiana
Copy link
Contributor

poiana commented Oct 19, 2023

LGTM label has been added.

Git tree hash: 10ddc154b31b8ddd96ea954c17e1db5fde288121

@poiana poiana merged commit f3bba6e into master Oct 19, 2023
3 of 4 checks passed
@poiana poiana deleted the add-gh-actions branch October 19, 2023 13:30
pmusa pushed a commit to pmusa/falco-website that referenced this pull request Nov 16, 2023
[PR 554 in the charts repo](falcosecurity/charts#554) refactored the folder structure of the Falco and Falcosidekick charts.

This PR updates all the URLs with to the new structure. For example:
from: https://github.com/falcosecurity/charts/tree/master/falco
to:   https://github.com/falcosecurity/charts/tree/master/charts/falco

Signed-off-by: Pablo Musa <[email protected]>
poiana pushed a commit to falcosecurity/falco-website that referenced this pull request Nov 16, 2023
[PR 554 in the charts repo](falcosecurity/charts#554) refactored the folder structure of the Falco and Falcosidekick charts.

This PR updates all the URLs with to the new structure. For example:
from: https://github.com/falcosecurity/charts/tree/master/falco
to:   https://github.com/falcosecurity/charts/tree/master/charts/falco

Signed-off-by: Pablo Musa <[email protected]>
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.

6 participants