openshift-apps/coreos-cincinnati: conditional registry name
This commit is contained in:
parent
a1c457eec9
commit
556796a0b4
3 changed files with 4 additions and 2 deletions
|
@ -28,7 +28,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: "fcos-graph-builder"
|
||||
image: "docker-registry.default.svc:5000/coreos-cincinnati/fedora-coreos-cincinnati:dumnati-{{fcos_cincinnati_deploy_git_sha}}"
|
||||
image: "{{fcos_cincinnati_registry}}:5000/coreos-cincinnati/fedora-coreos-cincinnati:dumnati-{{fcos_cincinnati_deploy_git_sha}}"
|
||||
args: [
|
||||
"/usr/local/bin/fcos-graph-builder",
|
||||
"-v",
|
||||
|
@ -39,7 +39,7 @@ spec:
|
|||
mountPath: "/etc/cincinnati/"
|
||||
readOnly: true
|
||||
- name: "fcos-policy-engine"
|
||||
image: "docker-registry.default.svc:5000/coreos-cincinnati/fedora-coreos-cincinnati:dumnati-{{fcos_cincinnati_deploy_git_sha}}"
|
||||
image: "{{fcos_cincinnati_registry}}:5000/coreos-cincinnati/fedora-coreos-cincinnati:dumnati-{{fcos_cincinnati_deploy_git_sha}}"
|
||||
args: [
|
||||
"/usr/local/bin/fcos-policy-engine",
|
||||
"-v",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
fcos_cincinnati_build_git_sha: 52fc69e442eb2992d427735abf002c7362d461a0
|
||||
fcos_cincinnati_deploy_git_sha: 52fc69e442eb2992d427735abf002c7362d461a0
|
||||
fcos_cincinnati_registry: docker-registry.default.svc
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
fcos_cincinnati_build_git_sha: 52fc69e442eb2992d427735abf002c7362d461a0
|
||||
fcos_cincinnati_deploy_git_sha: 52fc69e442eb2992d427735abf002c7362d461a0
|
||||
fcos_cincinnati_registry: docker-registry.default.svc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue