Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
Manager to: rancher/longhorn-manager:298b65f
Engine to: rancher/longhorn-engine:e58683a
UI to: rancher/longhorn-ui:829ebc8
  • Loading branch information
yasker committed Aug 4, 2018
1 parent 298b65f commit 5e8f9de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions deploy/02-components/01-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: longhorn-manager
image: rancher/longhorn-manager:bdc22c1
image: rancher/longhorn-manager:298b65f
imagePullPolicy: Always
securityContext:
privileged: true
Expand All @@ -25,9 +25,9 @@ spec:
- -d
- daemon
- --engine-image
- rancher/longhorn-engine:74ac39a
- rancher/longhorn-engine:e58683a
- --manager-image
- rancher/longhorn-manager:bdc22c1
- rancher/longhorn-manager:298b65f
- --service-account
- longhorn-service-account
ports:
Expand Down
2 changes: 1 addition & 1 deletion deploy/02-components/03-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: longhorn-ui
image: rancher/longhorn-ui:47e0b2a
image: rancher/longhorn-ui:829ebc8
ports:
- containerPort: 8000
env:
Expand Down
6 changes: 3 additions & 3 deletions deploy/02-components/04-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ spec:
spec:
initContainers:
- name: wait-longhorn-manager
image: rancher/longhorn-manager:bdc22c1
image: rancher/longhorn-manager:298b65f
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:bdc22c1
image: rancher/longhorn-manager:298b65f
imagePullPolicy: Always
command:
- longhorn-manager
- -d
- deploy-driver
- --manager-image
- rancher/longhorn-manager:bdc22c1
- rancher/longhorn-manager:298b65f
- --manager-url
- http://longhorn-backend:9500/v1
# manually choose "flexvolume" or "csi"
Expand Down

0 comments on commit 5e8f9de

Please sign in to comment.