DEVX-200: [BE] Унифицировать понятие версии сервиса

This commit is contained in:
2026-04-07 18:26:40 +03:00
parent 227b2290ce
commit f59020ca8f
+5 -2
View File
@@ -121,6 +121,9 @@ jobs:
pathToHelm='./helms/${{ github.event.inputs.repo_path }}'
releaseName=$(basename "$pathToHelm")
echo "Release Name: $releaseName"
ls ./devspc/stands/${{ github.event.inputs.namespace }}
ls ./
echo "workspace: ${{ github.workspace }}"
helm upgrade --install "$releaseName" "$pathToHelm" \
--namespace ${{ github.event.inputs.namespace }} \
--kubeconfig ./ku.yaml \
@@ -130,8 +133,8 @@ jobs:
--set-string 'repository.name=${{ github.event.inputs.repo_path }}' \
--set-string 'repository.branch=${{ github.event.inputs.branch }}' \
--set "imagePullSecrets[0].name=regcred" \
-f ./devspc/stands/${{ github.event.inputs.namespace }}/values.yaml \
-f ./devspc/values.yaml \
-f "${{ github.workspace }}/devspc/stands/${{ github.event.inputs.namespace }}/values.yaml" \
-f "${{ github.workspace }}/devspc/values.yaml" \
--wait
- name: 'Cleanup'
if: always()