Skip to content

Commit 90d3447

Browse files
authored
Publish kubectl and kustomize install artifacts for 1.2.0 + doc updates (#534)
* Add kubectl install artifacts to releases Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com> * Add readme for 1.2.0 Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com> * Move doc for v1 Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com> * Doc updates Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com> * Add v1 doc to main readme Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com> * Publish new troubleshooting doc Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com> * Publish kustomize install artifacts for 1.2.0 Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com> * Remove internal files Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com> * Update api version Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com> --------- Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com>
1 parent e468289 commit 90d3447

38 files changed

+233
-195
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
== Installation
33

4-
The Runtime Component Operator can be installed to:
4+
The Runtime Component Operator 1.2.0 can be installed to:
55

66
* watch own namespace
77
* watch another namespace
@@ -15,7 +15,7 @@ Appropriate roles and bindings are required to watch another namespace or watch
1515
+
1616
[source,sh]
1717
----
18-
kubectl create -f https://raw.githubusercontent.com/application-stacks/runtime-component-operator/main/internal/deploy/1.2.0/kubectl/runtime-component-crd.yaml
18+
kubectl create -f https://raw.githubusercontent.com/application-stacks/runtime-component-operator/main/deploy/releases/1.2.0/kubectl/runtime-component-crd.yaml
1919
----
2020

2121
. Install the Runtime Component Operator:
@@ -39,7 +39,7 @@ NOTE: Ensure that you replace `<SPECIFY_OPERATOR_NAMESPACE_HERE>` and `<SPECIFY
3939
+
4040
[source,sh]
4141
----
42-
curl -L https://raw.githubusercontent.com/application-stacks/runtime-component-operator/main/internal/deploy/1.2.0/kubectl/runtime-component-rbac-watch-all.yaml \
42+
curl -L https://raw.githubusercontent.com/application-stacks/runtime-component-operator/main/deploy/releases/1.2.0/kubectl/runtime-component-rbac-watch-all.yaml \
4343
| sed -e "s/RUNTIME_COMPONENT_OPERATOR_NAMESPACE/${OPERATOR_NAMESPACE}/" \
4444
| kubectl apply -f -
4545
----
@@ -48,7 +48,7 @@ curl -L https://raw.githubusercontent.com/application-stacks/runtime-component-o
4848
+
4949
[source,sh]
5050
----
51-
curl -L https://raw.githubusercontent.com/application-stacks/runtime-component-operator/main/internal/deploy/1.2.0/kubectl/runtime-component-rbac-watch-another.yaml \
51+
curl -L https://raw.githubusercontent.com/application-stacks/runtime-component-operator/main/deploy/releases/1.2.0/kubectl/runtime-component-rbac-watch-another.yaml \
5252
| sed -e "s/RUNTIME_COMPONENT_OPERATOR_NAMESPACE/${OPERATOR_NAMESPACE}/" \
5353
| sed -e "s/RUNTIME_COMPONENT_WATCH_NAMESPACE/${WATCH_NAMESPACE}/" \
5454
| kubectl apply -f -
@@ -58,7 +58,7 @@ curl -L https://raw.githubusercontent.com/application-stacks/runtime-component-o
5858
+
5959
[source,sh]
6060
----
61-
curl -L https://raw.githubusercontent.com/application-stacks/runtime-component-operator/main/internal/deploy/1.2.0/kubectl/runtime-component-operator.yaml \
61+
curl -L https://raw.githubusercontent.com/application-stacks/runtime-component-operator/main/deploy/releases/1.2.0/kubectl/runtime-component-operator.yaml \
6262
| sed -e "s/RUNTIME_COMPONENT_WATCH_NAMESPACE/${WATCH_NAMESPACE}/" \
6363
| kubectl apply -n ${OPERATOR_NAMESPACE} -f -
6464
----

internal/deploy/1.2.0/kubectl/runtime-component-crd.yaml renamed to deploy/releases/1.2.0/kubectl/runtime-component-crd.yaml

File renamed without changes.

internal/deploy/1.2.0/kubectl/runtime-component-operator.yaml renamed to deploy/releases/1.2.0/kubectl/runtime-component-operator.yaml

File renamed without changes.

internal/deploy/1.2.0/kubectl/runtime-component-rbac-watch-all.yaml renamed to deploy/releases/1.2.0/kubectl/runtime-component-rbac-watch-all.yaml

File renamed without changes.

internal/deploy/1.2.0/kubectl/runtime-component-rbac-watch-another.yaml renamed to deploy/releases/1.2.0/kubectl/runtime-component-rbac-watch-another.yaml

File renamed without changes.
File renamed without changes.

internal/deploy/kustomize/1.2.0/base/kustomization.yaml renamed to deploy/releases/1.2.0/kustomize/base/kustomization.yaml

File renamed without changes.

internal/deploy/kustomize/1.2.0/base/runtime-component-crd.yaml renamed to deploy/releases/1.2.0/kustomize/base/runtime-component-crd.yaml

File renamed without changes.

internal/deploy/kustomize/1.2.0/base/runtime-component-operator.yaml renamed to deploy/releases/1.2.0/kustomize/base/runtime-component-operator.yaml

File renamed without changes.

internal/deploy/kustomize/1.2.0/base/runtime-component-roles.yaml renamed to deploy/releases/1.2.0/kustomize/base/runtime-component-roles.yaml

File renamed without changes.

0 commit comments

Comments
 (0)