diff --git a/etc/deploy/deploy.mizar.yaml b/etc/deploy/deploy.mizar.yaml index 456082f4..04fb1a58 100644 --- a/etc/deploy/deploy.mizar.yaml +++ b/etc/deploy/deploy.mizar.yaml @@ -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 @@ -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' @@ -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'