Skip to content

Commit

Permalink
Merge pull request #73 from stemdo-labs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ValentinoSanchez00 authored Dec 10, 2024
2 parents c601a52 + 2a09065 commit ed214d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SubirDockerfile.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Subir Dockerfile
name: Subir Dockerfiles

on:
push:
Expand Down
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 ${NAME_CHART}-${VERSION_CHART}.tgz --namespace ns-vsanchez -f valuesdev.yaml
helm upgrade --install develop-frontend ${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 ${NAME_CHART}-${VERSION_CHART}.tgz --namespace ns-vsanchez -f valuesprod.yaml
helm upgrade --install production-frontend ${NAME_CHART}-${VERSION_CHART}.tgz --namespace ns-vsanchez -f valuesprod.yaml
env:
NAME_CHART: chart-${{ inputs.MICROSERVICE }}
VERSION_CHART: ${{ inputs.VERSION_CHART }}
Expand Down
2 changes: 1 addition & 1 deletion valuesdev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

frontend:
replicas: 2
image: containerregistryvsanchez.azurecr.io/imagen-proyecto-frontend:0.1.2
image: containerregistryvsanchez.azurecr.io/imagen-proyecto-frontend:0.1.3
containerPort: 80
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion valuesprod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

frontend:
replicas: 2
image: containerregistryvsanchez.azurecr.io/imagen-proyecto-frontend:0.1.2
image: containerregistryvsanchez.azurecr.io/imagen-proyecto-frontend:0.1.3
containerPort: 80
resources:
requests:
Expand Down

0 comments on commit ed214d0

Please sign in to comment.