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