Skip to content

Commit

Permalink
update: overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 12, 2023
1 parent db73603 commit 322f46b
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 80 deletions.
6 changes: 3 additions & 3 deletions serverless-operator/INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ automatically created when installing the operator.

The components provided with the OpenShift Serverless operator require minimum cluster sizes on
OpenShift Container Platform. For more information, see the documentation on [Getting started
with OpenShift Serverless](https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/install#install-serverless-operator).
with OpenShift Serverless](https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/installing-serverless#install-serverless-operator).

# Supported Features
- **Easy to get started:** Provides a simplified developer experience to deploy
Expand Down Expand Up @@ -82,5 +82,5 @@ With its extensive help pages and autocompletion support, it frees you from memo
# Further Information
For documentation on OpenShift Serverless, see:
- [Installation
Guide](https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/install)
- [Develop Serverless Applications](https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/serverless/develop)
Guide](https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/installing-serverless)
- [Develop Serverless Applications](https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/serverless/serving#serverless-applications)
2 changes: 2 additions & 0 deletions serverless-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Do not use the `base` directory directly, as you will need to patch the `channel
The current *overlays* available are for the following channels:

* [stable](operator/overlays/stable)
* [stable-1.29](operator/overlays/stable-1.29)
* [stable-1.30](operator/overlays/stable-1.30)

## Usage

Expand Down
34 changes: 0 additions & 34 deletions serverless-operator/operator/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions serverless-operator/operator/overlays/4.5/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions serverless-operator/operator/overlays/4.5/patch-channel.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions serverless-operator/operator/overlays/4.6/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions serverless-operator/operator/overlays/4.6/kustomization.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions serverless-operator/operator/overlays/4.7/README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization


resources:
- ../../base

patches:
- path: patch-channel.yaml
target:
group: operators.coreos.com
- target:
kind: Subscription
name: serverless-operator
namespace: openshift-operators
version: v1alpha1
path: patch-channel.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- op: replace
path: /spec/channel
value: '4.6'
value: stable-1.29
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization


resources:
- ../../base

patches:
- path: patch-channel.yaml
target:
group: operators.coreos.com
- target:
kind: Subscription
name: serverless-operator
namespace: openshift-operators
version: v1alpha1
path: patch-channel.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- op: replace
path: /spec/channel
value: '4.7'
value: stable-1.30

0 comments on commit 322f46b

Please sign in to comment.