Configure Docker images tags for SNMP

Configure a new repo/registry "docker.io/starlingx" for the images used by the SNMP app.

Story: 2008132
Task: 41526
Signed-off-by: Gonzalo Gallardo <gonzalo.gallardo@windriver.com>

Depends-On: https://review.opendev.org/769386
Change-Id: I6d99ba3f1dd3badb55871825153930e19ad790b8
This commit is contained in:
Gonzalo Gallardo 2021-01-05 12:11:39 -03:00
parent 2b370655a7
commit 882c68debd
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: ''