CI: Automate updating CNI plugins in kicbase

pull/16555/head
Steven Powell 2023-05-22 10:56:24 -07:00
parent c42fbe93fe
commit 5ec282b6f6
1 changed files with 5 additions and 0 deletions

View File

@ -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}}"`,
},
},
}
)