updated helm and deployment

This commit is contained in:
2026-07-30 11:04:40 +02:00
parent de8881b239
commit a3348f4bd4
5 changed files with 84 additions and 3 deletions
+18 -3
View File
@@ -85,7 +85,22 @@ jobs:
deploy-container:
runs-on: ubuntu-latest
needs: build-image
steps:
- name: Temp
run: |
echo "TEMP"
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Deploy'
uses: deliverybot/helm@v1
with:
release: spearhead-docs
namespace: spearhead-docs
chart: '.helm'
value-files: >-
[
".helm/values.yaml"
]
env:
KUBECONFIG_FILE: ${{ secrets.KUBECONFIG_CONTENT }}