-
Notifications
You must be signed in to change notification settings - Fork 112
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
feat (helm): make cfssl image configurable in helm values #419
Conversation
✅ Deploy Preview for kamaji-documentation canceled.
|
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.
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!
fb7524f
to
224d053
Compare
charts/kamaji/Chart.yaml
Outdated
@@ -15,7 +15,7 @@ name: kamaji | |||
sources: | |||
- https://github.com/clastix/kamaji | |||
type: application | |||
version: 0.14.0 | |||
version: 0.14.2 |
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.
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.
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.
Our convention is minor bumping when adding a feature: if you don't mind, let's go for the 0.15.0.
f401d61
to
e25c4fe
Compare
Signed-off-by: killianmuldoon <[email protected]>
e25c4fe
to
6244548
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.
Great, thanks a lot! 🚀
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.