Skip to content

Commit

Permalink
Merge pull request #121 from ArangoGutierrez/helm_auto
Browse files Browse the repository at this point in the history
Add initial Helm chart generator script
  • Loading branch information
ArangoGutierrez committed Sep 11, 2024
2 parents a8b2c69 + 3ee4f51 commit 2923194
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 2923194

Please sign in to comment.