mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
fix typo in update_strategy (#1083)
This commit is contained in:
@@ -12,8 +12,8 @@ def newer_mapping(image_tags):
|
||||
return {}
|
||||
|
||||
return {
|
||||
'tags': {key: version'},
|
||||
'app_version': version',
|
||||
'tags': {key: version},
|
||||
'app_version': version,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user