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

feat (helm): make cfssl image configurable in helm values #419

Merged

Conversation

killianmuldoon
Copy link
Contributor

Allow configuration of the cfssl image in the helm values. There's a bug in the current arm64 builds for the cfssl image -cloudflare/cfssl#1359 - meaning I can't run Kamaji currently on arm64.

Making this image configurable allows users to build their own to get around this issue.

Copy link

netlify bot commented Feb 22, 2024

Deploy Preview for kamaji-documentation canceled.

Name Link
🔨 Latest commit 6244548
🔍 Latest deploy log https://app.netlify.com/sites/kamaji-documentation/deploys/65d77cce51d1c400087818dd

Copy link
Member

@prometherion prometherion left a comment

Choose a reason for hiding this comment

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

CI warns we need to generate the docs: make -C charts/kamaji docs.

Furthermore, may I ask you to amend the commit as feat(helm), as well as bump the minor version of the Chart so we can release it?

Thanks!

@killianmuldoon killianmuldoon force-pushed the pr-make-cfssl-image-configurable branch 3 times, most recently from fb7524f to 224d053 Compare February 22, 2024 16:49
@killianmuldoon killianmuldoon changed the title fix: make cfssl image configurable in helm values feat (helm): make cfssl image configurable in helm values Feb 22, 2024
@@ -15,7 +15,7 @@ name: kamaji
sources:
- https://github.com/clastix/kamaji
type: application
version: 0.14.0
version: 0.14.2
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think this is the right version as the latest I previously pulled was 0.14.1. Not sure if this is the only place to set the version.

Copy link
Member

Choose a reason for hiding this comment

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

Our convention is minor bumping when adding a feature: if you don't mind, let's go for the 0.15.0.

@killianmuldoon killianmuldoon force-pushed the pr-make-cfssl-image-configurable branch 3 times, most recently from f401d61 to e25c4fe Compare February 22, 2024 16:55
@killianmuldoon killianmuldoon force-pushed the pr-make-cfssl-image-configurable branch from e25c4fe to 6244548 Compare February 22, 2024 16:56
Copy link
Member

@prometherion prometherion left a comment

Choose a reason for hiding this comment

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

Great, thanks a lot! 🚀

@prometherion prometherion merged commit 74a6eb6 into clastix:master Feb 22, 2024
9 checks passed
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.

2 participants