oraculum: Well, let's try quay

This commit is contained in:
František Zatloukal 2021-01-27 00:24:34 +01:00
parent 50e3c07e95
commit e740ff22ff
2 changed files with 16 additions and 5 deletions

View file

@ -294,8 +294,8 @@ spec:
deploymentconfig: oraculum-frontend
spec:
containers:
- name: oraculum-frontend
image: oraculum-frontend:latest
- name: packager-dashboard-frontend
image: packager-dashboard-frontend:latest
resources: {}
triggers:
- type: ConfigChange
@ -303,7 +303,7 @@ spec:
imageChangeParams:
automatic: true
containerNames:
- oraculum-frontend
- packager-dashboard-frontend
from:
kind: ImageStreamTag
name: oraculum-frontend:latest
name: packager-dashboard-frontend:latest

View file

@ -34,3 +34,14 @@ spec:
name: oraculum-frontend
status:
dockerImageRepository: ""
---
apiVersion: v1
kind: ImageStream
metadata:
name: packager-dashboard-frontend
spec:
tags:
- name: latest
from:
kind: DockerImage
name: quay.io/fzatlouk/packager-dashboard:latest