Skip to content

Commit

Permalink
Merge pull request #47 from stemdo-labs/develop
Browse files Browse the repository at this point in the history
flujo casi terminado
  • Loading branch information
ValentinoSanchez00 authored Dec 5, 2024
2 parents 6c08d65 + b3da3aa commit 68c339f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-rh",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
2 changes: 1 addition & 1 deletion src/empleados/ListadoEmpleados.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function ListadoEmpleados() {
return (
<div className="container">
<div className="container text-center" style={{margin: "30px"}}>
<h3>Sistema de Recursos Humanos</h3>
<h3>Cajas Cabron</h3>
</div>

<table className="table table-striped table-hover align-middle">
Expand Down
2 changes: 1 addition & 1 deletion values.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.1
image: containerregistryvsanchez.azurecr.io/imagen-proyecto-frontend:0.1.2
containerPort: 80
resources:
requests:
Expand Down

0 comments on commit 68c339f

Please sign in to comment.