prometheus-operator: Pin SNMP exporter

This commit is contained in:
Lauri Võsandi 2023-08-18 00:50:27 +03:00
parent 3a69c1a210
commit 95597c3103
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ spec:
app: snmp-exporter
spec:
containers:
- image: prom/snmp-exporter:latest
- image: prom/snmp-exporter:v0.22.0
name: snmp-exporter
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: true
runAsUser: 1000