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

This commit is contained in:
2026-04-08 15:11:27 +03:00
parent e84a71bd63
commit 4ee4386e95
+3 -8
View File
@@ -127,12 +127,7 @@ jobs:
pathToHelm='./helms/${{ github.event.inputs.repo_path }}' pathToHelm='./helms/${{ github.event.inputs.repo_path }}'
releaseName=$(basename "$pathToHelm") releaseName=$(basename "$pathToHelm")
echo "Release Name: $releaseName" echo "Release Name: $releaseName"
echo 'WORKSPACE:' echo 'WORKSPACE: ${{ github.workspace }}'
echo "workspace: ${{ github.workspace }}"
pwd
ls ./devspc/stands/${{ github.event.inputs.namespace }}
ls ./
helm upgrade --install "$releaseName" "$pathToHelm" \ helm upgrade --install "$releaseName" "$pathToHelm" \
--namespace ${{ github.event.inputs.namespace }} \ --namespace ${{ github.event.inputs.namespace }} \
--kubeconfig ./ku.yaml \ --kubeconfig ./ku.yaml \
@@ -142,8 +137,8 @@ jobs:
--set-string 'repository.name=${{ github.event.inputs.repo_path }}' \ --set-string 'repository.name=${{ github.event.inputs.repo_path }}' \
--set-string 'repository.branch=${{ github.event.inputs.branch }}' \ --set-string 'repository.branch=${{ github.event.inputs.branch }}' \
--set "imagePullSecrets[0].name=regcred" \ --set "imagePullSecrets[0].name=regcred" \
-f "${{ github.workspace }}/devspc/values.yaml" \ -f ./helms/devspc/stands/values.yaml \
-f "${{ github.workspace }}/devspc/stands/${{ github.event.inputs.namespace }}/values.yaml" \ -f ./helms/devspc/stands/${{ github.event.inputs.namespace }}/values.yaml \
--wait --wait
- name: 'Cleanup' - name: 'Cleanup'
if: always() if: always()