jsonnet: Upgrade configmap-reload image to v0.5.0 to fix CVE

This commit is contained in:
Jimmi Dyson 2021-01-27 10:56:44 +00:00
parent dd8fdd68fe
commit 5b6f50ffb2
No known key found for this signature in database
GPG Key ID: 87E8177D08CBC17B
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ local defaults = {
for labelName in std.objectFields(defaults.commonLabels)
if !std.setMember(labelName, ['app.kubernetes.io/version'])
},
configmapReloaderImage: 'jimmidyson/configmap-reload:v0.4.0',
configmapReloaderImage: 'jimmidyson/configmap-reload:v0.5.0',
port: 9115,
internalPort: 19115,

View File

@ -49,7 +49,7 @@ spec:
- args:
- --webhook-url=http://localhost:19115/-/reload
- --volume-dir=/etc/blackbox_exporter/
image: jimmidyson/configmap-reload:v0.4.0
image: jimmidyson/configmap-reload:v0.5.0
name: module-configmap-reloader
resources:
limits: