updated helm and deployment

This commit is contained in:
2026-07-30 11:11:55 +02:00
parent da243f5c3f
commit 9a885e8b83
+12
View File
@@ -92,6 +92,18 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Helm
uses: azure/setup-helm@v5
with:
version: 'latest'
id: install
- name: Setup kubectl
uses: azure/setup-kubectl@v5
with:
version: 'latest'
id: install
- name: Set up Kubeconfig - name: Set up Kubeconfig
run: | run: |
echo "${{ secrets.KUBECONFIG_CONTENT }}" > kubeconfig echo "${{ secrets.KUBECONFIG_CONTENT }}" > kubeconfig