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>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
image:
|
||||
repository: docker.io/starlingx/stx-audit
|
||||
tag: stx.10.0-v1.0.5
|
||||
tag: stx.11.0-v1.0.0
|
||||
pullPolicy: IfNotPresent
|
||||
debug: ''
|
||||
|
||||
|
Reference in New Issue
Block a user