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>