Skip to content

Commit

Permalink
Update Mizar deployment yaml release version to v0.91 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaykul committed Mar 13, 2022
1 parent 3be96b1 commit 699c593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/deploy/deploy.mizar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ spec:
hostPID: true
initContainers:
- name: node-init
image: mizarnet/mizar:0.9
image: mizarnet/mizar:0.91
command: [./node-init.sh]
securityContext:
privileged: true
Expand All @@ -473,7 +473,7 @@ spec:
mountPath: /home
containers:
- name: mizar-daemon
image: mizarnet/dropletd:0.9
image: mizarnet/dropletd:0.91
env:
- name: FEATUREGATE_BWQOS
value: 'false'
Expand Down Expand Up @@ -509,7 +509,7 @@ spec:
hostNetwork: true
containers:
- name: mizar-operator
image: mizarnet/endpointopr:0.9
image: mizarnet/endpointopr:0.91
env:
- name: FEATUREGATE_BWQOS
value: 'false'
Expand Down

0 comments on commit 699c593

Please sign in to comment.