Skip to content

Commit

Permalink
Mizar release v0.9 (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaykul authored Oct 5, 2021
1 parent f880196 commit 9ecde68
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ jobs:
ssh ciw2 "sudo $(sudo kubeadm token create --print-join-command)"
- name: build container images
run: |
sudo docker build -t mizar:0.8 -f etc/docker/mizar.Dockerfile .
sudo docker build -t dropletd:0.8 -f etc/docker/daemon.Dockerfile .
sudo docker build -t endpointopr:0.8 -f etc/docker/operator.Dockerfile .
sudo docker build -t mizar:0.9 -f etc/docker/mizar.Dockerfile .
sudo docker build -t dropletd:0.9 -f etc/docker/daemon.Dockerfile .
sudo docker build -t endpointopr:0.9 -f etc/docker/operator.Dockerfile .
sudo docker save mizar:0.8 -o build/bin/mizar.tar
sudo docker save dropletd:0.8 -o build/bin/dropletd.tar
sudo docker save endpointopr:0.8 -o build/bin/endpointopr.tar
sudo docker save mizar:0.9 -o build/bin/mizar.tar
sudo docker save dropletd:0.9 -o build/bin/dropletd.tar
sudo docker save endpointopr:0.9 -o build/bin/endpointopr.tar
sudo chmod +r build/bin/mizar.tar
sudo chmod +r build/bin/dropletd.tar
Expand Down
6 changes: 3 additions & 3 deletions etc/deploy/deploy.mizar.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ spec:
hostPID: true
initContainers:
- name: node-init
image: mizar:0.8
image: mizar:0.9
command: [./node-init.sh]
securityContext:
privileged: true
Expand All @@ -453,7 +453,7 @@ spec:
mountPath: /home
containers:
- name: mizar-daemon
image: dropletd:0.8
image: dropletd:0.9
env:
- name: FEATUREGATE_BWQOS
value: 'false'
Expand Down Expand Up @@ -489,7 +489,7 @@ spec:
hostNetwork: true
containers:
- name: mizar-operator
image: endpointopr:0.8
image: endpointopr:0.9
env:
- name: FEATUREGATE_BWQOS
value: 'false'
Expand Down
6 changes: 3 additions & 3 deletions etc/deploy/deploy.mizar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ spec:
hostPID: true
initContainers:
- name: node-init
image: mizarnet/mizar:0.8
image: mizarnet/mizar:0.9
command: [./node-init.sh]
securityContext:
privileged: true
Expand All @@ -453,7 +453,7 @@ spec:
mountPath: /home
containers:
- name: mizar-daemon
image: mizarnet/dropletd:0.8
image: mizarnet/dropletd:0.9
env:
- name: FEATUREGATE_BWQOS
value: 'false'
Expand Down Expand Up @@ -489,7 +489,7 @@ spec:
hostNetwork: true
containers:
- name: mizar-operator
image: mizarnet/endpointopr:0.8
image: mizarnet/endpointopr:0.9
env:
- name: FEATUREGATE_BWQOS
value: 'false'
Expand Down

0 comments on commit 9ecde68

Please sign in to comment.