Skip to content

Commit

Permalink
v0.0.88
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiralucas committed Jan 21, 2025
1 parent 6e4e0b4 commit d71f461
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@briefer/api",
"version": "0.0.86",
"version": "0.0.88",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@briefer/web",
"version": "0.0.86",
"version": "0.0.88",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
Expand Down
8 changes: 4 additions & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ai:
image:
repository: docker.io
name: briefercloud/briefer-ai
tag: v0.0.86
tag: v0.0.88
pullPolicy: Always

resources:
Expand Down Expand Up @@ -47,7 +47,7 @@ web:
image:
repository: docker.io
name: briefercloud/briefer-web
tag: v0.0.86
tag: v0.0.88
pullPolicy: Always

# optional
Expand Down Expand Up @@ -81,7 +81,7 @@ api:
image:
repository: docker.io
name: briefercloud/briefer-api
tag: v0.0.86
tag: v0.0.88
pullPolicy: Always

resources:
Expand Down Expand Up @@ -148,7 +148,7 @@ jupyter:
image:
repository: docker.io
name: briefercloud/briefer-jupyter
tag: v0.0.86
tag: v0.0.88
pullPolicy: Always

# tolerations:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "briefer",
"version": "0.0.86",
"version": "0.0.88",
"main": "index.js",
"repository": "[email protected]:briefercloud/briefer.git",
"private": true,
Expand Down

0 comments on commit d71f461

Please sign in to comment.