Skip to content

Commit

Permalink
cambiando el nombre de la release
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinoSanchez00 committed Dec 11, 2024
1 parent 669fa4b commit 300a4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/principal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ jobs:
- name: Desempaquetar el chart
if: inputs.ENVIROMENT == 'develop'
run: |
helm upgrade --install develop-frontend ${NAME_CHART}-${VERSION_CHART}.tgz --namespace ns-vsanchez -f valuesdev.yaml
helm upgrade --install develop ${NAME_CHART}-${VERSION_CHART}.tgz --namespace ns-vsanchez -f valuesdev.yaml
env:
NAME_CHART: chart-${{ inputs.MICROSERVICE }}
VERSION_CHART: ${{ inputs.VERSION_CHART }}

- name: Desempaquetar el chart
if: inputs.ENVIROMENT == 'production'
run: |
helm upgrade --install production-frontend ${NAME_CHART}-${VERSION_CHART}.tgz --namespace ns-vsanchez -f valuesprod.yaml
helm upgrade --install production ${NAME_CHART}-${VERSION_CHART}.tgz --namespace ns-vsanchez -f valuesprod.yaml
env:
NAME_CHART: chart-${{ inputs.MICROSERVICE }}
VERSION_CHART: ${{ inputs.VERSION_CHART }}
Expand Down

0 comments on commit 300a4cc

Please sign in to comment.