updated to change the release name so two releases can co-exist (#46)

Reviewed-on: #46
Co-authored-by: dutchie031 <timrorije@gmail.com>
This commit was merged in pull request #46.
This commit is contained in:
2026-08-30 12:16:19 +00:00
committed by dutchie031
parent 2bce1985e2
commit 96ada242a4
+1 -1
View File
@@ -120,7 +120,7 @@ jobs:
- name: Run Helm upgrade/install spearhead-docs (develop) - name: Run Helm upgrade/install spearhead-docs (develop)
if: github.ref_name == 'develop' if: github.ref_name == 'develop'
run: | run: |
helm upgrade --install spearhead-docs .helm \ helm upgrade --install spearhead-docs-beta .helm \
--namespace spearhead-docs \ --namespace spearhead-docs \
--create-namespace \ --create-namespace \
-f .helm/values.yaml \ -f .helm/values.yaml \