Skip to content

Commit

Permalink
💚 use latest image tag during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Oct 3, 2024
1 parent 6414c80 commit 2566e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ jobs:
run: |
set -ex
kubectl get ns flowg-system || kubectl create ns flowg-system
ct install --chart-dirs ./k8s/charts --charts ./k8s/charts/flowg --namespace flowg-system
ct install --chart-dirs ./k8s/charts --charts ./k8s/charts/flowg --namespace flowg-system --helm-extra-set-args '--set=flowg.image.tag=latest'

0 comments on commit 2566e86

Please sign in to comment.