Skip to content
Snippets Groups Projects
Commit c495ca58 authored by Alex de Cock Buning's avatar Alex de Cock Buning
Browse files

deployments: updated version number of the image. \n As of now the latest...

deployments: updated version number of the image. \n As of now the latest version in dockerhub is 2.1, which doesn't work with the deployment specified in 2.0
parent c0fbd1ff
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
......@@ -24,7 +24,7 @@ spec:
effect: NoSchedule
containers:
- name: l2sm-switch
image: alexdecb/l2sm-ovs:test
image: alexdecb/l2sm-switch:2.0
command: ["sleep","infinity"]
env:
- name: NODENAME
......
......@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: l2sm-controller
image: alexdecb/l2sm-controller:latest
image: alexdecb/l2sm-controller:2.0
ports:
- containerPort: 6633
- containerPort: 8181
......
......@@ -16,7 +16,7 @@ spec:
spec:
serviceAccountName: l2sm-operator
containers:
- image: alexdecb/l2sm-operator:latest
- image: alexdecb/l2sm-operator:2.0
name: l2sm-opt-pod
env:
- name: CONTROLLER_IP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment