A Helm chart to deploy Open Cyber Threat Intelligence platform
What's Changed
- fix: [opencti] new release: 6.9.15 by @ialejandro in #309
- feat: add worker probes and apply securityContext to readyChecker init containers (#306)
Add missing probes to worker deployment
- Template (templates/worker/deployment.yaml): Added livenessProbe, readinessProbe, and startupProbe blocks matching the server pattern — gated by worker..enabled, with worker.Custom override support
- Values (values.yaml): Added worker.livenessProbe, worker.readinessProbe, worker.startupProbe (all enabled: false by default) and corresponding *Custom overrides under the worker: section
Apply securityContext to readyChecker init containers
- templates/server/_deployment.tpl: Added securityContext from $.Values.securityContext to each ready-checker-{service} init container
- templates/worker/deployment.yaml: Added securityContext from .Values.worker.securityContext to the ready-checker-server init container
- templates/connector/deployment.yaml: Added securityContext from .securityContext (connector-level) to the ready-checker-server init container, and from $.Values.securityContext (root-level) to the ready-checker-{service} loop init containers
Full Changelog: v2.2.6...v2.3.0