From ee54263b46cb6ae39a87b49b12966e480aacd80a Mon Sep 17 00:00:00 2001 From: Andres Martinez Gotor Date: Tue, 18 Feb 2020 12:27:17 +0100 Subject: [PATCH] Replace kubeops image when releasing a chart (#1527) --- script/chart_sync_utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/chart_sync_utils.sh b/script/chart_sync_utils.sh index c632dce4c32..1250ed9023c 100755 --- a/script/chart_sync_utils.sh +++ b/script/chart_sync_utils.sh @@ -88,6 +88,7 @@ updateRepo() { replaceImage apprepository-controller "${targetChartPath}/values.yaml" replaceImage asset-syncer "${targetChartPath}/values.yaml" replaceImage assetsvc "${targetChartPath}/values.yaml" + replaceImage kubeops "${targetChartPath}/values.yaml" } commitAndPushChanges() {