Merge pull request #16555 from spowelljr/cniPluginsUpdate

CI: Automate updating CNI plugins in kicbase
pull/16574/head
Medya Ghazizadeh 2023-05-23 18:07:59 -07:00 committed by GitHub
commit 3d9e7081fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}}"`,
},
},
}
)