Skip to content

Commit

Permalink
Merge pull request #228 from bparees/oauthproxy
Browse files Browse the repository at this point in the history
Bug 1804763: add imagestream for oauthproxy image
  • Loading branch information
openshift-merge-robot committed Feb 19, 2020
2 parents 2b70090 + f9f1810 commit 0b39607
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions manifests/08-openshift-imagestreams.yaml
Expand Up @@ -84,3 +84,17 @@ spec:
from:
kind: DockerImage
name: quay.io/openshift/origin-must-gather:v4.0
---
kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
namespace: openshift
name: oauth-proxy
spec:
tags:
- name: latest
importPolicy:
scheduled: true
from:
kind: DockerImage
name: quay.io/openshift/origin-oauth-proxy:v4.0
4 changes: 4 additions & 0 deletions manifests/image-references
Expand Up @@ -46,3 +46,7 @@ spec:
from:
kind: DockerImage
name: quay.io/openshift/origin-must-gather:v4.0
- name: oauth-proxy
from:
kind: DockerImage
name: quay.io/openshift/origin-oauth-proxy:v4.0

0 comments on commit 0b39607

Please sign in to comment.