forked from infra/ansible
flatpak-indexer: use correct name of app in image stream
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
a66483229f
commit
da98985e99
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: flatpak-indexer
|
||||
image: flatpak-indexer:latest
|
||||
image: image-registry.openshift-image-registry.svc:5000/flatpak-indexer/flatpak-indexer:latest
|
||||
env:
|
||||
- name: OUTPUT_DIR
|
||||
value: /var/www/flatpaks
|
||||
|
|
@ -84,7 +84,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: flatpak-indexer-differ
|
||||
image: flatpak-indexer:latest
|
||||
image: image-registry.openshift-image-registry.svc:5000/flatpak-indexer/flatpak-indexer:latest
|
||||
env:
|
||||
- name: OUTPUT_DIR
|
||||
value: /var/www/flatpaks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue