Skip to content

Commit

Permalink
Changes for 0.5.1 release + update OLM catalog files (#91)
Browse files Browse the repository at this point in the history
* Update community olm catalog files

Signed-off-by: leochr <leojc@ca.ibm.com>

* Changes for 0.5.1 release

Signed-off-by: leochr <leojc@ca.ibm.com>

* Update release date

Signed-off-by: leochr <leojc@ca.ibm.com>
  • Loading branch information
leochr authored Apr 28, 2020
1 parent f727977 commit 9f317f9
Show file tree
Hide file tree
Showing 8 changed files with 480 additions and 38 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

LABEL vendor="Runtime Component Community" \
name="Runtime Component Operator" \
version="0.5.0" \
version="0.5.1" \
summary="Image for Runtime Component Operator" \
description="This image contains the controller for Runtime Component Operator. See https://github.com/application-stacks/runtime-component-operator"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- currentCSV: runtime-component-operator.v0.5.0
- currentCSV: runtime-component-operator.v0.5.1
name: beta
defaultChannel: beta
packageName: runtime-component-operator-certified

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
#### Routing
Expose your application to external users via a single toggle to create an OpenShift Route.
Expose your application to external users via a single toggle to create a Route on OpenShift or an Ingress on other Kubernetes environments.
Advanced configuration, such as TLS settings, are also easily enabled. Expiring Route certificates are re-issued.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
alm-examples: '[{"apiVersion":"app.stacks/v1beta1","kind":"RuntimeComponent","metadata":{"name":"example-runtime-component"},"spec":{"applicationImage":"APPLICATION_IMAGE"}}]'
alm-examples: '[{"apiVersion":"app.stacks/v1beta1","kind":"RuntimeComponent","metadata":{"name":"example-runtime-component"},"spec":{"applicationImage":"registry.connect.redhat.com/ibm/open-liberty-samples:springPetClinic"}}]'
capabilities: Auto Pilot
categories: Application Runtime
certified: 'true'
containerImage: applicationstacks/operator:0.4.1
createdAt: 2020-03-20 09:00:00
containerImage: applicationstacks/operator:0.5.1
createdAt: 2020-04-29 09:00:00
description: Deploys any runtime component with dynamic and auto-tuning configuration
repository: https://github.com/application-stacks/runtime-component-operator
support: Community
name: runtime-component-operator.v0.4.1
name: runtime-component-operator.v0.5.1
spec:
customresourcedefinitions:
owned:
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
#### Routing
Expose your application to external users via a single toggle to create an OpenShift Route.
Expose your application to external users via a single toggle to create a Route on OpenShift or an Ingress on other Kubernetes environments.
Advanced configuration, such as TLS settings, are also easily enabled. Expiring Route certificates are re-issued.
Expand Down Expand Up @@ -279,6 +279,19 @@ spec:
- applications
verbs:
- '*'
- apiGroups:
- apps.openshift.io
resources:
- servicebindingrequests
verbs:
- '*'
- apiGroups:
- networking.k8s.io
- extensions
resources:
- ingresses
verbs:
- '*'
serviceAccountName: runtime-component-operator
deployments:
- name: runtime-component-operator
Expand Down Expand Up @@ -307,7 +320,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: runtime-component-operator
image: applicationstacks/operator:0.4.1
image: applicationstacks/operator:0.5.1
imagePullPolicy: Always
name: runtime-component-operator
resources: {}
Expand Down Expand Up @@ -349,5 +362,5 @@ spec:
maturity: beta
provider:
name: Community
replaces: runtime-component-operator.v0.4.0
version: 0.4.1
replaces: runtime-component-operator.v0.5.0
version: 0.5.1
Loading

0 comments on commit 9f317f9

Please sign in to comment.