Skip to content

Commit 6f1a772

Browse files
Update json object annotation
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
1 parent c68dec9 commit 6f1a772

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ KUBE ?= $(shell which kubectl)
1414
KUBE_VERSION ?= v1.21.0
1515

1616
OLM_SDK ?= $(shell which operator-sdk)
17-
OLM_SDK_VERSION ?= 1.15.0
17+
OLM_SDK_VERSION ?= 1.20.1
1818
OLM_VERSION ?= 0.5.1
1919

2020
OCP_VALIDATOR ?= $(shell which ocp-olm-catalog-validator)

deployments/operator-lifecycle-manager/0.5.1/manifests/clever-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ metadata:
122122
"organisation": "orga_xxxx",
123123
"instance": {
124124
"region": "par",
125-
"plan": "s",
125+
"plan": "s"
126126
},
127127
"options": {
128128
"version": 7,
129129
"encryption": true,
130130
"kibana": true,
131-
"apm": true,
131+
"apm": true
132132
}
133133
}
134134
}]

0 commit comments

Comments
 (0)