This commit is contained in:
subochev 2026-02-19 04:35:08 +03:00
parent e30a4aabf8
commit a789b5a843

View File

@ -60,17 +60,18 @@ jobs:
path: 'helms' path: 'helms'
- name: Update Helm version - name: Update Helm version
shell: bash 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
run: | run: |
pwd pwd
ls -la ls -la
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
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 ${{ inputs.chart_directory }}/Chart.yaml
- name: Deploy
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 }} \
--namespace devx \ --namespace devx \
--kubeconfig ./ku.yaml \ --kubeconfig ./ku.yaml \