init
This commit is contained in:
parent
b9b0593446
commit
95bdf4c949
@ -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 }} \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user