Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jragunanthan committed Jul 31, 2024
1 parent 23411ef commit 567d2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
LABEL_ARG="${LABEL_ARG} -l app=${app}"
done
echo "Deploying with selector: ${LABEL_ARG}"
helmfile -l app=ifric-platform apply \
helmfile ${LABEL_ARG} apply \
--set mainRepo=${{ inputs.DOCKER_REGISTRY }} \
--set mainVersion=${{ inputs.DOCKER_TAG }} \
--set namespace=${{ inputs.NAMESPACE }} \
Expand Down

0 comments on commit 567d2f0

Please sign in to comment.