Skip to content

Commit b4a41a0

Browse files
Merge pull request #136 from stackabletech/opensearch-operator
feat: Add OpenSearch operator
2 parents cf91561 + a7cf8cc commit b4a41a0

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

apps/src/jenkins-job-builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def read_chart_versions() -> dict[str, list[str]]:
153153
"listener-operator",
154154
"nifi-operator",
155155
"opa-operator",
156+
"opensearch-operator",
156157
"secret-operator",
157158
"spark-k8s-operator",
158159
"superset-operator",

catalog/operator-tests.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,30 @@
282282
# While we could taint the nodes somehow, it's easier (and probably cheaper?) to use k3s.
283283
platform: replicated-k3s
284284
test_script_params: --parallel 1
285+
- id: opensearch-operator
286+
display_name: OpenSearch Operator
287+
git_repo: opensearch-operator
288+
spec:
289+
node-count: 5
290+
platforms:
291+
- id: replicated-k3s
292+
spec: {}
293+
- id: replicated-kind
294+
spec:
295+
node-count: 1
296+
- id: replicated-azure
297+
spec: {}
298+
- id: replicated-openshift
299+
spec: {}
300+
- id: replicated-gke
301+
spec: {}
302+
- id: replicated-aws
303+
spec: {}
304+
- id: ionos-k8s
305+
spec: {}
306+
weekly_test:
307+
platform: replicated-azure
308+
test_script_params: --parallel 1
285309
- id: secret-operator
286310
display_name: Secret Operator
287311
git_repo: secret-operator

renovate/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
"stackabletech/listener-operator",
2323
"stackabletech/nifi-operator",
2424
"stackabletech/opa-operator",
25+
"stackabletech/opensearch-operator",
2526
"stackabletech/operator-rs",
2627
"stackabletech/operator-templating",
2728
"stackabletech/product-config",

0 commit comments

Comments
 (0)