Skip to content

Commit

Permalink
chore(release): publish - ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Mar 6, 2024
1 parent 66e1852 commit 5d584be
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/api:0.23.0
image: ghcr.io/novuhq/novu/api:0.24.0
name: api
ports:
- containerPort: 3000
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/embed-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/embed:0.23.0
image: ghcr.io/novuhq/novu/embed:0.24.0
name: embed
ports:
- containerPort: 4701
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/web:0.23.0
image: ghcr.io/novuhq/novu/web:0.24.0
name: web
ports:
- containerPort: 4200
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/widget-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/widget:0.23.0
image: ghcr.io/novuhq/novu/widget:0.24.0
name: widget
ports:
- containerPort: 4500
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/worker:0.23.0
image: ghcr.io/novuhq/novu/worker:0.24.0
name: worker
ports:
- containerPort: 3004
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/ws-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/ws:0.23.0
image: ghcr.io/novuhq/novu/ws:0.24.0
name: ws
ports:
- containerPort: 3002
12 changes: 6 additions & 6 deletions docker/local/deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
ports:
- 27017:27017
api:
image: 'ghcr.io/novuhq/novu/api:0.23.0'
image: 'ghcr.io/novuhq/novu/api:0.24.0'
depends_on:
- mongodb
- redis
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
ports:
- '3000:3000'
worker:
image: 'ghcr.io/novuhq/novu/worker:0.23.0'
image: 'ghcr.io/novuhq/novu/worker:0.24.0'
depends_on:
- mongodb
- redis
Expand Down Expand Up @@ -99,7 +99,7 @@ services:
BROADCAST_QUEUE_CHUNK_SIZE: ${BROADCAST_QUEUE_CHUNK_SIZE}
MULTICAST_QUEUE_CHUNK_SIZE: ${MULTICAST_QUEUE_CHUNK_SIZE}
ws:
image: 'ghcr.io/novuhq/novu/ws:0.23.0'
image: 'ghcr.io/novuhq/novu/ws:0.24.0'
depends_on:
- mongodb
- redis
Expand All @@ -125,7 +125,7 @@ services:
ports:
- '3002:3002'
web:
image: 'ghcr.io/novuhq/novu/web:0.23.0'
image: 'ghcr.io/novuhq/novu/web:0.24.0'
depends_on:
- api
- worker
Expand All @@ -145,7 +145,7 @@ services:
ports:
- 4200:4200
widget:
image: 'ghcr.io/novuhq/novu/widget:0.23.0'
image: 'ghcr.io/novuhq/novu/widget:0.24.0'
depends_on:
- api
- worker
Expand All @@ -167,7 +167,7 @@ services:
embed:
depends_on:
- widget
image: 'ghcr.io/novuhq/novu/embed:0.23.0'
image: 'ghcr.io/novuhq/novu/embed:0.24.0'
container_name: embed
restart: unless-stopped
logging:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"commit": "cz",
"nx": "nx",
"lint-staged": "lint-staged",
"generate:provider": "npx hygen provider new --version 0.23.1",
"generate:provider": "npx hygen provider new --version 0.24.0",
"lint": "nx run-many --target=lint --all",
"test": "cross-env CI=true lerna run test:watch --parallel",
"start:dev": "cross-env TZ=UTC lerna run start:dev --parallel --concurrency=20 --scope=@novu/{api,worker,web,widget,ws,notification-center}",
Expand Down

0 comments on commit 5d584be

Please sign in to comment.