CI: Automate updating CNI plugins in kicbase
parent
c42fbe93fe
commit
5ec282b6f6
|
@ -44,6 +44,11 @@ var (
|
|||
`CNI_PLUGINS_VERSION = .*`: `CNI_PLUGINS_VERSION = {{.Version}}`,
|
||||
},
|
||||
},
|
||||
"deploy/kicbase/Dockerfile": {
|
||||
Replace: map[string]string{
|
||||
`CNI_PLUGINS_VERSION=.*`: `CNI_PLUGINS_VERSION="{{.Version}}"`,
|
||||
},
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue