Skip to content

Commit bcf2b0c

Browse files
committed
update image
1 parent fbee2eb commit bcf2b0c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Docker/alpine-cloud/k8s/Deployment_backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
runAsUser: 1000
4141
containers:
4242
- name: skf-flask-back
43-
image: "blabla1337/skf-api:dev"
43+
image: "blabla1337/skf-api:4.0.0"
4444
imagePullPolicy: Always
4545
ports:
4646
- containerPort: 8888

Docker/alpine-cloud/k8s/Deployment_frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
runAsUser: 100
4141
containers:
4242
- name: skf-flask-front
43-
image: "blabla1337/skf-angular:dev"
43+
image: "blabla1337/skf-angular:4.0.0"
4444
imagePullPolicy: Always
4545
ports:
4646
- containerPort: 8788

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
- "nginx"
4141
- "mysql"
4242
restart: always
43-
image: "blabla1337/skf-angular:dev"
43+
image: "blabla1337/skf-angular:4.0.0"
4444
environment:
4545
- FRONTEND_URI=http://localhost
4646
- SKIP_LOGIN=skiploginprovider
@@ -54,7 +54,7 @@ services:
5454
restart: always
5555
volumes:
5656
- ~/.kube/config:/home/user_api/.kube/config
57-
image: "blabla1337/skf-api:dev"
57+
image: "blabla1337/skf-api:4.0.0"
5858
environment:
5959
- SKF_FLASK_DEBUG=False
6060
- SKF_API_URL=http://localhost/api

0 commit comments

Comments
 (0)