Skip to content

Commit

Permalink
Add initial Helm chart generator script
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez committed Sep 4, 2024
1 parent 3982247 commit b280a36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ build-installer: manifests generate kustomize ## Generate a consolidated YAML wi
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
$(KUSTOMIZE) build config/default > dist/install.yaml

# Short version of hack/package-helm-charts.sh
.PHONY: helm-charts
helm-charts:
helm package deployments/helm/k8s-nim-operator/ --version ${VERSION} --app-version ${VERSION}

# Generate bundle manifests and metadata, then validate generated files.
.PHONY: bundle bundle-validate
bundle: manifests install-tools
Expand Down

0 comments on commit b280a36

Please sign in to comment.