Closed estemendoza closed 8 months ago
@estemendoza Sorry for getting back to you so late. I had yet to receive the notification.
These are the ci-values.yaml values that I used when I tested the application. Here is the basic config.
Are you putting APP__ADMIN__PASSWORD
and APP__ADMIN__EMAIL
? I cannot see them on the OP issue.
Describe the bug a clear and concise description of what the bug is.
When trying to install OpenCTI chart with the default values i am getting the following error on the server:
All the other services are up and running and the init-containers of the server are executed correctly
What's your helm version?
version.BuildInfo{Version:"v3.14.0", GitCommit:"3fc9f4b2638e76f26739cd77c7017139be81d0ea", GitTreeState:"clean", GoVersion:"go1.21.6"}
What's your kubectl version?
Client Version: v1.29.1
Chart name
opencti
Chart version
1.1.3
Explain bug
No response
What you expected to happen?
No response
How to reproduce it?
No response
Enter the changed values of values.yaml?
env: APPADMINTOKEN: 60d3d6ce-80c7-4457-8b5c-9f899bcd31fc APPBASE_PATH: "/" APP__APP_LOGSLOGS_LEVEL: "debug" ELASTICSEARCHENGINE_SELECTOR: auto ELASTICSEARCHURL: http://opencti-elasticsearch:9200 MINIOENDPOINT: opencti-minio:9000 RABBITMQHOSTNAME: opencti-rabbitmq RABBITMQPORT_MANAGEMENT: 15672 RABBITMQPORT: 5672 RABBITMQUSERNAME: user RABBITMQPASSWORD: ChangeMe REDISHOSTNAME: opencti-redis-master REDISPORT: 6379 REDISMODE: single SMTPPORT: 25 SMTP__HOSTNAME: localhost
Enter the command that you execute when chart failing/misfunctioning
helm install -f values.yaml opencti devops-ia/opencti
More info
I also cloned the repo and updated the chart to use the latest version of OpenCTI (v5.12.29) and updated the other chart dependencies versions as well and after that i am still getting that error