Skip to content

Commit

Permalink
Update apicast templates and apicast imagestreams for 2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsorianod committed Nov 25, 2019
1 parent a6b0ecc commit cad7b34
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion 3scale-image-streams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ items:
type: Local
from:
kind: ImageStreamTag
name: 2.6.0.GA
name: 2.7.0.GA

- name: 2.1.0.GA
annotations:
Expand Down Expand Up @@ -131,3 +131,20 @@ items:
from:
kind: DockerImage
name: registry.redhat.io/3scale-amp26/apicast-gateway

- name: 2.7.0.GA
annotations:
openshift.io/display-name: 3scale APIcast API Gateway 2.7.0.GA
openshift.io/provider-display-name: Red Hat, Inc.
iconClass: icon-3scale
description: >-
3scale's APIcast is an NGINX based API gateway used to integrate your internal and external
API services with 3scale's API Management Platform. It supports OpenID connect to integrate
with external Identity Providers such as Red Hat Single Sign On, for API traffic authentication.
tags: api,gateway,3scale
version: 2.7.0.GA
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.redhat.io/3scale-amp2/apicast-gateway-rhel7:3scale2.7
4 changes: 2 additions & 2 deletions apicast-gateway/apicast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ objects:
parameters:
- name: AMP_RELEASE
description: "AMP release tag."
value: "2.6.0"
value: "2.7.0"
required: true
- name: AMP_APICAST_IMAGE
value: "registry.redhat.io/3scale-amp26/apicast-gateway"
value: "registry.redhat.io/3scale-amp2/apicast-gateway-rhel7:3scale2.7"
required: true
- description: "Name of the secret containing the THREESCALE_PORTAL_ENDPOINT with the access-token or provider key"
value: apicast-configuration-url-secret
Expand Down
2 changes: 1 addition & 1 deletion apicast-gateway/library/apicast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ objects:
parameters:
- name: AMP_RELEASE
description: "AMP release tag."
value: "2.6.0"
value: "2.7.0"
required: true
- description: "Access Token (not a Service Token) for the 3scale Account Management API"
value:
Expand Down

0 comments on commit cad7b34

Please sign in to comment.