Merge "Configure Docker images tags for SNMP"

This commit is contained in:
Zuul 2021-01-12 15:30:07 +00:00 committed by Gerrit Code Review
commit b333ef2a63
1 changed files with 6 additions and 6 deletions

View File

@ -5,16 +5,16 @@
replicaCount: 1
image:
repository: registry.local:9001/docker.io/starlingx/stx-snmp
tag: stx.5.0-1.0.1
repository: docker.io/starlingx/stx-snmp
tag: stx.5.0-v1.0.0
pullPolicy: IfNotPresent
subagent_name: sub-agent
repository_subagent: registry.local:9001/docker.io/starlingx/stx-fm-subagent
tag_subagent: stx.5.0-1.0.1
repository_subagent: docker.io/starlingx/stx-fm-subagent
tag_subagent: stx.5.0-v1.0.0
pullPolicy_subagent: IfNotPresent
trap_subagent_name: trap-subagent
repository_trap_subagent: registry.local:9001/docker.io/starlingx/stx-fm-trap-subagent
tag_trap_subagent: stx.5.0-1.0.1
repository_trap_subagent: docker.io/starlingx/stx-fm-trap-subagent
tag_trap_subagent: stx.5.0-v1.0.0
pullPolicy_trap_subagent: IfNotPresent
debug: ''