Skip to content

Commit

Permalink
Updated environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Aug 31, 2024
1 parent 07d22d8 commit 53f0b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: backend
image: trainwithshubham/wanderlust-backend-beta:v3.7.1
image: trainwithshubham/wanderlust-backend-beta:v3.7
ports:
- containerPort: 8080
---
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: frontend
image: trainwithshubham/wanderlust-frontend-beta:v3.7.1
image: trainwithshubham/wanderlust-frontend-beta:v3.7
ports:
- containerPort: 5173
---
Expand Down

0 comments on commit 53f0b26

Please sign in to comment.