Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
blabla1337 committed Oct 26, 2020
1 parent fbee2eb commit bcf2b0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Docker/alpine-cloud/k8s/Deployment_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
runAsUser: 1000
containers:
- name: skf-flask-back
image: "blabla1337/skf-api:dev"
image: "blabla1337/skf-api:4.0.0"
imagePullPolicy: Always
ports:
- containerPort: 8888
Expand Down
2 changes: 1 addition & 1 deletion Docker/alpine-cloud/k8s/Deployment_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
runAsUser: 100
containers:
- name: skf-flask-front
image: "blabla1337/skf-angular:dev"
image: "blabla1337/skf-angular:4.0.0"
imagePullPolicy: Always
ports:
- containerPort: 8788
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- "nginx"
- "mysql"
restart: always
image: "blabla1337/skf-angular:dev"
image: "blabla1337/skf-angular:4.0.0"
environment:
- FRONTEND_URI=http://localhost
- SKIP_LOGIN=skiploginprovider
Expand All @@ -54,7 +54,7 @@ services:
restart: always
volumes:
- ~/.kube/config:/home/user_api/.kube/config
image: "blabla1337/skf-api:dev"
image: "blabla1337/skf-api:4.0.0"
environment:
- SKF_FLASK_DEBUG=False
- SKF_API_URL=http://localhost/api
Expand Down

0 comments on commit bcf2b0c

Please sign in to comment.