openshift-apps: add imagestream to deployment for ostree-importer and ostree-pruner
This commit is contained in:
parent
99bbd6eab8
commit
7259c3d849
2 changed files with 16 additions and 0 deletions
|
@ -36,3 +36,11 @@ spec:
|
|||
test: false
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
imageChangeParams:
|
||||
automatic: true
|
||||
containerNames:
|
||||
- coreos-ostree-importer
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
name: coreos-ostree-importer-img:latest
|
||||
|
|
|
@ -36,3 +36,11 @@ spec:
|
|||
test: false
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
imageChangeParams:
|
||||
automatic: true
|
||||
containerNames:
|
||||
- fedora-ostree-pruner
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
name: fedora-ostree-pruner-img:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue