init
This commit is contained in:
parent
86b15ed13f
commit
e30a4aabf8
@ -58,6 +58,12 @@ jobs:
|
||||
with:
|
||||
repository: otp/devex
|
||||
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
|
||||
@ -65,7 +71,7 @@ jobs:
|
||||
ls -la ./helms
|
||||
ls -la ./helms/devspc
|
||||
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 \
|
||||
--kubeconfig ./ku.yaml \
|
||||
--create-namespace \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user