File tree 6 files changed +9
-7
lines changed
6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 31
31
- name : Install required tools
32
32
uses : ./.github/tools-cache
33
33
34
+ # Pin to OLM v0.28.0 because v0.29.0 fails on Kind.
35
+ # https://github.com/operator-framework/operator-lifecycle-manager/issues/3419
34
36
- name : Install OLM
35
37
shell : bash
36
- run : ./tmp/bin/operator-sdk olm install
38
+ run : ./tmp/bin/operator-sdk olm install --version 0.28.0
37
39
38
40
- name : Create a local docker registry in the Kind cluster
39
41
shell : bash
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ golangci-lint v1.61.0
4
4
controller-gen v0.16.2
5
5
kustomize v4.5.2
6
6
oc v4.8.11
7
- operator-sdk v1.36.1
7
+ operator-sdk v1.37.0
8
8
opm v1.47.0
9
9
promq v0.0.1
10
10
crdoc v0.5.2
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ KUSTOMIZE=$(TOOLS_DIR)/kustomize
14
14
KUSTOMIZE_VERSION= v4.5.2
15
15
16
16
OPERATOR_SDK = $(TOOLS_DIR)/operator-sdk
17
- OPERATOR_SDK_VERSION = v1.36.1
17
+ OPERATOR_SDK_VERSION = v1.37.0
18
18
19
19
OPM=$(TOOLS_DIR)/opm
20
20
OPM_VERSION = v1.47.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7
7
LABEL operators.operatorframework.io.bundle.package.v1=observability-operator
8
8
LABEL operators.operatorframework.io.bundle.channels.v1=development
9
9
LABEL operators.operatorframework.io.bundle.channel.default.v1=development
10
- LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.36.1
10
+ LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.37.0
11
11
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
12
12
LABEL operators.operatorframework.io.metrics.project_layout=unknown
13
13
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ metadata:
42
42
categories : Monitoring
43
43
certified : " false"
44
44
containerImage : observability-operator:0.4.2
45
- createdAt : " 2024-10-24T10:14 :51Z"
45
+ createdAt : " 2024-10-29T09:23 :51Z"
46
46
description : A Go based Kubernetes operator to setup and manage highly available
47
47
Monitoring Stack using Prometheus, Alertmanager and Thanos Querier.
48
- operators.operatorframework.io/builder : operator-sdk-v1.36.1
48
+ operators.operatorframework.io/builder : operator-sdk-v1.37.0
49
49
operators.operatorframework.io/internal-objects : |-
50
50
[
51
51
"prometheuses.monitoring.rhobs",
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ annotations:
6
6
operators.operatorframework.io.bundle.package.v1 : observability-operator
7
7
operators.operatorframework.io.bundle.channels.v1 : development
8
8
operators.operatorframework.io.bundle.channel.default.v1 : development
9
- operators.operatorframework.io.metrics.builder : operator-sdk-v1.36.1
9
+ operators.operatorframework.io.metrics.builder : operator-sdk-v1.37.0
10
10
operators.operatorframework.io.metrics.mediatype.v1 : metrics+v1
11
11
operators.operatorframework.io.metrics.project_layout : unknown
12
12
You can’t perform that action at this time.
0 commit comments