Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=ibm-odlm
LABEL operators.operatorframework.io.bundle.channels.v1=v3
LABEL operators.operatorframework.io.bundle.channel.default.v1=v3
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.9.0
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.10.0+git
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ metadata:
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based
API to manage the lifecycle of operands.
olm.skipRange: '>=1.2.0 <1.8.0'
operators.operatorframework.io/builder: operator-sdk-v1.9.0
operators.operatorframework.io/builder: operator-sdk-v1.10.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/IBM/operand-deployment-lifecycle-manager
support: IBM
Expand Down Expand Up @@ -644,22 +644,22 @@ spec:
image: quay.io/opencloudio/odlm:latest
imagePullPolicy: Always
livenessProbe:
failureThreshold: 10
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 120
timeoutSeconds: 10
periodSeconds: 60
failureThreshold: 10
timeoutSeconds: 10
name: manager
readinessProbe:
failureThreshold: 10
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 3
timeoutSeconds: 3
periodSeconds: 20
failureThreshold: 10
timeoutSeconds: 3
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -718,5 +718,8 @@ spec:
minKubeVersion: 1.19.0
provider:
name: IBM
relatedImages:
- image: quay.io/opencloudio/odlm:1.8.0
name: ODLM_IMAGE
replaces: operand-deployment-lifecycle-manager.v1.7.0
version: 1.8.0
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
operators.operatorframework.io.bundle.package.v1: ibm-odlm
operators.operatorframework.io.bundle.channels.v1: v3
operators.operatorframework.io.bundle.channel.default.v1: v3
operators.operatorframework.io.metrics.builder: operator-sdk-v1.9.0
operators.operatorframework.io.metrics.builder: operator-sdk-v1.10.0+git
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,4 +464,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: IBM
relatedImages:
- image: quay.io/opencloudio/odlm
name: ODLM_IMAGE
version: 0.0.0