This commit is contained in:
subochev 2026-02-19 04:33:15 +03:00
parent 86b15ed13f
commit e30a4aabf8

View File

@ -58,6 +58,12 @@ jobs:
with: with:
repository: otp/devex repository: otp/devex
path: 'helms' path: 'helms'
- name: Update Helm version
shell: bash
run: |
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 ${{ inputs.chart_directory }}/Chart.yaml
- name: Deploy - name: Deploy
run: | run: |
pwd pwd
@ -65,7 +71,7 @@ jobs:
ls -la ./helms ls -la ./helms
ls -la ./helms/devspc ls -la ./helms/devspc
ls -la ./helms/devspc/devspace-apiregistry-core-service ls -la ./helms/devspc/devspace-apiregistry-core-service
helm upgrade --install devspace-apiregistry-core ./helms/devspc/devspace-apiregistry-core-service \ helm upgrade --install devspace-apiregistry-core ./helms/${{ github.event.inputs.repo_path }} \
--namespace devx \ --namespace devx \
--kubeconfig ./ku.yaml \ --kubeconfig ./ku.yaml \
--create-namespace \ --create-namespace \