Enzo Candotti 3e2653c3f1 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 <enzo.candotti@windriver.com>
Change-Id: I83a5f87cbe57a3ca5e5b474858713ac7f57a2c34
2023-04-21 22:10:27 +00:00

75 lines
1.4 KiB
YAML
Executable File

# Default values for snmp.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
snmp:
image:
repository: docker.io/starlingx/stx-snmp
tag: stx.9.0-v1.0.1
pull_policy: IfNotPresent
subagent:
name: sub-agent
image:
repository: docker.io/starlingx/stx-fm-subagent
tag: stx.9.0-v1.0.1
pull_policy: IfNotPresent
trap_subagent:
name: trap-subagent
image:
repository: docker.io/starlingx/stx-fm-trap-subagent
tag: stx.9.0-v1.0.1
pull_policy: IfNotPresent
image:
debug: ''
nameOverride: ""
fullnameOverride: ""
nodeSelector: { node-role.kubernetes.io/control-plane: "" }
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoSchedule"
configmap:
name_snmpd: snmpd-etc-config
name_fm: snmpd-fm
user_conf: '# User configuration'
system_description: ''
system_contact: ''
system_name: ''
system_location: ''
connection: ''
deployment:
master_agent_host: localhost
master_agent_port: 705
master_agent_connection_retries: 20
service:
name: snmpd-service
type: NodePort
livenessProbe:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 1
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 1