ruchikaguptaa
Results
2
comments of
ruchikaguptaa
I have similar issue in makefile target build. ``` BUILD_DATE := $(shell date -u +"%Y%m%d") BUILD_TIME := $(shell date -u +"%H%M%S") CHART_VERSION_OVERRIDE := "1.${BUILD_DATE}.${BUILD_TIME}" $(BUILD_DIR)/abc: chart_meta=$(shell cat ../../ccp/charts/kube-control-plane/Chart.yaml | jq...
Tagging a few folks as per the PRs to the reconcile helmchart part of code @hiddeco @seaneagan .