diff --git a/deploy/02-components/01-manager.yaml b/deploy/02-components/01-manager.yaml index 6e1ddccf1b..e119647428 100644 --- a/deploy/02-components/01-manager.yaml +++ b/deploy/02-components/01-manager.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: longhorn-manager - image: rancher/longhorn-manager:298b65f + image: rancher/longhorn-manager:9838a5f imagePullPolicy: Always securityContext: privileged: true @@ -27,7 +27,7 @@ spec: - --engine-image - rancher/longhorn-engine:e58683a - --manager-image - - rancher/longhorn-manager:298b65f + - rancher/longhorn-manager:9838a5f - --service-account - longhorn-service-account ports: diff --git a/deploy/02-components/03-ui.yaml b/deploy/02-components/03-ui.yaml index d2f052602f..1817a24a05 100644 --- a/deploy/02-components/03-ui.yaml +++ b/deploy/02-components/03-ui.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: longhorn-ui - image: rancher/longhorn-ui:829ebc8 + image: rancher/longhorn-ui:99252cc ports: - containerPort: 8000 env: diff --git a/deploy/02-components/04-driver.yaml b/deploy/02-components/04-driver.yaml index f79ba0b68a..65403390d4 100644 --- a/deploy/02-components/04-driver.yaml +++ b/deploy/02-components/04-driver.yaml @@ -15,18 +15,18 @@ spec: spec: initContainers: - name: wait-longhorn-manager - image: rancher/longhorn-manager:298b65f + image: rancher/longhorn-manager:9838a5f command: ['sh', '-c', 'while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" http://longhorn-backend:9500/v1) != "200" ]; do echo waiting; sleep 2; done'] containers: - name: longhorn-driver-deployer - image: rancher/longhorn-manager:298b65f + image: rancher/longhorn-manager:9838a5f imagePullPolicy: Always command: - longhorn-manager - -d - deploy-driver - --manager-image - - rancher/longhorn-manager:298b65f + - rancher/longhorn-manager:9838a5f - --manager-url - http://longhorn-backend:9500/v1 # manually choose "flexvolume" or "csi"