Skip to content

Commit

Permalink
Update image to rancher/longhorn-manager:06a81b9
Browse files Browse the repository at this point in the history
  • Loading branch information
yasker committed Aug 2, 2018
1 parent 06a81b9 commit c819afc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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:1ed970c
image: rancher/longhorn-manager:06a81b9
imagePullPolicy: Always
securityContext:
privileged: true
Expand All @@ -27,7 +27,7 @@ spec:
- --engine-image
- rancher/longhorn-engine:31c42f0
- --manager-image
- rancher/longhorn-manager:1ed970c
- rancher/longhorn-manager:06a81b9
- --service-account
- longhorn-service-account
ports:
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:1ed970c
image: rancher/longhorn-manager:06a81b9
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:1ed970c
image: rancher/longhorn-manager:06a81b9
imagePullPolicy: Always
command:
- longhorn-manager
- -d
- deploy-driver
- --manager-image
- rancher/longhorn-manager:1ed970c
- rancher/longhorn-manager:06a81b9
- --manager-url
- http://longhorn-backend:9500/v1
# manually choose "flexvolume" or "csi"
Expand Down

0 comments on commit c819afc

Please sign in to comment.