Files
Rahul Roshan Kachchap aef8278f8b Helm image Sync with Updated Docker Hub tag
Following the image tagging process on Docker Hub,
The image version within the Helm chart has
been updated to match the newly created tag
stx.11.0-v1.0.0

Test plan:
PASS: build-pkgs, build-image
PASS: Unpack the Debian package and verify the Helm chart
      tar file exists.
PASS: audit-armada-app app deployed successfully using the updated
      image.
PASS: Pod state verified as Running after deployment
      (`kubectl get pods -n kube-system -o wide | grep auditd`).
PASS: Check auditd auditable events by generating a test event
      (e.g., `echo "#test" >> /etc/passwd`) and validating via
      `ausearch -k passwd_changes`.
PASS: Check auditd override settings were applied, confirmed using
      `auditctl -l`.
PASS: Check audit logrotate functionality.
PASS: Application lifecycle validated
      (upload, apply, update, remove, delete).

Story: 2011405
Task: 52537

Change-Id: I643c14f7c1087674926365bb723fd47f763123f0
Signed-off-by: Rahul Roshan Kachchap <rahulroshan.kachchap@windriver.com>
2025-07-17 00:57:47 -04:00
..