[GLOBAL] Migrate to helm v3
[oom.git] / kubernetes / dcaegen2-services / common / Makefile
index db8704c..9a84ab8 100644 (file)
@@ -43,7 +43,7 @@ make-%:
        @if [ -f $*/Makefile ]; then make -C $*; fi
 
 dep-%: make-%
-       @if [ -f $*/requirements.yaml ]; then $(HELM_BIN) dep up $*; fi
+       @if [ -f $*/Chart.yaml ]; then $(HELM_BIN) dep up $*; fi
 
 lint-%: dep-%
        @if [ -f $*/Chart.yaml ]; then $(HELM_BIN) lint $*; fi
@@ -54,7 +54,7 @@ package-%: lint-%
        @sleep 3
 
 clean:
-       @rm -f */requirements.lock
+       @rm -f */Chart.lock
        @rm -f *tgz */charts/*tgz
        @rm -rf $(PACKAGE_DIR)