From ac05533d347b9660645d8a3e29ae792a6c34208c Mon Sep 17 00:00:00 2001 From: Enzo Candotti Date: Wed, 7 Sep 2022 11:33:02 -0300 Subject: [PATCH] Update snmp tags to stx.8.0-v1.0.0 This change updates the snmp image tags to stx.8.0-v1.0.0, due to the introduction of new debian docker containers in: https://review.opendev.org/c/starlingx/root/+/856187 Story: 2009831 Task: 46212 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. Signed-off-by: Enzo Candotti Change-Id: I6217004d8cec1d25fa03ae6e96cd5be9aa8eb5e3 --- stx-snmp-helm/stx-snmp-helm/helm-charts/snmp/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 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 55a5c8b..0aab8c4 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,21 +7,21 @@ replicaCount: 1 snmp: image: repository: docker.io/starlingx/stx-snmp - tag: stx.6.0-v1.0.1 + tag: stx.8.0-v1.0.0 pull_policy: IfNotPresent subagent: name: sub-agent image: repository: docker.io/starlingx/stx-fm-subagent - tag: stx.6.0-v1.0.3 + tag: stx.8.0-v1.0.0 pull_policy: IfNotPresent trap_subagent: name: trap-subagent image: repository: docker.io/starlingx/stx-fm-trap-subagent - tag: stx.7.0-v1.0.3 + tag: stx.8.0-v1.0.0 pull_policy: IfNotPresent image: