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

This commit is contained in:
2026-04-07 18:20:16 +03:00
parent 72717bb09e
commit d4c539f2da
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ 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/${{ github.event.inputs.namespace }}/values.yaml \ -f devspc/stands/${{ github.event.inputs.namespace }}/values.yaml \
-f devspc/values.yaml \ -f devspc/values.yaml \
--wait --wait
- name: 'Cleanup' - name: 'Cleanup'
+1 -1
View File
@@ -130,7 +130,7 @@ 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/${{ github.event.inputs.namespace }}/values.yaml \ -f devspc/stands/${{ github.event.inputs.namespace }}/values.yaml \
-f devspc/values.yaml \ -f devspc/values.yaml \
--wait --wait
- name: 'Cleanup' - name: 'Cleanup'