diff --git a/Makefile b/Makefile index a1d7238e4..72431ee45 100644 --- a/Makefile +++ b/Makefile @@ -252,6 +252,7 @@ chart-contents-%: @if [ -n "$(CHART_VERSION)" ]; then \ yq -y --indentless -i '.version="$(CHART_VERSION)"' ./charts/$*/Chart.yaml; \ yq -y --indentless -i '.dependencies |= map(select(.name == "$*").version="$(CHART_VERSION)")' ./charts/kubedb/Chart.yaml; \ + yq -y --indentless -i '.dependencies |= map(select(.name == "$*").version="$(CHART_VERSION)")' ./charts/kubedb-opscenter/Chart.yaml; \ fi @if [ ! -z "$(APP_VERSION)" ]; then \ yq -y --indentless -i '.appVersion="$(APP_VERSION)"' ./charts/$*/Chart.yaml; \