You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug a clear and concise description of what the bug is.
When using a release name it does not get templated consistently. For instance to generate the service name for the server it will use the opencti.fullname helper function, but the init container on the worker will simply use $.Release.Name. This means that we must use the release name override or simply use the release name of opencti when deploying to get consistent behavior.
What's your helm version?
3.15.4
What's your kubectl version?
1.30
Chart version
1.0.0
Explain bug
No response
What you expected to happen?
Ideally all instances of $.Release.Name would get replaced with the opencti.fullname helper function when referencing the service.
How to reproduce it?
simply run helm install debugging opencti/opencti and the worker will fail to start because it will try to look for debugging-server instead of the service which is named debugging-opencti-server.
Enter the changed values of values.yaml?
No response
Enter the command that you execute when chart failing/misfunctioning
helm install debugging opencti/opencti
More info
No response
The text was updated successfully, but these errors were encountered:
Thx for the report! On our CI use https://github.com/devops-ia/helm-opencti/tree/main/charts/opencti/ci and force use fullnameOverride to force the same name on all services and dependencies, so I don't know about this bug. My next-steps will test every allowed option on values to check each template.
Describe the bug a clear and concise description of what the bug is.
When using a release name it does not get templated consistently. For instance to generate the service name for the server it will use the
opencti.fullname
helper function, but the init container on the worker will simply use$.Release.Name
. This means that we must use the release name override or simply use the release name ofopencti
when deploying to get consistent behavior.What's your helm version?
3.15.4
What's your kubectl version?
1.30
Chart version
1.0.0
Explain bug
No response
What you expected to happen?
Ideally all instances of
$.Release.Name
would get replaced with theopencti.fullname
helper function when referencing the service.How to reproduce it?
simply run
helm install debugging opencti/opencti
and the worker will fail to start because it will try to look fordebugging-server
instead of the service which is nameddebugging-opencti-server
.Enter the changed values of values.yaml?
No response
Enter the command that you execute when chart failing/misfunctioning
helm install debugging opencti/opencti
More info
No response
The text was updated successfully, but these errors were encountered: