Skip to content

Commit

Permalink
Update backend version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed authored Nov 27, 2024
1 parent f8ef8d4 commit 1a5f0b4
Show file tree
Hide file tree
Showing 5 changed files with 1,045 additions and 2,140 deletions.
2 changes: 1 addition & 1 deletion k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ helm install prometheus-adapter prometheus-community/prometheus-adapter --namesp

```sh
eval $(minikube docker-env)
docker build --platform=linux/amd64 -t paritytech/revive-remix-backend:1.3.2 ../
docker build --platform=linux/amd64 -t paritytech/revive-remix-backend:1.3.3 ../
```

### Deploy your application and configure monitoring
Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: revive-remix-backend
image: paritytech/revive-remix-backend:1.3.2
image: paritytech/revive-remix-backend:1.3.3
imagePullPolicy: IfNotPresent
ports:
- name: web
Expand Down
2 changes: 1 addition & 1 deletion k8s/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: revive-remix-backend
image: paritytech/revive-remix-backend:1.3.2
image: paritytech/revive-remix-backend:1.3.3
ports:
- containerPort: 3000
resources:
Expand Down
Loading

0 comments on commit 1a5f0b4

Please sign in to comment.