* feat: update Helm and Docker workflows to extract chart name and version, and improve tagging logic
* fix: add github-actions-ci branch to workflow triggers for Docker and Helm packaging
* fix: add helm-package-push.yml to workflow paths for triggering on changes
* fix: improve appVersion extraction in Docker workflow and add error handling
* fix: enhance appVersion extraction with debugging output and error message
* fix: improve error handling for appVersion extraction in Docker and Helm workflows
* fix: simplify chart info extraction in Helm workflow and remove error handling
* fix: update chart info extraction to use awk for improved parsing
* fix: streamline chart info extraction in Helm workflow by removing unnecessary step and directly parsing values
* fix: remove newline characters from chart version and name extraction in Helm workflow
* Fix newline
* Update helm-package-push.yml
* Removed claude brainrot
* Update helm-package-push.yml
Add SERVER_HEADER environment variable to customize the HTTP Server
response header, defaulting to Apache/2.2.22 (Ubuntu). This allows the
honeypot to masquerade as different web servers to attract attackers.
- Add server_header field to Config dataclass
- Override version_string() in Handler to return configured header
- Update documentation and all deployment configs