coreos-cincinnati: use templated build ref
This commit is contained in:
parent
e865a220fe
commit
51d85d91f9
3 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
# TODO(lucab): template refs from ansible var
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: BuildConfig
|
kind: BuildConfig
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -21,10 +20,10 @@ spec:
|
||||||
type: "Git"
|
type: "Git"
|
||||||
git:
|
git:
|
||||||
uri: "https://github.com/lucab/exp-dumnati.git"
|
uri: "https://github.com/lucab/exp-dumnati.git"
|
||||||
ref: "124d9475717eae13cf2e76a8a455f0ee542a75cb"
|
ref: "{{dumnati_build_git_sha}}"
|
||||||
triggers:
|
triggers:
|
||||||
- type: "ConfigChange"
|
- type: "ConfigChange"
|
||||||
output:
|
output:
|
||||||
to:
|
to:
|
||||||
kind: "ImageStreamTag"
|
kind: "ImageStreamTag"
|
||||||
name: "fedora-coreos-cincinnati:dumnati-124d9475717eae13cf2e76a8a455f0ee542a75cb"
|
name: "fedora-coreos-cincinnati:dumnati-{{dumnati_build_git_sha}}"
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
---
|
---
|
||||||
|
dumnati_build_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
---
|
---
|
||||||
|
dumnati_build_git_sha: 124d9475717eae13cf2e76a8a455f0ee542a75cb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue