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 required: true
type: choice type: choice
options: options:
- devspc/devspace-apiregistry-core-service
- devspc/devspace-apiregistry-generator-service - devspc/devspace-apiregistry-generator-service
- devspc/devspace-gateway - devspc/devspace-gateway
- devspc/devspace-apiregistry-core-service
default: devspc/devspace-apiregistry-generator-service default: devspc/devspace-apiregistry-generator-service
branch: branch:
description: 'Ветка' description: 'Ветка'
@ -58,17 +58,6 @@ jobs:
with: with:
repository: otp/devex repository: otp/devex
path: 'helms' 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 - name: Deploy
run: | run: |
helm upgrade --install devspace-apiregistry-core ./helms/${{ github.event.inputs.repo_path }} \ helm upgrade --install devspace-apiregistry-core ./helms/${{ github.event.inputs.repo_path }} \