Skip to content

Commit

Permalink
ci: add helm into skaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
weixiao-huang authored and huangweixiao committed Aug 31, 2022
1 parent 93914d8 commit e7ad9d4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ build:
docker:
dockerfile: build/virt-prerunner/Dockerfile
deploy:
kustomize:
paths:
- deploy
helm:
releases:
- name: virtink
namespace: virtink-system
chartPath: ./deploy/helm/virtink
artifactOverrides:
virtController.image: virt-controller
virtDaemon.image: virt-daemen
imageStrategy:
helm:
explicitRegistry: true

0 comments on commit e7ad9d4

Please sign in to comment.