Skip to content

Commit

Permalink
feat(helm): Sync up dashboards and try to set automation (strimzi#8891)
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
  • Loading branch information
jcpunk authored Jul 25, 2023
1 parent 09d7384 commit 16095dd
Show file tree
Hide file tree
Showing 12 changed files with 1,611 additions and 183 deletions.
2 changes: 2 additions & 0 deletions .azure/templates/jobs/build/build_strimzi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
displayName: "Run Spotbugs"
env:
MVN_ARGS: "-e -V -B"
- bash: "make dashboard_install"
displayName: "Setup dashboards for Helm Chart"
- bash: "make helm_install"
displayName: "Generate YAMLs from Helm Chart"
- bash: "make crd_install"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ release_single_file:
$(FIND) ./strimzi-$(RELEASE_VERSION)/install/user-operator/ -type f -exec cat {} \; -exec printf "\n---\n" \; > strimzi-user-operator-$(RELEASE_VERSION).yaml
$(FIND) ./strimzi-$(RELEASE_VERSION)/install/cluster-operator/*-Crd-*.yaml -type f -exec cat {} \; -exec printf "\n---\n" \; > strimzi-crds-$(RELEASE_VERSION).yaml

helm_pkg:
helm_pkg: dashboard_install
# Copying unarchived Helm Chart to release directory
mkdir -p strimzi-$(RELEASE_VERSION)/helm3-charts/
helm package --version $(CHART_SEMANTIC_RELEASE_VERSION) --app-version $(CHART_SEMANTIC_RELEASE_VERSION) --destination ./ ./packaging/helm-charts/helm3/strimzi-kafka-operator/
Expand Down
Loading

0 comments on commit 16095dd

Please sign in to comment.