DEVX-200: [BE] Унифицировать понятие версии сервиса
This commit is contained in:
@@ -82,8 +82,8 @@ jobs:
|
|||||||
echo "workspace: ${{ github.workspace }}"
|
echo "workspace: ${{ github.workspace }}"
|
||||||
pwd
|
pwd
|
||||||
|
|
||||||
ls ./
|
ls ./ -1
|
||||||
ls ./devspc/stands/${{ github.event.inputs.namespace }}
|
ls ./helms/devspc/stands/${{ github.event.inputs.namespace }} -1
|
||||||
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 \
|
||||||
@@ -93,8 +93,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 ./devspc/stands/${{ github.event.inputs.namespace }}/values.yaml \
|
-f ./helms./devspc/stands/${{ github.event.inputs.namespace }}/values.yaml \
|
||||||
-f ./devspc/stands/values.yaml \
|
-f ./helms./devspc/stands/values.yaml \
|
||||||
--wait
|
--wait
|
||||||
- name: 'Cleanup'
|
- name: 'Cleanup'
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user