From 3e2653c3f18496078bf8b0644a83b204b40209eb Mon Sep 17 00:00:00 2001 From: Enzo Candotti Date: Fri, 21 Apr 2023 19:05:05 -0300 Subject: [PATCH] Update snmp tags to stx.9.0-v1.0.1 This change updates the snmp image tags to stx.9.0-v1.0.1 as they need to be updated in order to fix a big number of reported CVEs. Test Plan: PASS: Apply snmp app with new tags introduced. Verify pods are up and running. Describe pods and verify that the new tags are used. Story: 2010710 Task: 47872 Depends-On: https://review.opendev.org/c/starlingx/root/+/881282 Signed-off-by: Enzo Candotti Change-Id: I83a5f87cbe57a3ca5e5b474858713ac7f57a2c34 --- stx-snmp-helm/stx-snmp-helm/helm-charts/snmp/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stx-snmp-helm/stx-snmp-helm/helm-charts/snmp/values.yaml b/stx-snmp-helm/stx-snmp-helm/helm-charts/snmp/values.yaml index 1782e4c..0c13b7e 100755 --- a/stx-snmp-helm/stx-snmp-helm/helm-charts/snmp/values.yaml +++ b/stx-snmp-helm/stx-snmp-helm/helm-charts/snmp/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 snmp: image: repository: docker.io/starlingx/stx-snmp - tag: stx.8.0-v1.0.0 + tag: stx.9.0-v1.0.1 pull_policy: IfNotPresent subagent: @@ -21,7 +21,7 @@ trap_subagent: name: trap-subagent image: repository: docker.io/starlingx/stx-fm-trap-subagent - tag: stx.8.0-v1.0.0 + tag: stx.9.0-v1.0.1 pull_policy: IfNotPresent image: