This commit is contained in:
subochev 2026-02-19 04:40:20 +03:00
parent b9b0593446
commit 95bdf4c949

View File

@ -68,7 +68,7 @@ jobs:
ls -la ./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 sed -i -e 's/9.9.9/${{ github.event.inputs.number }}/g' ./helms/${{ github.event.inputs.repo_path }}/Chart.yaml
echo 'Result Helm Chart:' echo 'Result Helm Chart:'
cat ${{ inputs.chart_directory }}/Chart.yaml 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 }} \