Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sombriks committed May 14, 2024
2 parents 516053b + 914c005 commit 545adcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service-node-koa/infrastructure/k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: redline-api
image: ghcr.io/sombriks/redline/redline-api:2024.01.22-09d5c8a
image: ghcr.io/sombriks/redline/redline-api:2024.05.14-644b470
ports:
- containerPort: 3000
env:
Expand Down
2 changes: 1 addition & 1 deletion web-app-vue/infrastructure/k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: redline-app
image: ghcr.io/sombriks/redline/redline-app:2024.01.22-09d5c8a
image: ghcr.io/sombriks/redline/redline-app:2024.05.14-644b470
ports:
- containerPort: 5000
env:
Expand Down

0 comments on commit 545adcb

Please sign in to comment.