-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve] Install openssl in the docker image to fix compatibility with Apache Pulsar Helm chart #23362
[improve] Install openssl in the docker image to fix compatibility with Apache Pulsar Helm chart #23362
Conversation
…th Apache Pulsar Helm chart
Testing again in apache/pulsar-helm-chart#530 .
|
There seem to be additional problem, https://github.com/apache/pulsar-helm-chart/actions/runs/11074466958/job/30773380309?pr=530 |
This is a problem in the Helm chart:
It's trying to write files to |
I patched the 4.0.0-preview.1 docker images and included openssl so that users won't run into the issues related to missing openssl while testing the images. I performed patching using the solution described in #23362 (comment) . |
Apache Pulsar Helm chart fix in progress in apache/pulsar-helm-chart#531 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #23362 +/- ##
============================================
+ Coverage 73.57% 73.73% +0.16%
+ Complexity 32624 2738 -29886
============================================
Files 1877 1934 +57
Lines 139502 145363 +5861
Branches 15299 15945 +646
============================================
+ Hits 102638 107189 +4551
- Misses 28908 29848 +940
- Partials 7956 8326 +370
Flags with carried forward coverage won't be shown. Click here to find out more. |
Motivation
Apache Pulsar Helm chart requires openssl in the docker image.
Modifications
Install the
openssl
package.Documentation
doc
doc-required
doc-not-needed
doc-complete