Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
Now we should able to support RancherOS
  • Loading branch information
yasker committed Jun 13, 2018
1 parent fc88507 commit 521920d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions deploy/02-components/01-manager.yaml
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: longhorn-manager
image: rancher/longhorn-manager:dae88ce
image: rancher/longhorn-manager:fc88507
imagePullPolicy: Always
securityContext:
privileged: true
Expand All @@ -25,9 +25,9 @@ spec:
- -d
- daemon
- --engine-image
- rancher/longhorn-engine:67faec7
- rancher/longhorn-engine:ea3a453
- --manager-image
- rancher/longhorn-manager:dae88ce
- rancher/longhorn-manager:fc88507
- --service-account
- longhorn-service-account
ports:
Expand Down
4 changes: 2 additions & 2 deletions deploy/02-components/04-driver.yaml
Expand Up @@ -15,14 +15,14 @@ spec:
spec:
containers:
- name: longhorn-flexvolume-driver-deployer
image: rancher/longhorn-manager:dae88ce
image: rancher/longhorn-manager:fc88507
imagePullPolicy: Always
command:
- longhorn-manager
- -d
- deploy-flexvolume-driver
- --manager-image
- rancher/longhorn-manager:dae88ce
- rancher/longhorn-manager:fc88507
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 521920d

Please sign in to comment.