DEVX-200: [BE] Унифицировать понятие версии сервиса
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
||||
- name: Deploy
|
||||
run: |
|
||||
pathToHelm='./helms/${{ github.event.inputs.repo_path }}'
|
||||
releaseName='main'
|
||||
releaseName=$(basename "$pathToHelm")
|
||||
echo "Release Name: $releaseName"
|
||||
echo 'WORKSPACE: ${{ github.workspace }}'
|
||||
helm upgrade --install "$releaseName" "$pathToHelm" \
|
||||
|
||||
@@ -124,7 +124,7 @@ jobs:
|
||||
- name: Deploy
|
||||
run: |
|
||||
pathToHelm='./helms/${{ github.event.inputs.repo_path }}'
|
||||
releaseName='main'
|
||||
releaseName=$(basename "$pathToHelm")
|
||||
echo "Release Name: $releaseName"
|
||||
echo 'WORKSPACE:'
|
||||
echo "workspace: ${{ github.workspace }}"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: devspace-api
|
||||
name: api
|
||||
description: KuberService
|
||||
home: https://tlsys.ru/
|
||||
icon: https://lk.tlsys.org/favicon.png
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: devspace-apiregistry-core-service
|
||||
name: core
|
||||
description: KuberService
|
||||
home: https://tlsys.ru/
|
||||
icon: https://lk.tlsys.org/favicon.png
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: devspace-apiregistry-generator-service
|
||||
name: generator
|
||||
description: KuberService
|
||||
home: https://tlsys.ru/
|
||||
icon: https://lk.tlsys.org/favicon.png
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: devspace-gateway
|
||||
name: gateway
|
||||
description: KuberService
|
||||
home: https://tlsys.ru/
|
||||
icon: https://lk.tlsys.org/favicon.png
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: devspace-selfkit-ui
|
||||
name: selfkit-ui
|
||||
description: KuberService
|
||||
home: https://tlsys.ru/
|
||||
icon: https://lk.tlsys.org/favicon.png
|
||||
|
||||
Reference in New Issue
Block a user