coreos-cincinnati: use templated deploy ref
This commit is contained in:
parent
46cf29db0d
commit
7e03385097
3 changed files with 4 additions and 2 deletions
|
@ -29,7 +29,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: "dumnati"
|
||||
image: "fedora-coreos-cincinnati:dumnati-124d9475717eae13cf2e76a8a455f0ee542a75cb"
|
||||
image: "fedora-coreos-cincinnati:dumnati-{{dumnati_deploy_git_sha}}"
|
||||
args: [
|
||||
"/usr/local/bin/dumnati",
|
||||
"-p", "9876",
|
||||
|
@ -52,5 +52,5 @@ spec:
|
|||
- "dumnati"
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
name: "fedora-coreos-cincinnati:dumnati-124d9475717eae13cf2e76a8a455f0ee542a75cb"
|
||||
name: "fedora-coreos-cincinnati:dumnati-{{dumnati_deploy_git_sha}}"
|
||||
type: ImageChange
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
---
|
||||
dumnati_build_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb
|
||||
dumnati_deploy_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
---
|
||||
dumnati_build_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb
|
||||
dumnati_deploy_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue