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
1 change: 1 addition & 0 deletions apps/src/jenkins-job-builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def read_chart_versions() -> dict[str, list[str]]:
"listener-operator",
"nifi-operator",
"opa-operator",
"opensearch-operator",
"secret-operator",
"spark-k8s-operator",
"superset-operator",
Expand Down
24 changes: 24 additions & 0 deletions catalog/operator-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,30 @@
# While we could taint the nodes somehow, it's easier (and probably cheaper?) to use k3s.
platform: replicated-k3s
test_script_params: --parallel 1
- id: opensearch-operator
display_name: OpenSearch Operator
git_repo: opensearch-operator
spec:
node-count: 5
platforms:
- id: replicated-k3s
spec: {}
- id: replicated-kind
spec:
node-count: 1
- id: replicated-azure
spec: {}
- id: replicated-openshift
spec: {}
- id: replicated-gke
spec: {}
- id: replicated-aws
spec: {}
- id: ionos-k8s
spec: {}
weekly_test:
platform: replicated-azure
test_script_params: --parallel 1
- id: secret-operator
display_name: Secret Operator
git_repo: secret-operator
Expand Down
1 change: 1 addition & 0 deletions renovate/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
"stackabletech/listener-operator",
"stackabletech/nifi-operator",
"stackabletech/opa-operator",
"stackabletech/opensearch-operator",
"stackabletech/operator-rs",
"stackabletech/operator-templating",
"stackabletech/product-config",
Expand Down