This commit is contained in:
subochev 2026-02-19 04:47:04 +03:00
parent 3d984953e3
commit fd4a8f108c

View File

@ -7,9 +7,9 @@ on:
required: true
type: choice
options:
- devspc/devspace-apiregistry-core-service
- devspc/devspace-apiregistry-generator-service
- devspc/devspace-gateway
- devspc/devspace-apiregistry-core-service
default: devspc/devspace-apiregistry-generator-service
branch:
description: 'Ветка'
@ -58,17 +58,6 @@ jobs:
with:
repository: otp/devex
path: 'helms'
- name: Update Helm version
shell: bash
run: |
pwd
echo 'Dir: ./helms/devspc/devspace-apiregistry-core-service'
ls -la ./helms/devspc/devspace-apiregistry-core-service
echo './helms/${{ github.event.inputs.repo_path }}'
ls -la ./helms/${{ github.event.inputs.repo_path }}
sed -i -e 's/9.9.9/${{ github.event.inputs.number }}/g' ./helms/${{ github.event.inputs.repo_path }}/Chart.yaml
echo 'Result Helm Chart:'
cat ./helms/${{ github.event.inputs.repo_path }}/Chart.yaml
- name: Deploy
run: |
helm upgrade --install devspace-apiregistry-core ./helms/${{ github.event.inputs.repo_path }} \