Skip to content

Commit 9ee66d0

Browse files
Merge pull request #771 from njhale/recut-0.8.1
chore(manifests): recut 0.8.1
2 parents ef6f544 + 56fd533 commit 9ee66d0

31 files changed

+308
-85
lines changed

Documentation/install/local-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
installType: "upstream"
12
rbacApiVersion: rbac.authorization.k8s.io
23
namespace: local
34
writeStatusName: '""'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@ endif
185185
./scripts/package_release.sh $(ver) deploy/$(target)/manifests/$(ver) deploy/$(target)/values.yaml
186186
ln -sfFn ./$(ver) deploy/$(target)/manifests/latest
187187
ifeq ($(quickstart), true)
188-
./scripts/package_quickstart.sh deploy/$(target)/manifests/$(ver) deploy/$(target)/manifests/quickstart/olm.yaml
188+
./scripts/package_quickstart.sh deploy/$(target)/manifests/$(ver) deploy/$(target)/quickstart/olm.yaml
189189
endif

deploy/chart/templates/0000_50_olm_06-olm-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
path: /healthz
5151
port: {{ .Values.olm.service.internalPort }}
5252
env:
53-
{{ if (.Values.installType) and eq .Values.installType "ocp" }}
53+
{{ if and .Values.installType (eq .Values.installType "ocp") }}
5454
- name: RELEASE_VERSION
5555
value: "0.0.1-snapshot"
5656
{{ end }}

deploy/chart/templates/0000_50_olm_15-packageserver.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ if (.Values.installType) and eq .Values.installType "ocp" }}
1+
{{ if and .Values.installType (eq .Values.installType "ocp") }}
22
# keep in sync with _packageserver.clusterserviceversion.yaml
33
apiVersion: operators.coreos.com/v1alpha1
44
kind: ClusterServiceVersion

deploy/chart/templates/0000_50_olm_16-packageserver.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ if (.Values.installType) and eq .Values.installType "ocp" }}
1+
{{ if and .Values.installType (eq .Values.installType "ocp") }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

deploy/chart/templates/0000_50_olm_17-upstream-operators.catalogsource.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#! validate-crd: ./deploy/chart/templates/05-catalogsource.crd.yaml
2-
#! parse-kind: CatalogSource
3-
{{ if (.Values.installType) and eq .Values.installType "upstream" }}
1+
{{ if and .Values.installType (eq .Values.installType "upstream") }}
42
apiVersion: operators.coreos.com/v1alpha1
53
kind: CatalogSource
64
metadata:

deploy/ocp/manifests/0.8.1/0000_50_olm_06-olm-operator.deployment.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
args:
2828
- -writeStatusName
2929
- operator-lifecycle-manager
30-
image: quay.io/coreos/olm@sha256:995a181839f301585a0e115c083619b6d73812c58a8444d7b13b8e407010325f
30+
image: quay.io/operator-framework/olm@sha256:4b7dec341fc754fdd2c8784ca7d81747ebbb2b87866b9e61ebbebc8c5614cfdc
3131
imagePullPolicy: IfNotPresent
3232
ports:
3333
- containerPort: 8080
@@ -40,6 +40,10 @@ spec:
4040
path: /healthz
4141
port: 8080
4242
env:
43+
44+
- name: RELEASE_VERSION
45+
value: "0.0.1-snapshot"
46+
4347
- name: OPERATOR_NAMESPACE
4448
valueFrom:
4549
fieldRef:

deploy/ocp/manifests/0.8.1/0000_50_olm_07-catalog-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- '-namespace'
2929
- openshift-operator-lifecycle-manager
3030
- -configmapServerImage=quay.io/operatorframework/configmap-operator-registry:latest
31-
image: quay.io/coreos/olm@sha256:995a181839f301585a0e115c083619b6d73812c58a8444d7b13b8e407010325f
31+
image: quay.io/operator-framework/olm@sha256:4b7dec341fc754fdd2c8784ca7d81747ebbb2b87866b9e61ebbebc8c5614cfdc
3232
imagePullPolicy: IfNotPresent
3333
ports:
3434
- containerPort: 8080

deploy/ocp/manifests/0.8.1/0000_50_olm_10-olm-operators.configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ data:
9797
- "5443"
9898
- --global-namespace
9999
- openshift-operator-lifecycle-manager
100-
image: quay.io/coreos/olm@sha256:995a181839f301585a0e115c083619b6d73812c58a8444d7b13b8e407010325f
100+
image: quay.io/operator-framework/olm@sha256:4b7dec341fc754fdd2c8784ca7d81747ebbb2b87866b9e61ebbebc8c5614cfdc
101101
imagePullPolicy: IfNotPresent
102102
ports:
103103
- containerPort: 5443

deploy/ocp/manifests/0.8.1/0000_50_olm_14-operatorstatus.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ apiVersion: config.openshift.io/v1
55
kind: ClusterOperator
66
metadata:
77
name: operator-lifecycle-manager
8+
status:
9+
versions:
10+
- name: operator
11+
version: "0.0.1-snapshot"

0 commit comments

Comments
 (0)