init
This commit is contained in:
parent
e30a4aabf8
commit
a789b5a843
@ -60,17 +60,18 @@ jobs:
|
||||
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
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
ls -la ./helms
|
||||
ls -la ./helms/devspc
|
||||
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 }} \
|
||||
--namespace devx \
|
||||
--kubeconfig ./ku.yaml \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user