Skip to content

Commit

Permalink
chore: updated version in docker compose and kubernetes kustomize fil…
Browse files Browse the repository at this point in the history
…es - ci skip
  • Loading branch information
LetItRock committed Oct 27, 2023
1 parent ed224c3 commit bcecec8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.20.0
image: ghcr.io/novuhq/novu/api:0.21.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.20.0
image: ghcr.io/novuhq/novu/embed:0.21.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.20.0
image: ghcr.io/novuhq/novu/web:0.21.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.20.0
image: ghcr.io/novuhq/novu/widget:0.21.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.20.0
image: ghcr.io/novuhq/novu/worker:0.21.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.20.0
image: ghcr.io/novuhq/novu/ws:0.21.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 @@ -23,7 +23,7 @@ services:
ports:
- 27017:27017
api:
image: 'ghcr.io/novuhq/novu/api:0.20.0'
image: 'ghcr.io/novuhq/novu/api:0.21.0'
depends_on:
- mongodb
- redis
Expand Down Expand Up @@ -63,7 +63,7 @@ services:
ports:
- '3000:3000'
worker:
image: 'ghcr.io/novuhq/novu/worker:0.20.0'
image: 'ghcr.io/novuhq/novu/worker:0.21.0'
depends_on:
- mongodb
- redis
Expand Down Expand Up @@ -94,7 +94,7 @@ services:
NEW_RELIC_APP_NAME: ${NEW_RELIC_APP_NAME}
NEW_RELIC_LICENSE_KEY: ${NEW_RELIC_LICENSE_KEY}
ws:
image: 'ghcr.io/novuhq/novu/ws:0.20.0'
image: 'ghcr.io/novuhq/novu/ws:0.21.0'
depends_on:
- mongodb
- redis
Expand All @@ -118,7 +118,7 @@ services:
ports:
- '3002:3002'
web:
image: 'ghcr.io/novuhq/novu/web:0.20.0'
image: 'ghcr.io/novuhq/novu/web:0.21.0'
depends_on:
- api
- worker
Expand All @@ -138,7 +138,7 @@ services:
ports:
- 4200:4200
widget:
image: 'ghcr.io/novuhq/novu/widget:0.20.0'
image: 'ghcr.io/novuhq/novu/widget:0.21.0'
depends_on:
- api
- worker
Expand All @@ -160,7 +160,7 @@ services:
embed:
depends_on:
- widget
image: 'ghcr.io/novuhq/novu/embed:0.20.0'
image: 'ghcr.io/novuhq/novu/embed:0.21.0'
container_name: embed
restart: unless-stopped
logging:
Expand Down

0 comments on commit bcecec8

Please sign in to comment.