-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Zelldon <[email protected]>
- Loading branch information
Zelldon
authored and
Zelldon
committed
Sep 16, 2024
1 parent
85eb5b3
commit 7e67715
Showing
1 changed file
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,65 @@ | ||
apiVersion: v1 | ||
entries: | ||
zeebe-benchmark: | ||
- annotations: | ||
artifacthub.io/changes: | | ||
- kind: added | ||
description: "add example values file" | ||
- kind: added | ||
description: "add publish message configuration" | ||
- kind: added | ||
description: "configure starter app" | ||
- kind: added | ||
description: "add payloadPath and completionDelay as config" | ||
- kind: added | ||
description: "extend worker configuration" | ||
- kind: fixed | ||
description: "correctly reset benchmark app" | ||
- kind: fixed | ||
description: "configure starter correctly" | ||
- kind: fixed | ||
description: "set extraBpmnModels correct in starter app" | ||
- kind: fixed | ||
description: "scrape correct endpoint" | ||
- kind: fixed | ||
description: "separate deployments" | ||
- kind: changed | ||
description: "remove worker" | ||
- kind: changed | ||
description: "introduce workers values" | ||
- kind: changed | ||
description: "replace defaults" | ||
artifacthub.io/containsSecurityUpdates: "false" | ||
artifacthub.io/links: | | ||
- name: Zeebe Repo | ||
url: https://github.com/camunda/camunda | ||
- name: Zeebe Docs | ||
url: https://docs.camunda.io/docs/components/zeebe/zeebe-overview/ | ||
apiVersion: v2 | ||
appVersion: 8.2.5 | ||
created: "2024-09-16T07:10:49.447928885Z" | ||
dependencies: | ||
- condition: camunda.enabled | ||
name: camunda-platform | ||
repository: oci://ghcr.io/camunda/helm | ||
version: 0.0.0-8.6.0-alpha4 | ||
- condition: prometheus-elasticsearch-exporter.enabled | ||
name: prometheus-elasticsearch-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 5.2.0 | ||
description: A Helm chart for Zeebe benchmarks | ||
digest: 82e9aa427db1936b96a787c16021ae6556a4dd455f59f3f5ff9f1f9451cf6188 | ||
maintainers: | ||
- email: [email protected] | ||
name: Zelldon | ||
name: zeebe-benchmark | ||
sources: | ||
- https://github.com/zeebe-io/benchmark-helm | ||
- https://github.com/camunda/camunda | ||
type: application | ||
urls: | ||
- https://github.com/zeebe-io/benchmark-helm/releases/download/zeebe-benchmark-0.3.0/zeebe-benchmark-0.3.0.tgz | ||
version: 0.3.0 | ||
- annotations: | ||
artifacthub.io/changes: | | ||
- kind: added | ||
|
@@ -915,4 +974,4 @@ entries: | |
urls: | ||
- https://github.com/zeebe-io/benchmark-helm/releases/download/zeebe-benchmark-0.1.2/zeebe-benchmark-0.1.2.tgz | ||
version: 0.1.2 | ||
generated: "2024-08-22T11:50:13.154289859Z" | ||
generated: "2024-09-16T07:10:49.448122888Z" |