chart: introduce configurable Job hook

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta
2026-02-03 15:27:53 +00:00
parent f3c2e57a6f
commit 4d7604ab63
5 changed files with 176 additions and 74 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@v4
with:
version: v3.17.3
version: v4.1.0
- name: Deploy
run: ./test/deploy.sh
- name: Run integration tests