coreos-cincinnati: use templated deploy ref

This commit is contained in:
Luca Bruno 2019-06-17 13:40:07 +00:00
parent 46cf29db0d
commit 7e03385097
No known key found for this signature in database
GPG key ID: A9834A2252078E4E
3 changed files with 4 additions and 2 deletions

View file

@ -29,7 +29,7 @@ spec:
spec: spec:
containers: containers:
- name: "dumnati" - name: "dumnati"
image: "fedora-coreos-cincinnati:dumnati-124d9475717eae13cf2e76a8a455f0ee542a75cb" image: "fedora-coreos-cincinnati:dumnati-{{dumnati_deploy_git_sha}}"
args: [ args: [
"/usr/local/bin/dumnati", "/usr/local/bin/dumnati",
"-p", "9876", "-p", "9876",
@ -52,5 +52,5 @@ spec:
- "dumnati" - "dumnati"
from: from:
kind: ImageStreamTag kind: ImageStreamTag
name: "fedora-coreos-cincinnati:dumnati-124d9475717eae13cf2e76a8a455f0ee542a75cb" name: "fedora-coreos-cincinnati:dumnati-{{dumnati_deploy_git_sha}}"
type: ImageChange type: ImageChange

View file

@ -1,2 +1,3 @@
--- ---
dumnati_build_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb dumnati_build_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb
dumnati_deploy_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb

View file

@ -1,2 +1,3 @@
--- ---
dumnati_build_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb dumnati_build_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb
dumnati_deploy_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb