Skip to content

Commit

Permalink
Fixed manifest file for Swarm charts. Update dependencies was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
afalhambra-hivemq committed Feb 19, 2024
1 parent 423e66d commit bbace1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/hivemq-swarm/manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ cd "$(dirname "$0")"/../.. || exit 1
echo "Create manifests directory"
mkdir -p manifests && cd manifests || exit 1

echo "Update HiveMQ Swarm dependencies"
helm dependency build ../charts/hivemq-swarm

echo "Create HiveMQ Swarm Templates"
helm template my-swarm ../charts/hivemq-swarm --skip-tests --output-dir . > /dev/null

Expand Down

0 comments on commit bbace1c

Please sign in to comment.