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

bug fixing

parent c6bcffb9
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -28,7 +28,7 @@ spec: ...@@ -28,7 +28,7 @@ spec:
done; done;
sleep 5; sleep 5;
containers: containers:
- image: alexdecb/l2sm-operator:2.4 - image: alexdecb/l2sm-operator:2.5
name: l2sm-opt-pod name: l2sm-opt-pod
env: env:
- name: CONTROLLER_IP - name: CONTROLLER_IP
......
...@@ -36,7 +36,7 @@ spec: ...@@ -36,7 +36,7 @@ spec:
sleep 5; sleep 5;
containers: containers:
- name: l2sm-switch - name: l2sm-switch
image: alexdecb/l2sm-switch:2.4 image: alexdecb/l2sm-switch:2.5
# imagePullPolicy: Always # imagePullPolicy: Always
#args: ["setup_switch.sh && sleep infinity"] #args: ["setup_switch.sh && sleep infinity"]
env: env:
......
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