Merge pull request #16555 from spowelljr/cniPluginsUpdate
CI: Automate updating CNI plugins in kicbasepull/16574/head
commit
3d9e7081fc
|
@ -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