-
Notifications
You must be signed in to change notification settings - Fork 345
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
fix(CI): publish KubeArmorOperator Helm charts #1347
fix(CI): publish KubeArmorOperator Helm charts #1347
Conversation
3d580a5
to
01d10fd
Compare
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.
Can we also copy the README for helm? Since we are syncing the charts itself maybe syncing the README also makes sense?
@daemon1024 The GH action that we are using only commits and pushes helm chart changes. So we'll have to update README manually or create a separate automated commit. WDYT? |
01d10fd
to
01df8a6
Compare
please include the fix to use release namespace here also with this PR itself. |
ea4770d
to
2400bfc
Compare
@rksharma95 @daemon1024 I've added a commit which builds the operator with local paths for dependencies while taking care of docker build context. This will get us rid of the hassle of updating our packages upstream before we update the operator. PTAL. |
|
@rksharma95 If I understand correctly, we'll have a common workflow which builds images for controller and operator based on the paths changed in PR and then run KubeArmor using operator. |
let's target it in v0.12 🚀 |
90d079b
to
153d25b
Compare
Signed-off-by: Rudraksh Pareek <[email protected]>
Signed-off-by: Rudraksh Pareek <[email protected]>
Signed-off-by: Rudraksh Pareek <[email protected]>
153d25b
to
f7cbde5
Compare
Purpose of PR?:
Description:
deployments/helm
so that it can be published by the chart releaser wfChanges branch from gh-pages to main.Does this PR introduce a breaking change?
No
If the changes in this PR are manually verified, list down the scenarios covered::
Ran them on my own fork by creating a stable release.
Created PR: DelusionalOptimist#22
Published chart: DelusionalOptimist/charts@211e57b
Checklist:
<type>(<scope>): <subject>